-
You will not be able to install the game from within Linux/Mac OSX. Put the DVD in a windows machine and share the drive to avoid errors about "Data3.cab".
-
The Digital Rights Management (DRM) software in this program
prevents it from running in CrossOver. If you are in a legal jurisdiction
which allows removal of such software, you may have luck running this
program. Unfortunately, CodeWeavers, because they are subject to the
Digital Millennium Copyright Act, will be unable to support you. -
Download the original Microsoft "dxdiagn.dll" from
http://www.dlldump.com/download-dll-files_new.php/dllfiles/D/dxdiagn.dll/5.03.2600.2180/download.html and replace the one in "drive_c/windows/system32" on you wine bottle. -
Click Configure->Manage Bottles->Your Bottle->Control Panel/winecfg.
-
Click the Libraries tab, type in d3d10 under "New override for library" and click "Add". You'll now see "d3d10 (native,builtin)", hit "Edit" and select "Disabled" and hit "OK".
-
Then again under "New override for library", type in dxdiagn and click "Add". You'll now see "dxdiagn (native,builtin)" added to the list, so hit "Apply" and then "OK" to exit.
-
The game should now run, albeit quite slowly. (±10 FPS on a 2.1Ghz MacBook Pro with a 128MB ATI Radeon X1600).
-
Increase performance by creating the following registry key in windows:
"HKEY_CURRENT_USER => Software => Wine => Direct3D"
Enter the following:
"DirectDrawRenderer => opengl"
"OffscreenRenderingMode => backbuffer"
"RenderTargetLockMode => readdraw"
"UseGLSL => disabled"
"VideoMemorySize => 128"
where "VideoMemorySize" should be set to the amount of video card RAM your display card has.
- You can further increase performance by reducing the sound quality. Create a 'DirectSound' key and add the following:
DefaultBitsPerSample => 8
DefaultSampleRate => 22050
EmulDriver => Y
Thanks to Cpt. Chaos, Hoodedman, kde and others at the WineDB App Headquaters who wrote the original guide:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9237