https://bugs.winehq.org/show_bug.cgi?id=42050
Bug ID: 42050 Summary: wine-mono 4.6.4 System.argumentException (APB Reloaded) Product: Wine Version: 2.0-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: o.dierick@piezo-forte.be Distribution: ---
Created attachment 56532 --> https://bugs.winehq.org/attachment.cgi?id=56532 wine default terminal output
The launcher of the game (APB Reloaded) uses mono.
After performing the "repair" action, the initially disabled "start" button should be enabled.
The issue is that after the "repair" action is finished, the program closes unexpectedly. The terminal output states that a mono run-time error occurred while performing the window layout update:
System.Windows.Forms.Layout.TableLayout.CalculateControlPositions throws System.ArgumentException: Value does not fall within the expected range. (See attached log for backtrace).
Tested on a clean 32-bit wineprefix with current wine-git (which includes fix for the dependency).
Native dotnet20 is a workaround.