http://bugs.winehq.org/show_bug.cgi?id=23803
Summary: rawdump (semi)works with dotnet20, but not mono26 Product: Wine Version: 1.2 Platform: x86 URL: http://www.softpedia.com/get/CD-DVD-Tools/CD-DVD-Rip-O ther-Tools/RawDump.shtml OS/Version: Linux Status: NEW Keywords: dotnet, download, source Severity: enhancement Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
(Filed at Vincent's request)
Based on bug 23799.
to reproduce: $ rm -rf .wine $ winetricks -q gdiplus mono26 $ wine rawdump.exe
you'll get: ** (rawdump.exe:8): WARNING **: mono_class_from_mono_type: implement me 0xb6
** ERROR:class.c:5499:mono_class_from_mono_type: code should not be reached
and with dotnet20: $ rm -rf .wine $ winetricks -q gdiplus dotnet20 $ wine rawdump.exe
you'll get a gui. The program doesn't work properly, but that's bug 23799.