Application Details:
Version: | Demo |
License: | |
URL: | http://www.gamershell.com/down... |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 3.0.3 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
What does not
Workarounds
To solve the problem of starting the game, drop `msvcrt.dll' in the directory `GameData/bin', and set it to native:
The game can be run from the CLI, using the command:
$ WINEDLLOVERRIDES="$WINEDLLOVERRIDES;msvcrt=n" wine EmperorsTomb.exe
To solve the problem of graphics distortion, disable support for vertex shaders:
Create the registry key and the (DWORD) value, and set it (to 0):
`HKEY_CURRENT_USER\Software\Wine\Direct3D', MaxShaderModelVS=0 (DWORD)
A quick way to do it is from the CLI, using the command:
$ wine reg add "HKEY_CURRENT_USER\Software\Wine\Direct3D" /v MaxShaderModelVS /t REG_DWORD /d 0
To solve the problem caused by application switching in full-screen mode, run it in virtual-desktop mode:
$ WINEDLLOVERRIDES="$WINEDLLOVERRIDES;msvcrt=n" wine explorer /desktop=,800x600 EmperorsTomb.exe
What was not tested
Hardware tested
Graphics:
Additional Comments
To avoid the annoyance of the mouse constantly escaping the game window in virtual-desktop mode, and ensure better game-play, capture the mouse:
Create the registry key and the (String) value, and set it (to "Y"):
HKEY_CURRENT_USER\Software\Wine\X11 Driver', GrabFullscreen="Y" (String)
The setting can be changed from the CLI, using the command:
$ wine reg add "HKEY_CURRENT_USER\Software\Wine\X11 Driver" /v GrabFullscreen /t REG_SZ /d "Y"
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Slackware -current | Oct 13 2018 | 3.0.3 | Yes | Yes | Yes | Silver | Maxim-007 | |
Show | Slackware -current | Jun 29 2018 | 3.0.1 | Yes | Yes | Yes | Silver | Maxim-007 | |
Show | GoboLinux 014 | Apr 26 2008 | 0.9.60 | Yes | Yes | No | Bronze | Nathan Bennett | |
Show | Mandriva 2007 | Dec 14 2006 | 0.9.27. | Yes | No | No | Garbage | joao |
Comments for this application have been disabled because there are no maintainers.