WineHQ

Myst III: Exile

No Screenshot

Submit Screenshot

GOG Release

Application Details:

Version: GOG
License: Retail
URL: http://www.ubi.com/US/Games/my...
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 7.20

Maintainers: About Maintainership

Free Download GOG Page for 'Myst III: Exile'

Test Results

Selected Test Results

What works

- Installing
- Complete playthrough
- Saving/loading

What does not

When closing the game on my machine, the last image remained on screen, though I could interact with things "behind" it.  See bug # 53917.

Workarounds

Resetting the screen (such as turning it off/on with xrandr) will clear the image left behind after the game closes.  I do this automatically by starting the game using a shell script:

# Read and understand this script before use.  Use at your own risk.
# Requires python and python-psutil
WINEPREFIX='/home/xxxxme/.wine32'
WINEARCH='win32'
wine 'C:\Program Files\Myst\Myst 3\Launch Myst 3 Exile.lnk'
# Unfortunately, wine now returns so we can't just wait for that.
# Hopefully finds the screen Myst 3 is running on.
primary=$(xrandr | grep primary | sed s'/ .*//')

# Returns when residualvm.exe closes
python -c 'import psutil; psutil.wait_procs([psutil.Process('$(pidof residualvm.exe)')])'

# Reset primary output. This might also screw up positioning with multi-monitor setups.
xrandr --output $primary --off
xrandr --output $primary --auto

What was not tested

Not all endings were played.

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

- I had to start the game using the "Launch Myst 3 Exile.lnk" in the installed folder.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentArch Linux x86_64Nov 13 20227.20Yes Yes YesSilverMatt Keefo 
ShowLinux Mint 19.0 TaraAug 30 20183.14-stagingYes Yes YesSilverAlec Dacyczyn 

Known Bugs

Bug # Description Status Resolution Other apps affected
53917 Myst 3 leaves last image on screen when closing UNCONFIRMED View

Show all bugs

Comments

Back