WineHQ

Indiana Jones and the Emperor's Tomb

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!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

  • Installation.
  • Sound.

What does not

  • Starting the game.
  • Playing the game normally, as the graphics are distorted.
  • Switching to/from other applications, when run in full screen.

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

  • Nothing.

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

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"

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentSlackware -currentOct 13 20183.0.3Yes Yes YesSilverMaxim-007 
ShowSlackware -currentJun 29 20183.0.1Yes Yes YesSilverMaxim-007 
ShowGoboLinux 014Apr 26 20080.9.60Yes Yes NoBronzeNathan Bennett 
ShowMandriva 2007Dec 14 20060.9.27.Yes No NoGarbagejoao 

Known Bugs

Bug # Description Status Resolution Other apps affected
27594 Indiana Jones and the Emperor's Tomb: error message "invalid floating point camera matrix" (SSE2 control word handling in msvcrt __control87) NEW View

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back