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.
http://bugs.winehq.org/show_bug.cgi?id=23803
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet | CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2010-07-30 02:17:29 --- Hello,
this is clearly a Mono (app) bug being triaged here, removing 'dotnet' keyword to be not mixed up with valid .NET/Wine bugs.
Anyway, there real problem here is Mono's inability to do proper VBByRefStr unmanaged type-marshalling for P/Invokes (still present as of v2.6.7).
Regards
http://bugs.winehq.org/show_bug.cgi?id=23803
levicivita tullio.levi.civita@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tullio.levi.civita@gmail.co | |m
http://bugs.winehq.org/show_bug.cgi?id=23803
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2010-12-30 13:41:46 CST --- I'm just seeing "The entry point method could not be loaded" in terminal when I try to start it.
If I set MONO_LOG_LEVEL=info, I get "Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies."
http://bugs.winehq.org/show_bug.cgi?id=23803
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2010-12-30 14:02:40 CST --- Ah, it was in the mono-basic package.
After building mono-basic and inserting the libs into my mono install, I see this:
string marshalling conversion 34 not implemented System.NotImplementedException: string marshalling conversion 34 not implemented at (wrapper remoting-invoke-with-check) i:b () at i.b (System.Object A_0, System.EventArgs A_1) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0
34 is VBByRefStr.
http://bugs.winehq.org/show_bug.cgi?id=23803
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2010-12-30 15:45:29 CST --- Mono bug filed: https://bugzilla.novell.com/show_bug.cgi?id=661917
http://bugs.winehq.org/show_bug.cgi?id=23803
--- Comment #5 from Vincent Povirk madewokherd@gmail.com 2011-01-27 16:27:08 CST --- The Mono bug is fixed, but I'm not sure if the fix made it in 2.8.2.
http://bugs.winehq.org/show_bug.cgi?id=23803
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2011-01-27 17:30:48 CST --- Looks fine in 2.8.2 (which I just put in winetricks).
http://bugs.winehq.org/show_bug.cgi?id=23803
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2011-02-04 13:20:48 CST --- Closing bugs fixed in 1.3.13.