https://bugs.winehq.org/show_bug.cgi?id=47523
Bug ID: 47523
Summary: KERNEL32.dll.EnumSystemFirmwareTables
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: skas00(a)gmail.com
Distribution: ---
A recent patch to everquest (7-17-2019) uses ms-api-sysinfo call via
kernel32.dll
This function is not yet implemented and results in error:
wine: Call from 0x7bc84e49 to unimplemented function
KERNEL32.dll.EnumSystemFirmwareTables, aborting
--
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=40868
Bug ID: 40868
Summary: World of Warcraft ; seh:RtlCaptureStackBackTrace stub
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 54930
--> https://bugs.winehq.org/attachment.cgi?id=54930
Log with that exception
World of Warcraft 7 , aka the current Legion expansion beta realm version,
is quite agressive with seh:RtlCaptureStackBackTrace missing.
That occurs with both d3d9 and d3d11 rendering engines enabled.
fixme:seh:RtlCaptureStackBackTrace (0, 60, 0x23f8e0, 0x23f7c0) stub!
Not sure where that comes from as the live version seems to be a lot more
quiet.
--
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=47563
Bug ID: 47563
Summary: Sforzando Sample Player works but GUI is blank
(unusable)
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linuxguy93(a)gmail.com
Distribution: ArchLinux
Created attachment 64964
--> https://bugs.winehq.org/attachment.cgi?id=64964
A zip archive of sforzando's output. One for normal output and one for output
with d2d being debugged.
Sforzando's GUI using any version of wine produces a blank, but working GUI on
Archlinux. It seems to be a d2d issue combined with the way OpenGL core
contexts are exposed in mesa on Archlinux. Sforzando can be found here:
https://www.plogue.com/downloads.html Aria Engine:
http://ariaengine.com/support/aria-engine-update/
Hardware:
CPU: Intel Ivy Bridge 3570K
GPU: AMD RX460
32 GB DDR3 Ram
Software:
OS: Arch Linux
Kernel: 5.2.3
mesa: 19.1.3
wine: 4.12.1
app version: sforzando 1.952 (aria engine version as well)
--
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=44958
Bug ID: 44958
Summary: Epic Games Launcher requires DebugCreate (dbgeng)
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roothorick(a)gmail.com
Distribution: ---
Created attachment 61066
--> https://bugs.winehq.org/attachment.cgi?id=61066
Log snippet showing error
#41258 appears to be fixed in staging, but the launcher still doesn't come up.
Found the smoking gun pretty quickly; it immediately bails when DebugCreate()
(currently a complete stub) returns error (snippet from log with err,warn,fixme
attached).
--
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=47035
Bug ID: 47035
Summary: widl generates typelib file with enums multiply
defined
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
When generating typelibs from idl where enums are defined, the generated tlb
ends up with a copy of the enum definition for every instance that the enum is
mentioned as a parameter to a function, plus 1.
I've created a branch with a min-repro here:
https://github.com/pospeselr/mingw-widl-bug/tree/enum_bug
Once again, update the Makefile to point to your local copy of widl.
I tested this with the latest mingw ( commit
c61763cc740f8f4986755eeafce832baa3655ee8 ) which uses widl version 4.5 plus
I've applied the patch from https://bugs.winehq.org/show_bug.cgi?id=47031
(note: this issue occurs even without the patch applied).
--
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=47149
Bug ID: 47149
Summary: widl generates invalid C headers when user-defined
structs also have const typedef'd names
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
Found this one while working on patch for #47035
With an idl snippet like so:
struct foo {};
typedef struct foo foo_t;
typedef const struct foo cfoo_t;
the generated header will contain:
struct foo {
};
typedef struct foo foo_t;
// redefinition of struct foo and discards const qualifier
typedef struct foo {
} cfoo_t;
This bug seems like it will be fixed once the patch for #47035 lands.
--
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=47698
Bug ID: 47698
Summary: Battlefield 1 crashes/shows error when launchin with
DX12/VKD3D
Product: vkd3d
Version: 1.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: rajaleicht(a)gmail.com
Distribution: ---
Created attachment 65162
--> https://bugs.winehq.org/attachment.cgi?id=65162
shows error
look at attachment
--
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=47697
Bug ID: 47697
Summary: wine causes system to hang on shutdown or reboot on
arch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mahmoud.elswerky(a)gmail.com
Distribution: ---
Created attachment 65157
--> https://bugs.winehq.org/attachment.cgi?id=65157
screenshot
i face an issue on arch linux and manjaro where whener i shutdown or reboot .
system hans asking me to wait for 90 second
` stop job is running for session 4 of user elswerky`
and have to wait for 90 second to be able to shutdown pc
i don't know why this happens with me but what noticed is that it happens if
have wine me wine server and a wimdindows app working on the session before
rebooting or shutting down
inu use lateat version of wine on arch 4.13
and installed winindows app on wine is internet download manager
now am 95 % siure that the hang on shutdown is related to wine and it's
proocesses
--
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=47694
Bug ID: 47694
Summary: mouse pointer disappears
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drctheboss(a)charter.net
CC: drctheboss(a)charter.net
Distribution: Mint
The mouse pointer disappears whenever it enters the area the program is running
in.
--
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.