https://bugs.winehq.org/show_bug.cgi?id=53053
Bug ID: 53053
Summary: valorant vanguard vgk.sys does not load
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: etaash.mathamsetty(a)gmail.com
Distribution: ---
Created attachment 72449
--> https://bugs.winehq.org/attachment.cgi?id=72449
backtrace
firstly there is an unimplemented function ntoskrnl.IoCreateFileEx
After stubbing this and compiling wine it complained about a missing cng.sys
copying it from the drivers folder in system32 to the system32 folder fixed
this.
After doing all this work it still does not work :(
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53708
Bug ID: 53708
Summary: ChemOffice Suite 2021 21.0.0 installer fails with
"Run-time error '35601': Element not found"
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Depends on: 53707
Distribution: ---
Note: requires vb6run, as well as native micross.ttf to work around bug 53707.
While trying to install I see a message box seeming to come from the vb6
runtime, claiming "element not found". Unfortunately I can't tell what's
causing it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53707
Bug ID: 53707
Summary: ChemOffice Suite 2021 21.0.0 installer cannot accept
license agreement
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Note: the installer needs native vb6run to start.
The second page of the installer is a standard license agreement. On Windows,
the accept/reject radio buttons are greyed out until the user scrolls all the
way to the bottom. On Wine, scrolling all the way to the bottom has no effect.
The text of the license agreement is rendered using "Microsoft Sans Serif". On
my machine that's replaced by "Source Han Sans". Copying the correct font
(C:/windows/fonts/micross.ttf) from a Windows 7 installation fixes the bug and
allows the license to be accepted (although the installer then runs into
further errors).
Most likely we either need Microsoft Sans Serif (cf. bug 20054) or a font that
is metrically compatible with it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9158
Joel Holdsworth <joel(a)airwebreathe.org.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joel(a)airwebreathe.org.uk
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39366
Bug ID: 39366
Summary: FILE_ATTRIBUTE_READONLY and FILE_ATTRIBUTE_HIDDEN
should perhaps use BSD flags
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: guy(a)alum.mit.edu
4.4-Lite introduced per-file flags, which show up as the st_flags field of
"struct stat" and can be set with the chflags() and fchflags() calls.
For plain files, the UF_IMMUTABLE flag corresponds pretty closely to the
Windows FILE_ATTRIBUTE_READONLY flag.
OS X added the UF_HIDDEN flag. so that its kernel SMB client could report the
Windows FILE_ATTRIBUTE_HIDDEN flag to userland.
It might be useful for Wine to, on systems with the st_flags field in "struct
stat" and the chflags() call, to report that a file is read-only if
UF_IMMUTABLE is set, even if the file's permissions allow reading, and to set
UF_IMMUTABLE as well as turning read permissions off if FILE_ATTRIBUTE_READONLY
is set. (You probably want to turn off file permissions in case the file is on
a server; the server might not support setting that flag if, for example, it's
an NFS server.)
On OSes that have them *and* that have UF_HIDDEN, the same (modulo file
permissions) should perhaps be done for FILE_ATTRIBUTE_HIDDEN.
This has been discussed in the past; see the thread starting at
https://www.winehq.org/pipermail/wine-devel/2009-October/079038.html
(It might also be worth looking at supporting NT ACLs on UN*Xes that have
NT-style ACLs; OS X's ACLs are NT-style, and other UN*Xes might support them
even if they call them NFSv4-style ACLs.)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53702
Bug ID: 53702
Summary: God of War shows only a black screen
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 73116
--> https://bugs.winehq.org/attachment.cgi?id=73116
d3d_shader
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 32.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 33.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 34.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 35.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 36.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 37.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 38.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 39.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 40.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 41.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 42.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 43.
0164:err:d3d_shader:shader_glsl_append_sampler_binding_qualifier Unmapped
sampler 44.
0164:err:d3d_shader:shader_glsl_store_uav Invalid UAV index 9.
0164:err:d3d_shader:shader_glsl_store_uav Invalid UAV index 8.
wine-7.17-165-gf5b92137257
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15396
Summary: program doesn't draw text to dialog box properly
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
Created an attachment (id=16248)
--> (http://bugs.winehq.org/attachment.cgi?id=16248)
Dialog box being drawn the wrong way
When I try to save or load a game in The Journeyman Project 3 - Legacy of Time,
the snapshoot is shown behind the dialog box, along with any text written on
the dialog box. The same happens with any other dialog box in the game that
shows text. It's like the function the game uses to draw, draws on the wrong
layer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53695
Bug ID: 53695
Summary: Unable to use LSPDFR with GTA 5.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lolothepro29(a)gmail.com
Distribution: ---
Created attachment 73101
--> https://bugs.winehq.org/attachment.cgi?id=73101
log
**
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53692
Bug ID: 53692
Summary: FnF bugs
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: renanluscad(a)gmail.com
Distribution: ---
the bug of arrows and effects are not centered on the screen (in mods) please
fix this
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53694
Bug ID: 53694
Summary: Habbo crashes when on badge section opening
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio(a)protonmail.com
Distribution: ---
Created attachment 73099
--> https://bugs.winehq.org/attachment.cgi?id=73099
Bug report
Habbo game crashes when using certain features, for example when opening the
"Badge" tab. This crash occurs 90%+ of the times, not always (I can't
understand why) but it's very annoying anyway.
I'm using LMDE 5. On Linux Mint 20.3 I have the same behaviour.
Steps to reproduce:
1) Login (or subscribe first) to https://www.habbo.it/ (https://www.habbo.com/
also exists for an english version, which is totally fine because the launcher
will be the same)
2)After logging in on your browser, click "Download" and install the app (it's
free)
3)Run the app and enter the "Classic" version (NOT "Modern"); you have to use
the code given in order to start(if you don't find it, reclick "Download",
there you'll find the code)
4)Once in the game, click on "Rooms" and enter in any room
5)Now click on "Inventory" (it's one of the icons on the bottom left of the
screen, it's the symbol of three chairs), a small window will open
6)open the "Badge" tab. The game will probably crash. If it doesn't, repeat
from point 3 (it crashes 90%+ of the times).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.