http://bugs.winehq.org/show_bug.cgi?id=12787
Summary: Magic Online III crashes at startup in .net 2.0 with System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=2.0.0.0 Product: Wine Version: CVS/GIT Platform: Other URL: http://www.wizards.com/default.asp?x=magic/moliii2/downl oad OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
With yesterday's git, Magic III installs fine in an empty .wine directory, but the game itself (renamer.exe) crashes early in .net 2 initialization with bug 10467:
Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Globalization.TextInfo' threw an exception. at System.Globalization.TextInfo.GetNativeTextInfo(Int32 cultureID) at System.Globalization.TextInfo.get_InvariantNativeTextInfo() ... Work around that by copying http://kegel.com/wine/l_intl.nls to drive_c/windows/system32/
The next problem is a crash with
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. Exception from HRESULT: 0x80070002^M File name: 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'^M at Renamer.Renamer.Rename()^M at Renamer.Renamer.Main(String[] args)