[Mono-bugs] [Bug 666695] New: Cannot find libgdiplus.dylib

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 24 14:56:36 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=666695

https://bugzilla.novell.com/show_bug.cgi?id=666695#c0


           Summary: Cannot find libgdiplus.dylib
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.10.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: libgdiplus
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: scott.horowitz at nrel.gov
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


I just installed Mono 2.10 RC1 on Mac OSX. I tried to run my app and received
the following stacktrace. 


$ MONO_LOG_LEVEL=debug mono BEopt.exe 
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/4.0/mscorlib.dll'.
Mono: Image addref mscorlib[0x4032d0] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/4.0/mscorlib.dll[0x809400]:
2
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/4.0/mscorlib.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/4.0/mscorlib.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/4.0/mscorlib.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/4.0/mscorlib.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/mscorlib/mscorlib.config'.
Mono: Assembly mscorlib[0x4032d0] added to domain BEopt.exe, ref_count=1
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/config'.
Mono: Config attempting to parse: '/Users/shorowit/.mono/config'.
Mono: Assembly Loader probing location: 'BEopt.exe'.
Mono: Image addref BEopt[0x416400] ->
/Users/shorowit/BEopt2/Build/BEopt.exe[0x800600]: 3
Mono: Assembly BEopt[0x416400] added to domain BEopt.exe, ref_count=1
Mono: AOT failed to load AOT module
/Users/shorowit/BEopt2/Build/BEopt.exe.dylib:
dlopen(/Users/shorowit/BEopt2/Build/BEopt.exe.dylib, 9): image not found

Mono: Assembly Loader loaded assembly from location: 'BEopt.exe'.
Mono: Config attempting to parse:
'/Users/shorowit/BEopt2/Build/BEopt.exe.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/BEopt/BEopt.config'.
Mono: Assembly Loader probing location: 'BEopt.exe'.
Mono: AOT failed to load AOT module
/Users/shorowit/BEopt2/Build/BEopt.exe.dylib:
dlopen(/Users/shorowit/BEopt2/Build/BEopt.exe.dylib, 9): image not found

Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll'.
Mono: Image addref Microsoft.VisualBasic[0x417ab0] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll[0x818000]:
2
Mono: Assembly Microsoft.VisualBasic[0x417ab0] added to domain BEopt.exe,
ref_count=1
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Microsoft.VisualBasic/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/Microsoft.VisualBasic/Microsoft.VisualBasic.config'.
Mono: Assembly Ref addref BEopt[0x416400] -> Microsoft.VisualBasic[0x417ab0]: 2
Mono: Assembly Ref addref Microsoft.VisualBasic[0x417ab0] ->
mscorlib[0x4032d0]: 2
Mono: Assembly Ref addref BEopt[0x416400] -> mscorlib[0x4032d0]: 3
Mono: Config attempting to parse:
'/Users/shorowit/BEopt2/Build/BEopt.exe.config'.
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll'.
Mono: Image addref System[0x41c440] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll[0x82be00]:
2
Mono: Assembly System[0x41c440] added to domain BEopt.exe, ref_count=1
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/System/System.config'.
Mono: Assembly Ref addref BEopt[0x416400] -> System[0x41c440]: 2
Mono: Assembly Ref addref System[0x41c440] -> mscorlib[0x4032d0]: 4
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll'.
Mono: Image addref System.Windows.Forms[0x423c60] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll[0x82d400]:
2
Mono: Assembly System.Windows.Forms[0x423c60] added to domain BEopt.exe,
ref_count=1
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/System.Windows.Forms/System.Windows.Forms.config'.
Mono: Assembly Ref addref Microsoft.VisualBasic[0x417ab0] ->
System.Windows.Forms[0x423c60]: 2
Mono: Assembly Ref addref System.Windows.Forms[0x423c60] -> mscorlib[0x4032d0]:
5
Mono: Assembly Ref addref System.Windows.Forms[0x423c60] -> System[0x41c440]: 3
Mono: Assembly Ref addref BEopt[0x416400] -> System.Windows.Forms[0x423c60]: 3
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/UIAutomationWinforms/1.0.0.0__f4ceacb585d99812/UIAutomationWinforms.dll'.
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/UIAutomationWinforms.dll'.
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/UIAutomationWinforms/1.0.0.0__f4ceacb585d99812/UIAutomationWinforms.exe'.
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/UIAutomationWinforms.exe'.
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll'.
Mono: Image addref System.Drawing[0x441ae0] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll[0x850200]:
2
Mono: Assembly System.Drawing[0x441ae0] added to domain BEopt.exe, ref_count=1
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/System.Drawing/System.Drawing.config'.
Mono: Assembly Ref addref System.Windows.Forms[0x423c60] ->
System.Drawing[0x441ae0]: 2
Mono: Assembly Ref addref System.Drawing[0x441ae0] -> mscorlib[0x4032d0]: 6
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll'.
Mono: Image addref Accessibility[0x443570] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll[0x85d600]:
2
Mono: Assembly Accessibility[0x443570] added to domain BEopt.exe, ref_count=1
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/Accessibility/Accessibility.config'.
Mono: Assembly Ref addref System.Windows.Forms[0x423c60] ->
Accessibility[0x443570]: 2
Mono: Assembly Loader probing location:
'/Users/shorowit/BEopt2/Build/OpenTK.GLControl.dll'.
Mono: Image addref OpenTK.GLControl[0x449550] ->
/Users/shorowit/BEopt2/Build/OpenTK.GLControl.dll[0x83c400]: 2
Mono: Assembly OpenTK.GLControl[0x449550] added to domain BEopt.exe,
ref_count=1
Mono: AOT failed to load AOT module
/Users/shorowit/BEopt2/Build/OpenTK.GLControl.dll.dylib:
dlopen(/Users/shorowit/BEopt2/Build/OpenTK.GLControl.dll.dylib, 9): image not
found

Mono: Assembly Loader loaded assembly from location:
'/Users/shorowit/BEopt2/Build/OpenTK.GLControl.dll'.
Mono: Config attempting to parse:
'/Users/shorowit/BEopt2/Build/OpenTK.GLControl.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/OpenTK.GLControl/OpenTK.GLControl.config'.
Mono: Assembly Ref addref BEopt[0x416400] -> OpenTK.GLControl[0x449550]: 2
Mono: The request to load the assembly System.Windows.Forms v2.0.0.0 was
remapped to v4.0.0.0
Mono: Assembly Ref addref OpenTK.GLControl[0x449550] ->
System.Windows.Forms[0x423c60]: 4
Mono: Assembly Loader probing location:
'/Users/shorowit/BEopt2/Build/BEoptCustomControl.dll'.
Mono: Image addref BEoptCustomControl[0x449bc0] ->
/Users/shorowit/BEopt2/Build/BEoptCustomControl.dll[0x856000]: 2
Mono: Assembly BEoptCustomControl[0x449bc0] added to domain BEopt.exe,
ref_count=1
Mono: AOT failed to load AOT module
/Users/shorowit/BEopt2/Build/BEoptCustomControl.dll.dylib:
dlopen(/Users/shorowit/BEopt2/Build/BEoptCustomControl.dll.dylib, 9): image not
found

Mono: Assembly Loader loaded assembly from location:
'/Users/shorowit/BEopt2/Build/BEoptCustomControl.dll'.
Mono: Config attempting to parse:
'/Users/shorowit/BEopt2/Build/BEoptCustomControl.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/BEoptCustomControl/BEoptCustomControl.config'.
Mono: Assembly Ref addref BEopt[0x416400] -> BEoptCustomControl[0x449bc0]: 2
Mono: The request to load the assembly System.Windows.Forms v2.0.0.0 was
remapped to v4.0.0.0
Mono: Assembly Ref addref BEoptCustomControl[0x449bc0] ->
System.Windows.Forms[0x423c60]: 5
Mono: Assembly Loader probing location:
'/Users/shorowit/BEopt2/Build/NLog.dll'.
Mono: Image addref NLog[0x44a2c0] ->
/Users/shorowit/BEopt2/Build/NLog.dll[0x856400]: 2
Mono: Assembly NLog[0x44a2c0] added to domain BEopt.exe, ref_count=1
Mono: AOT failed to load AOT module
/Users/shorowit/BEopt2/Build/NLog.dll.dylib:
dlopen(/Users/shorowit/BEopt2/Build/NLog.dll.dylib, 9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Users/shorowit/BEopt2/Build/NLog.dll'.
Mono: Config attempting to parse:
'/Users/shorowit/BEopt2/Build/NLog.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/NLog/NLog.config'.
Mono: Assembly Ref addref BEopt[0x416400] -> NLog[0x44a2c0]: 2
Mono: The request to load the assembly mscorlib v2.0.0.0 was remapped to
v4.0.0.0
Mono: Assembly Ref addref NLog[0x44a2c0] -> mscorlib[0x4032d0]: 7
Mono: The request to load the assembly System v2.0.0.0 was remapped to v4.0.0.0
Mono: Assembly Ref addref NLog[0x44a2c0] -> System[0x41c440]: 4
Mono: The request to load the assembly System.Configuration v2.0.0.0 was
remapped to v4.0.0.0
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll'.
Mono: Image addref System.Configuration[0x44ff50] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll[0x879000]:
2
Mono: Assembly System.Configuration[0x44ff50] added to domain BEopt.exe,
ref_count=1
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/System.Configuration/System.Configuration.config'.
Mono: Assembly Ref addref NLog[0x44a2c0] -> System.Configuration[0x44ff50]: 2
Mono: Assembly Ref addref System.Configuration[0x44ff50] -> mscorlib[0x4032d0]:
8
Mono: Assembly Ref addref System.Configuration[0x44ff50] -> System[0x41c440]: 5
Mono: Assembly Loader probing location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll'.
Mono: Image addref System.Xml[0x451420] ->
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll[0x87fe00]:
2
Mono: Assembly System.Xml[0x451420] added to domain BEopt.exe, ref_count=1
Mono: AOT failed to load AOT module
/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.dylib:
dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.dylib,
9): image not found

Mono: Assembly Loader loaded assembly from location:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.config'.
Mono: Config attempting to parse:
'/Library/Frameworks/Mono.framework/Versions/2.10/etc/mono/assemblies/System.Xml/System.Xml.config'.
Mono: Assembly Ref addref System.Configuration[0x44ff50] ->
System.Xml[0x451420]: 2
Mono: Assembly Ref addref System.Xml[0x451420] -> mscorlib[0x4032d0]: 9
Mono: Assembly Ref addref System.Xml[0x451420] -> System[0x41c440]: 6
Mono: gc took 525 usecs
Mono: gc took 582 usecs
Mono: Assembly Ref addref System.Drawing[0x441ae0] -> System[0x41c440]: 7
Mono: DllImport attempting to load: 'libc.dylib'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/libc.dylib'.
Mono: Searching for 'uname'.
Mono: Probing 'uname'.
Mono: Found as 'uname'.
Mono: DllImport attempting to load:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): Library not loaded: /usr/X11/lib/libfreetype.6.dylib
  Referenced from:
/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib
  Reason: Incompatible library version: libgdiplus.dylib requires version
13.0.0 or later, but libfreetype.6.dylib provides version 10.0.0'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport unable to load library
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport attempting to load:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): Library not loaded: /usr/X11/lib/libfreetype.6.dylib
  Referenced from:
/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib
  Reason: Incompatible library version: libgdiplus.dylib requires version
13.0.0 or later, but libfreetype.6.dylib provides version 10.0.0'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading library:
'/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library
'dlopen(/Library/Frameworks/Mono.framework/Versions/2.10/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.so,
9): image not found'.
Mono: DllImport loading location:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle'.
Mono: DllImport error loading library:
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib.bundle,
9): image not found'.
Mono: DllImport loading:
'lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib'.
Mono: DllImport error loading library
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: DllImport unable to load library
'dlopen(lib/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib,
9): image not found'.
Mono: gc took 728 usecs

Unhandled Exception: System.InvalidOperationException:
WinForms_SeeInnerException ---> 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.10/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] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Drawing.KnownColors..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Drawing.Color.get_Black () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ThemeWin32Classic..cctor () [0x00000] in <filename
unknown>:0 
  --- End of inner exception stack trace ---
  at System.Windows.Forms.ThemeEngine..cctor () [0x00000] in <filename
unknown>:0 
  --- End of inner exception stack trace ---
  at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined ()
[0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
  at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor ()
[0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ScrollableControl..ctor () [0x00000] in <filename
unknown>:0 
  at System.Windows.Forms.ContainerControl..ctor () [0x00000] in <filename
unknown>:0 
  at System.Windows.Forms.Form..ctor () [0x00000] in <filename unknown>:0 
  at BEopt.BEopt_MainForm..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(System.Reflection.MonoCMethod,object,object[],System.Exception&)
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at BEopt.My.MyProject+MyForms.Create__Instance__[BEopt_MainForm]
(BEopt.BEopt_MainForm Instance) [0x00000] in <filename unknown>:0 
  at BEopt.My.MyProject+MyForms.get_BEopt_MainForm () [0x00000] in <filename
unknown>:0 
  at BEopt.My.MyApplication.OnCreateMainForm () [0x00000] in <filename
unknown>:0 
  at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0 
  at BEopt.My.MyApplication.Main (System.String[] Args) [0x00000] in <filename
unknown>:0 





The following files do exist:

$ ls -l /Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib
lrwxr-xr-x  1 root  wheel  18 Jan 24 12:19
/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.dylib ->
libgdiplus.0.dylib

$ ls -l /Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.0.dylib
-rwxr-xr-x  1 root  admin  1301592 Jan 18 16:13
/Library/Frameworks/Mono.framework/Versions/2.10/lib/libgdiplus.0.dylib


Thanks for any help,
Scott

-- 
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