Application Details:
Version: | Demo |
License: | Demo |
URL: | http://www.revolution.co.uk/ |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 7.2 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
It is possible to change anti-aliasing (bug #34625; whether the anti-aliasing actually works would be another matter.)
What does not
There are graphical glitches (maybe a shader problem?):
When run in Wine's full-screen mode, the game window automatically minimizes when the desktop workspace is changed. (Bug #37937).
Workarounds
To get rid of the blank/black screen (when the game is run), requires `d3dx9_29.dll' (or `d3dcompiler_47.dll') to be dropped in the game directory.
To prevent the problem of auto-minimize, the game must be run in Wine's virtual-desktop mode.
What was not tested
Playing through the entire demo.
Hardware tested
Graphics:
Additional Comments
I am not sure if the anti-aliasing bug was actually fixed in Wine (since v. 5.0.3), or went away after a hardware upgrade: from G41M to H81M.
The following line is repeatedly output on the console:
0120:fixme:d3d9:Direct3DShaderValidatorCreate9 Returning stub validator 67A9D038.
P.S. N.B.: It turns out that the problem of missing/black textures is introduced due to the hardware upgrade, precisely hyper-threading (HT) or multi-threading (MT). I finally did manage to find a solution to the problem: Disable Simultaneous Multi-Threading (SMT) before running the game (you can enable it later):
First, check if it is enabled:
$ cat /sys/devices/system/cpu/smt/active 1 $ cat /sys/devices/system/cpu/smt/control on
Then, disable it (as root):
# echo "off" | tee /sys/devices/system/cpu/smt/control off
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Slackware -current | Feb 14 2022 | 7.2 | Yes | Yes | Yes | Silver | Maxim-007 | |
Show | Slackware -current | Mar 20 2020 | 5.0 | Yes | Yes | Yes | Gold | Maxim-007 | |
Show | Slackware -current | Jul 25 2018 | 3.0.1 | Yes | Yes | Yes | Silver | Maxim-007 | |
Show | Debian GNU/Linux Unstable "Sid" | Jun 24 2012 | 1.5.7 | Yes | Yes | No | Gold | an anonymous user | |
Show | Ubuntu 10.04 "Lucid" i386 (+ variants like Kubuntu) | Jun 03 2010 | 1.1.42 | Yes | No | No | Garbage | an anonymous user |
Comments for this application have been disabled because there are no maintainers.