Application Details:
Version: | Steam |
License: | Retail |
URL: | http://www.zenoclash2.com/ |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.7.13 |
Maintainers: About Maintainership
What works
The game plays. Graphics are fine, no glitches or errors. Sounds works good too. Mouse and keyboard work as expected
What does not
Games requires .NET 4 and 32-bit wineprefix to work correctly.
Workarounds
What was not tested
Extended gameplay.
Hardware tested
Graphics:
Additional Comments
I had to install MS .NET 4.0 using winetricks. This has to be done on32-bit wineprefix, so if you have 64-bit distribution use something like this: WINEARCH=win32 WINEPREFIX=/home/konrad/.local/share/wineprefixes/steam winetricks steam dotnet4 Tested on Core i5-4570, 8GB RAM, NVIDIA GeForce GTX 460 (driver version: 319.60).
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 13.10 "Saucy" amd64 (+ variants like Kubuntu) | Mar 07 2014 | 1.7.13 | Yes | Yes | No | Gold | Konrad Materka |
Bug # | Description | Status | Resolution | Other apps affected |
This game requires .NET 4 to run, you must install it before running the game. Simplest solution is to use winetricks to do all the work. Problem is when you use 64-bit wine with 64-bit prefix (created by default) - currently .NET4 doesn't work on such configurations.
You must create 32-bit prefix and install Steam and .NET 4 in it. Make sure that "~/.local/share/wineprefixes/steam" doesn't exist and run this command:
WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/steam winetricks steam dotnet4
Then you can install the game using Steam as usual.