https://bugs.winehq.org/show_bug.cgi?id=44370
Bug ID: 44370 Summary: World of Warcraft crashes with "Game initialization failed" Product: Wine Version: 3.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cybermax@dexter.no Distribution: ---
World of warcraft 7.3.5 crashes with "Game initialization failed!" when using wine-3.0.
https://bugs.winehq.org/show_bug.cgi?id=44370
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
https://bugs.winehq.org/show_bug.cgi?id=44370
--- Comment #1 from Sveinar Søpler cybermax@dexter.no --- Created attachment 60405 --> https://bugs.winehq.org/attachment.cgi?id=60405 Attempting to start world of warcraft
Attempting to start world of warcraft with wine-3.1 release.
https://bugs.winehq.org/show_bug.cgi?id=44370
Chris Rankin rankincj@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rankincj@yahoo.com
https://bugs.winehq.org/show_bug.cgi?id=44370
--- Comment #2 from Chris Rankin rankincj@yahoo.com --- Created attachment 60574 --> https://bugs.winehq.org/attachment.cgi?id=60574 Debug output frpm WINEDEBUG=trace+all,+seh
I can confirm this bug, now that Fedora 27 has updated from Wine 2.20-staging to Wine 3.1.
https://bugs.winehq.org/show_bug.cgi?id=44370
--- Comment #3 from Chris Rankin rankincj@yahoo.com --- I think this is where WoW starts to go wrong: 2593.658:0033:0034:Ret ntdll.RtlAddVectoredExceptionHandler() retval=00059760 ret=14000ccad ... 2593.658:0033:0034:trace:seh:call_vectored_handlers calling handler at 0x140031710 code=c0000005 flags=0 2593.658:0033:0034:trace:seh:call_vectored_handlers handler at 0x140031710 returned 0
https://bugs.winehq.org/show_bug.cgi?id=44370
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Created attachment 60623 --> https://bugs.winehq.org/attachment.cgi?id=60623 WINEDEBUG=+tid,+seh terminal output wine-staging 3.2
I can confirm the bug with wine-staging 3.2 (wine from git + "new" wine-staging patches from github/wine-staging)
wineprefix is 32bit.
--- quote from terminal output --- 0009:warn:seh:setup_exception_record exception outside of stack limits in thread 0009 eip 006b47b6 esp f35c945e stack 0x232000-0x330000 --- end ---
This line is the last line in the terminal output.
The game also crash with plain wine 3.2 with a stack overflow(see bug 43656).
I believe the two bugs are duplicates.
wine-staging has 2 patch sets (ntdll_Stack_Guard_Page and ntdll_Stack_Overflow) that modifies the behavior of the exception handling routines and allow the game to display its error dialog, but the root cause is probably the same: The application generates lots of exceptions that overflow the stack.
https://bugs.winehq.org/show_bug.cgi?id=44370
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |obfuscation Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Component|-unknown |ntdll Resolution|--- |DUPLICATE Summary|World of Warcraft crashes |64-bit World of Warcraft |with "Game initialization |client crashes with "Game |failed" |initialization failed"
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving as dupe of bug 43656
--- quote ---- wine-staging has 2 patch sets (ntdll_Stack_Guard_Page and ntdll_Stack_Overflow) that modifies the behavior of the exception handling routines and allow the game to display its error dialog, but the root cause is probably the same: The application generates lots of exceptions that overflow the stack. --- quote ----
These Wine-Staging patches are unrelated to the actual problem encountered here.
Regards
*** This bug has been marked as a duplicate of bug 43656 ***
https://bugs.winehq.org/show_bug.cgi?id=44370
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicates