WineHQ

Zeno Clash II

Steam version.

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

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

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:

  • GPU:
  • Driver:

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).

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 13.10 "Saucy" amd64 (+ variants like Kubuntu)Mar 07 20141.7.13Yes Yes NoGoldKonrad Materka 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Run game on 64-bit systems

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.

Comments

Back