https://bugs.winehq.org/show_bug.cgi?id=38559
Bug ID: 38559 Summary: GTA4: crash after benchmark has completed Product: Wine Version: 1.7.40 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: patrick1804@web.de Regression SHA1: 1f004b34ade39c107796470b83c6d3e116106384 Distribution: ---
Created attachment 51435 --> https://bugs.winehq.org/attachment.cgi?id=51435 wine trace of GTA4 including stacktrace WINEDEBUG=wbemprox
GTA4 queries Win32_Processor and crashes with this commit. It doesn't crash without this commit. I've reverted the commit on wine 1.7.41 and the crash is gone. Tested with vanilla wine and wine-staging.
https://bugs.winehq.org/show_bug.cgi?id=38559
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |hans@meelstraat.net, | |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=38559
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #1 from super_man@post.com --- I don't know why but you got 2 seriously looking errors in your log
err:d3d:context_create wglSwapIntervalEXT failed to set swap interval 1 for context 0xe61af1b0, last error 0x591
and the other about gpu override going wrong.
I don't have the game currently installed so I can't confirm or deny the bug.
https://bugs.winehq.org/show_bug.cgi?id=38559
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- Looks like that commit allowed it to proceed and bump into the next unimplemented property: Win32_OperatingSystem.Primary. This property has been implemented in mean time. Please test.
https://bugs.winehq.org/show_bug.cgi?id=38559
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |bd647dc013d275781c0608a767e | |5f5af8a3e65c8 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Hans Leidekker hans@meelstraat.net --- (In reply to Hans Leidekker from comment #2)
Looks like that commit allowed it to proceed and bump into the next unimplemented property: Win32_OperatingSystem.Primary. This property has been implemented in mean time. Please test.
Got hold of GTA4 on Steam. I ran the benchmark and it didn't crash, reverted bd647dc013d275781c0608a767e5f5af8a3e65c8 and it crashed. So this is fixed.
https://bugs.winehq.org/show_bug.cgi?id=38559
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.8-rc3.