Application Details:
Version: | 1.x |
License: | |
URL: | http://www.activision.com/game... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 8.11 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
sound and control
What does not
Application does not start and textures in parts sometimes absent
Workarounds
For the application that won't start :
Go to the game link on the .desktop icon and open it with a word processor. Then, on the "Exec=" line after "env", drag this "MESA_EXTENSION_MAX_YEAR=2000" and finally save and close the word processor window.
For textures that are sometimes missing :
After activating the game, which is activated only once, you arrive at
to the main menu.
Start a game, and when the loading screen appears at the very beginning, press "Esc" once.
Then you'll get almost all the textures.
What was not tested
Multiplayer mode
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | Jun 30 2023 | 8.11 | Yes | Yes | Yes | Gold | alrito | |
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | Dec 30 2022 | 7.22 | Yes | Yes | Yes | Gold | Matt Lanahan | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Feb 22 2018 | 3.1 | Yes | Yes | Yes | Gold | Sven Arvidsson | |
Show | Ubuntu 17.10 "Artful" amd64 (+variants like Kubuntu) | Aug 30 2017 | 2.15-staging | Yes | No | No | Garbage | Mehmet | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Apr 02 2017 | 2.4 | Yes | No | No | Garbage | Mehmet |
Bug # | Description | Status | Resolution | Other apps affected |
2015-06-02 Admin note: the following was extracted from user comments made in 2014 and may not apply to current Wine.
It has been reported that the following changes to the config.cfg may fix the texture-related problems:
set gl_fogverts "0"
set gl_fogmode "0"
set gl_rj "0"
set cpu_memory_using "3"
set gl_gentextures_broken "1"
set gl_scissor_broken "0"
set gl_swapinterval "1"
set gl_s3_s3tc "0"
set gl_ext_anisotropic "0"
set gl_ext_multitexture "1"
set gl_ext_swapinterval "1"
set gl_displayrefresh "0"
Other solutions:
* Use the fglx driver instead of the radeon driver
* Select 'QeffectsGL' instead of 'Default OpenGL' in de SoF video
settings menu (QeffectsGL.dll is an opengl32.dll wrapper DLL that's
distributed with the SoFplus 20140531 client mod)
The default OpenGL renderer (ref_gl.dll) may reject any driver that has the string "generic" in GL_RENDERER. This can make the game fail to launch e.g. on Ubuntu, since the kernel version is exposed in GL_RENDERER and contains the "-generic" suffix:
$ glxinfo | grep 'renderer string'
OpenGL renderer string: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.27.0, 5.0.0-20-generic, LLVM 8.0.0)
Since ref_gl.dll contains only one occurrence of "generic", it is easy to patch the file for example by using sed to replace the word with another equal-length word that does not conflict with your GL_RENDERER:
sed -i s/generic/SoFsuxx/ ref_gl.dll
Comments for this application have been disabled because there are no maintainers.