http://bugs.winehq.org/show_bug.cgi?id=9832
--- Comment #3 from Luke Bratch l_bratch@yahoo.co.uk 2007-09-30 13:45:01 --- Hi Chris
This is exactly what I do to get the game running, starting from a fresh ~/.wine.
Firstly - Wine version 0.9.46, with these hacks applied:
http://bugs.winehq.org/attachment.cgi?id=8235 http://bugs.winehq.org/attachment.cgi?id=8005 http://bugs.winehq.org/show_bug.cgi?id=881#c20
Probably the only one related is the Securom one, but I have included the others just in case.
- Set Windows version to XP - Set audio driver to ALSA - Set these registry keys: - - HKEY_CURRENT_USER\Software\Wine\Direct3D\OffscreenRenderingMode = fbo - - HKEY_CURRENT_USER\Software\Wine\Direct3D\UseGLSL = enabled - - HKEY_CURRENT_USER\Software\Wine\Direct3D\VideoMemorySize = 512 - - (512 is my value, set to your own) - Ensure also that HKEY_LOCAL_MACHINE\System\MountedDevices has been created by the Securom hack - Run wine vcredist_x86.exe got from http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-... - cp d3dx9_35.dll to ~/.wine/drive_c/windows/system32/ (Google for this, I'm not sure if it can be distributed or not) - cp xinput1_3.dll to ~/.wine/drive_c/windows/system32/ (Google for this, I'm not sure if it can be distributed or not) - cd to the directory (i.e. don't call it from a different directory) - Run wine Crysis.exe
There is one issue though - every time you start the game, ~/My\ Games/Crysis_MP_DEMO/ is created, and game will crash when starting if this exists. So delete ~/My\ Games/ before you attempt to start the game every time. Sometimes it still crashes, but just keep deleting the directory and trying again (has taken up to 10 tries for me).
Luke