https://bugs.winehq.org/show_bug.cgi?id=48096
--- Comment #13 from odecif@gmail.com --- Created attachment 65686 --> https://bugs.winehq.org/attachment.cgi?id=65686 kernel32.dll.so from 4.19 vanilla
Attached you may find the kernel32-dll from the wine installation.
Here is the exact procedure I performed:
1. ps -ef | grep wine 2. Kill all wine processes 3. Insert CD into CD-reader 4. Actually opening the disc in Nautilus/file viewer 5. rm -rf /home/odecif/.wine-mullebil 6. WINEPREFIX=/home/odecif/.wine-mullebil winecfg 7. Set Windows version to `Windows 2000`. Click `OK` to close winecfg 8. WINEPREFIX=/home/odecif/.wine-mullebil wine 'd:\Setup' 9. Install game without issues 10. When installer ask if you want to launch the game, say `No` 11. WINEDEBUG=+seh,+relay,+virtual,+loaddll,+service,+ntoskrnl,+winedevice WINEPREFIX=/home/odecif/.wine-mullebil wine 'c:\levande\mullebil\mulle32.exe' &> mullevanilla_win2000.log 12. Post log to winehq :)
When running the last command without the debug-flags and without redirecting to log file, I get the following error in the terminal some time after the CD spins up: $ WINEPREFIX=/home/odecif/.wine-mullebil wine 'c:\levande\mullebil\mulle32.exe' 008e:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7b4666c9
And then I get the prompt back. There is no error popup, just the error in the terminal.