[Mono-bugs] [Bug 483212] New: DllNotFoundException: /Library/Frameworks/Mono.framework/Versions/2.4/lib/libgdiplus.dylib
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Mar 7 16:04:10 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=483212
Summary: DllNotFoundException:
/Library/Frameworks/Mono.framework/Versions/2.4/lib/li
bgdiplus.dylib
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: PowerPC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Major
Priority: P5 - None
Component: interop
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: MacPgmr at fastermac.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20
App runs fine with Mono 2.2_5, but with 2.4_4 crashes with this trace:
Unhandled Exception: System.TypeInitializationException: An exception was
thrown by the type initializer for
System.Windows.Forms.WindowsFormsSynchronizationContext --->
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Windows.Forms.ThemeEngine --->
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Windows.Forms.ThemeWin32Classic --->
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Drawing.KnownColors --->
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException:
/Library/Frameworks/Mono.framework/Versions/2.4/lib/libgdiplus.dylib
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup
(ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () [0x00000]
--- End of inner exception stack trace ---
at System.Drawing.KnownColors..cctor () [0x00000]
--- End of inner exception stack trace ---
at System.Drawing.Color.get_Black () [0x00000]
at System.Windows.Forms.ThemeWin32Classic..cctor () [0x00000]
--- End of inner exception stack trace ---
at System.Windows.Forms.ThemeEngine..cctor () [0x00000]
--- End of inner exception stack trace ---
at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined ()
[0x00000]
at System.Windows.Forms.Control..ctor () [0x00000]
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor ()
[0x00000]
--- End of inner exception stack trace ---
at System.Windows.Forms.Control..ctor () [0x00000]
at System.Windows.Forms.ScrollableControl..ctor () [0x00000]
at System.Windows.Forms.ContainerControl..ctor () [0x00000]
at System.Windows.Forms.Form..ctor () [0x00000]
at MapWindow.frmMapWindow6..ctor () [0x00000]
at (wrapper remoting-invoke-with-check) MapWindow.frmMapWindow6:.ctor ()
at MapWindow.Program.Main () [0x00000]
Reproducible: Always
Steps to Reproduce:
1.Download these two files:
http://svn.mapwindow.org/svnroot/MapWindow6Dev/bin/MapWindow6.exe and
MapWindow.dll, then run MapWindow6.exe under Mono 2.4.
2. Note that the indicated file (libgdiplus.dylib) does exist in my Mono
framework in the indicated location.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list