Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results
What works
- Accepting client connections.
- Basic gameplay.
- Console output.
What does not
- The game crashes at startup logging "System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.", followed by a stacktrace. This seems like a bug in Wine Mono.
Workarounds
- The startup crash can be fixed by replacing Wine Mono with .NET, for example by using the Winetricks verb
dotnet48
.
What was not tested
- A realistic multiplayer scenario.
Hardware tested
Graphics:
- GPU: Intel
- Driver: open source
Additional Comments
- The server crashes at startup logging "System.TypeLoadException: Could not load type of field 'Infiniminer.InfiniminerServer:redHomeBlock' (3) due to: Could not load file or assembly 'Microsoft.Xna.Framework, 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. - Any console input crashes the server logging "Unhandled Exception: System.InvalidCastException: Unable to cast object of type 'System.Char' to type 'System.String'.", followed by a stacktrace. This is a bug in the program itself and is also present on Windows.
selected in Test Results table below