https://bugs.winehq.org/show_bug.cgi?id=41608
Bug ID: 41608 Summary: Golden Krone Hotel fails to launch Product: Wine Version: 1.9.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fjfrackiewicz@gmail.com Distribution: ---
Created attachment 55953 --> https://bugs.winehq.org/attachment.cgi?id=55953 Terminal output Wine 1.9.21-106-g51ec5c6
I am trying to run this game in a 32-bit Windows 7 prefix with Wine-devel 1.9.21 and Wine-Staging 1.9.21 and in both versions the game crashes before it even starts.
The game, according to its Steam page, requires Windows 7 or later.
Terminal output attached.
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #1 from fjfrackiewicz@gmail.com --- Created attachment 55954 --> https://bugs.winehq.org/attachment.cgi?id=55954 Backtrace Wine 1.9.21-106-g51ec5c6
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #2 from fjfrackiewicz@gmail.com --- The game crashes whether I start it from Steam or start it without Steam.
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #3 from fjfrackiewicz@gmail.com --- Created attachment 55955 --> https://bugs.winehq.org/attachment.cgi?id=55955 Terminal output Wine Staging 1.9.21
Terminal output for Wine Staging 1.9.21 for comparison and to show that some sort of call is not implemented.
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #4 from fjfrackiewicz@gmail.com --- Created attachment 55956 --> https://bugs.winehq.org/attachment.cgi?id=55956 Backtrace Wine Staging 1.9.21
Backtrace from Wine Staging 1.9.21 for comparison.
https://bugs.winehq.org/show_bug.cgi?id=41608
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #5 from winetest@luukku.com --- Maybe its related to InitializeProcThreadAttributeList
you can find that from wine source code and its a stub.
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #6 from fjfrackiewicz@gmail.com --- Created attachment 55967 --> https://bugs.winehq.org/attachment.cgi?id=55967 Debug log from the game's directory
I found this debug.log in the game's directory that gets created every time the game crashes in case it helps to solve the issue at hand.
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #7 from winetest@luukku.com --- See this
http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s...
https://bugs.winehq.org/show_bug.cgi?id=41608
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Golden Krone Hotel fails to |Golden Krone Hotel fails to |launch |launch | |(InitializeProcThreadAttrib | |uteList is a stub)
https://bugs.winehq.org/show_bug.cgi?id=41608
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 56150 --> https://bugs.winehq.org/attachment.cgi?id=56150 stub
you could try if the attached patch(stub) works. (The parameters are not correctly defined in this patch, it`s just a one-minute-work hack to see if the game goes further with it)
https://bugs.winehq.org/show_bug.cgi?id=41608
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #9 from fjfrackiewicz@gmail.com --- (In reply to Louis Lenders from comment #8)
Created attachment 56150 [details] stub
you could try if the attached patch(stub) works. (The parameters are not correctly defined in this patch, it`s just a one-minute-work hack to see if the game goes further with it)
Thank you, will do so ASAP :)
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #10 from fjfrackiewicz@gmail.com --- Created attachment 56152 --> https://bugs.winehq.org/attachment.cgi?id=56152 Terminal output Wine 1.9.23 after patch
Hi,
I tested your patch on Wine-1.9.23-46-g38372d1 and I think this may require me updating to Wine Staging as I recall InitializeProcThreadAttributeList (size) being mentioned only when I attempted to start the game with Wine Staging.
No change in Wine Devel, basically. I will resume tests either as soon as Wine Staging gets updated or when I see that I can apply the Wine 1.9.22 Staging patches on top of Wine 1.9.23 :)
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #11 from fjfrackiewicz@gmail.com --- Created attachment 56153 --> https://bugs.winehq.org/attachment.cgi?id=56153 Backtrace Wine 1.9.23 after patch
A backtrace from Wine-git with the patch attached to this bug.
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #12 from fjfrackiewicz@gmail.com --- (In reply to Louis Lenders from comment #8)
Created attachment 56150 [details] stub
you could try if the attached patch(stub) works. (The parameters are not correctly defined in this patch, it`s just a one-minute-work hack to see if the game goes further with it)
Hi Louis,
I am going to be splitting this bug report into two due to the different terminal outputs between Wine-Devel and Wine-Staging.
Would you be willing to submit your patch to Wine-Staging?
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #13 from fjfrackiewicz@gmail.com --- (In reply to Louis Lenders from comment #8)
Created attachment 56150 [details] stub
you could try if the attached patch(stub) works. (The parameters are not correctly defined in this patch, it`s just a one-minute-work hack to see if the game goes further with it)
Hi Louis,
I manually applied your patch to Wine Staging since this was the version of Wine that had the following error:
InitializeProcThreadAttributeList (size): Call not implemented. (0x78)
Now I get the following message in the terminal:
[1119/235128:ERROR:crashpad_client_win.cc(285)] InitializeProcThreadAttributeList (size): Success. (0x0)
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #14 from fjfrackiewicz@gmail.com --- Created attachment 56187 --> https://bugs.winehq.org/attachment.cgi?id=56187 Backtrace Wine 1.9.23 Staging after patch
Backtrace of the crash with Louis' patch manually applied to Wine 1.9.23 (Staging).
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #15 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Hi fjfrackiewicz
you might want to try change return code (return TRUE or 1 instead of return 0;) Dunno if that really might change anything but worth a try anyway .
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #16 from fjfrackiewicz@gmail.com --- (In reply to Louis Lenders from comment #15)
Hi fjfrackiewicz
you might want to try change return code (return TRUE or 1 instead of return 0;) Dunno if that really might change anything but worth a try anyway .
Thanks, I'll try that :)
https://bugs.winehq.org/show_bug.cgi?id=41608
--- Comment #17 from fjfrackiewicz@gmail.com --- (In reply to Louis Lenders from comment #15)
Hi fjfrackiewicz
you might want to try change return code (return TRUE or 1 instead of return 0;) Dunno if that really might change anything but worth a try anyway .
With "return TRUE" I get the following output in my terminal:
[1120/032455:ERROR:crashpad_client_win.cc(281)] InitializeProcThreadAttributeList (size) succeeded, expected failure
https://bugs.winehq.org/show_bug.cgi?id=41608
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |4c146152ddd60829195fb9735ec | |a5cf99d35383b Status|UNCONFIRMED |RESOLVED Component|-unknown |kernel32 Resolution|--- |FIXED
--- Comment #18 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by http://source.winehq.org/git/wine.git/?a=commit;h=4c146152ddd60829195fb9735e...
https://bugs.winehq.org/show_bug.cgi?id=41608
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.12.