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
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:
Additional Comments
- I had to start the game using the "Launch Myst 3 Exile.lnk" in the installed folder.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux x86_64 | Nov 13 2022 | 7.20 | Yes | Yes | Yes | Silver | Matt Keefo | |
Show | Linux Mint 19.0 Tara | Aug 30 2018 | 3.14-staging | Yes | Yes | Yes | Silver | Alec Dacyczyn |