https://bugs.winehq.org/show_bug.cgi?id=49868
--- Comment #6 from Cedric cedric.dewijs@eclipso.eu --- Retesting with the current version $ rm -rf ~/wine-tmp/ $ mkdir ~/wine-tmp/ $ cd ~/wine-tmp/ $ wget https://www.hedgewars.org/download/releases/Hedgewars-1.0.0.exe $ export WINEPREFIX=~/wine-tmp $ wine Hedgewars-1.0.0.exe Now the installer starts. Accept the defaults. Hedgewards runs at the end of the installer. The game asks if you want to play a training game. Choose no. 4) Press "Play a game on a single computer" 5) Press "Play a quick game against the computer with random settings" Now the game starts correctly. 6) Sometimes, the game now shows the error "The program hedgewars.exe has encountered a serious problem and needs to close" 7) if the game does not crash, press escape and Y, and repeat step 5
I can't get the game to crash anymore, but when I exit the game, I see wine did try to start the debugger: ``` 0390:fixme:imm:ImeSetCompositionString Read string unimplemented 0390:fixme:imm:NotifyIME himc 000A009E, action 0x11, index 0, value 0 stub! wine: Unhandled page fault on read access to F7DECBE0 at address F7DECBE0 (thread 03c4), starting debugger... 0390:err:sync:RtlLeaveCriticalSection section 7BC69520 "../wine/dlls/ntdll/loader.c: peb_lock" is not acquired 03c4:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 908 2076611624" (2) Read the Wine Developers Guide on how to set up winedbg or another debugger wine: Unhandled page fault on read access to F7DECBE0 at address F7DECBE0 (thread 018c), starting debugger... 018c:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 348 0" (2) Read the Wine Developers Guide on how to set up winedbg or another debugger ```
My versions: $ wine --version wine-8.15 $ uname -a Linux cedric 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64 GNU/Linux