http://bugs.winehq.org/show_bug.cgi?id=28725
Bug #: 28725 Summary: Mono apps can't find System.Windows.Forms Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: brian@brianvuyk.com Classification: Unclassified
Created attachment 36905 --> http://bugs.winehq.org/attachment.cgi?id=36905 Console output attempting to run OrbMT
Orb Modem Tools is a Mono app that lets you monitor how your DSL modem is doing, and various statistics about your connection.
However, it doesn't run properly on Linux using native mono, so I attempted to run it in Wine.
Using a clean wineprefix with Mono 2.10 installed and .NET 2.0, the app dies with:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Exception from HRESULT: 0x80070002 File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' at ?.Main()
A full console output is attached.
To replicate, OrbMT can be downloaded from http://blog.orbmu2k.de/tools/orbmt-modem-tool-sidebar-gadget ('OrbMT Modem Tool Version 3.42' link at the bottom).
Additionally, another similar app called the SpeedTouch ModemTool exhibits the exact same failure, and can be considered an alternate test case. It can be downloaded at http://modemtool.de/download.html (STMTv0.10.zip).