https://bugs.winehq.org/show_bug.cgi?id=57050
Bug ID: 57050 Summary: BLUR (racing game) crashes Product: Wine Version: 9.14 Hardware: x86-64 URL: https://abandonwaregames.net/file/247521/blur OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ArchLinux
Created attachment 76905 --> https://bugs.winehq.org/attachment.cgi?id=76905 the backtrace after the crash
BLUR (racing game) crashes
To reproduce: Download BLUR from here. This results in the file blur.zip https://abandonwaregames.net/file/247521/blur
$ rm -rf ~/wine-tmp/ $ mkdir ~/wine-tmp $ export WINEPREFIX=~/wine-tmp
Make a temp dir and copy blur to it $ mkdir ~/wine-blur-tmp $ cd ~/wine-blur-tmp $ cp ~/Downloads/blur.zip . $ unzip blur.zip $ mkdir loop # mount -o loop Blur.iso loop/ $ cd loop $ wine setup.exe Now the installer start. Accept the defaults. $ cd .. $ unzip Patch-1.2.zip $ wine BizUpdaterPack.exe $ unzip NoCD_1.2.zip $ cd ~/wine-tmp/drive_c/Program\ Files\ (x86)/Activision/Blur(TM)/ $ $ cp ~/wine-blur-tmp/Blur.exe . $ wine Blur.exe
Set Blur to run in aa window instead of fullscreen. Windowed is needed to be able to obtain the backtrace from the debugger. Play the game. After a while the game crashes.