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
- Joining servers.
- Basic gameplay.
- Sound.
What does not
- The game crashes at startup, logging "System.InvalidOperationException: Song playback failed. Please verify that the song is not DRM protected. DRM protected songs are not supported for creator games.", followed by a stacktrace. This is because it requires Windows Media Player for audio playback, for which Wine does not provide a replacement.
Workarounds
- The startup crash can be fixed by installing Windows Media Player, for example by using the Winetricks verb
wmp11
.
What was not tested
- A realistic multiplayer scenario.
Hardware tested
Graphics:
- GPU: Intel
- Driver: open source
Additional Comments
- The game crashes at startup logging "System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Xna.Framework.Game, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d' or one of its dependencies." if the XNA Framework Redistributable 3.0 is missing, which is also the case on Windows. Download and install it from https://www.microsoft.com/en-u.... Do not install XNA Framework Redistributable 3.1 (for example, using the Winetricks verb
xna31
), as it doesn't seem to be compatible. - If the system locale is one that uses a comma as the decimal separator, the game will crash when joining a server logging "Unhandled Exception: System.FormatException: Input string was not in a correct format.", followed by a stacktrace, which is also the case on Windows. To avoid this crash, set the locale to one that uses a dot as a decimal separator (for example, by running Wine as
env LC_ALL=C wine
).
selected in Test Results table below