https://bugs.winehq.org/show_bug.cgi?id=56253
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- I could also observe this behaviour.
The game also writes some logging to c:/users/benutzer/Temp/: perry_crash.dmp perry_crash_log.txt perry_log_file.txt
wine winedbg c:/users/benutzer/Temp/perry_crash.dmp Backtrace: =>0 0x7b672617 RaiseException+0x42() [kernelbase/debug.c:378] in kernelbase 1 0x0046016d in perry_rhodan (+0x6016d)
In perry_log_file.txt following line is visible: [CRITICAL]: pr_demo_t::set_msaa_mode() BUG at file ".\pr_demo.cpp", line 113!
With below modification the game can continue shows the into sequences, and a new game can be started from the main menu. Unfortunately with some graphical glitches and unreadable subtitles.
dlls/winex11.drv/opengl.c ERR("Could not share display lists because both of the contexts ... - return FALSE; + return TRUE; }