[Bug 23803] New: rawdump (semi)works with dotnet20, but not mono26
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(a)winehq.org ReportedBy: austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet | CC| |focht(a)gmx.net --- Comment #1 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 levicivita <tullio.levi.civita(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tullio.levi.civita(a)gmail.co | |m -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 --- Comment #2 from Vincent Povirk <madewokherd(a)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." -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 --- Comment #3 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 --- Comment #4 from Vincent Povirk <madewokherd(a)gmail.com> 2010-12-30 15:45:29 CST --- Mono bug filed: https://bugzilla.novell.com/show_bug.cgi?id=661917 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 --- Comment #5 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-01-27 17:30:48 CST --- Looks fine in 2.8.2 (which I just put in winetricks). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23803 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2011-02-04 13:20:48 CST --- Closing bugs fixed in 1.3.13. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org