Skip to content

Instantly share code, notes, and snippets.

@anddam
Last active October 13, 2015 01:17
Show Gist options
  • Save anddam/4116462 to your computer and use it in GitHub Desktop.
Save anddam/4116462 to your computer and use it in GitHub Desktop.
Mono package error with swf buttons
me@biboop ~/Downloads> # the test executable is attached at ticket http://trac.macports.org/ticket/29636
me@biboop ~/Downloads> mono --desktop swf-buttons.exe
Mono: gc took 73 usecs
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v2.0.50727
Mono: Assembly Loader probing location: '/opt/local/lib/mono/2.0/mscorlib.dll'.
Mono: Image addref mscorlib[0x7ffc2840d160] -> /opt/local/lib/mono/2.0/mscorlib.dll[0x7ffc28809400]: 2
Mono: AOT failed to load AOT module /opt/local/lib/mono/2.0/mscorlib.dll.dylib: dlopen(/opt/local/lib/mono/2.0/mscorlib.dll.dylib, 9): image not found
Mono: Assembly Loader loaded assembly from location: '/opt/local/lib/mono/2.0/mscorlib.dll'.
Mono: Config attempting to parse: '/opt/local/lib/mono/2.0/mscorlib.dll.config'.
Mono: Config attempting to parse: '/opt/local/lib/../etc/mono/assemblies/mscorlib/mscorlib.config'.
Mono: gc took 77 usecs
Mono: gc took 107 usecs
Mono: gc took 164 usecs
Mono: Assembly mscorlib[0x7ffc2840d160] added to domain swf-buttons.exe, ref_count=1
Mono: Config attempting to parse: '/opt/local/lib/../etc/mono/config'.
Mono: Config attempting to parse: '/Users/andrea/.mono/config'.
Mono: Assembly Loader probing location: 'swf-buttons.exe'.
Mono: Image addref swf-buttons[0x7ffc29000bb0] -> /Users/andrea/Downloads/swf-buttons.exe[0x7ffc28808e00]: 3
Mono: Assembly swf-buttons[0x7ffc29000bb0] added to domain swf-buttons.exe, ref_count=1
Mono: AOT failed to load AOT module /Users/andrea/Downloads/swf-buttons.exe.dylib: dlopen(/Users/andrea/Downloads/swf-buttons.exe.dylib, 9): image not found
Mono: Assembly Loader loaded assembly from location: 'swf-buttons.exe'.
Mono: Config attempting to parse: '/Users/andrea/Downloads/swf-buttons.exe.config'.
Mono: Config attempting to parse: '/opt/local/lib/../etc/mono/assemblies/swf-buttons/swf-buttons.config'.
Mono: gc took 109 usecs
Mono: Assembly Loader probing location: 'swf-buttons.exe'.
Mono: AOT failed to load AOT module /Users/andrea/Downloads/swf-buttons.exe.dylib: dlopen(/Users/andrea/Downloads/swf-buttons.exe.dylib, 9): image not found
Mono: The request to load the assembly System.Windows.Forms v1.0.5000.0 was remapped to v2.0.0.0
Mono: Assembly Loader probing location: '/opt/local/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll'.
Mono: Image addref System.Windows.Forms[0x7ffc29001eb0] -> /opt/local/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll[0x7ffc29802800]: 2
Mono: Assembly System.Windows.Forms[0x7ffc29001eb0] added to domain swf-buttons.exe, ref_count=1
Mono: AOT failed to load AOT module /opt/local/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.dylib: dlopen(/opt/local/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.dylib, 9): image not found
Mono: Assembly Loader loaded assembly from location: '/opt/local/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll'.
Mono: Config attempting to parse: '/opt/local/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.config'.
Mono: Config attempting to parse: '/opt/local/lib/../etc/mono/assemblies/System.Windows.Forms/System.Windows.Forms.config'.
Mono: Assembly Ref addref swf-buttons[0x7ffc29000bb0] -> System.Windows.Forms[0x7ffc29001eb0]: 2
Mono: Assembly Loader probing location: '/opt/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll'.
Mono: Image addref System[0x7ffc2900ced0] -> /opt/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll[0x7ffc29804e00]: 2
Mono: Assembly System[0x7ffc2900ced0] added to domain swf-buttons.exe, ref_count=1
Mono: AOT failed to load AOT module /opt/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll.dylib: dlopen(/opt/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll.dylib, 9): image not found
Mono: Assembly Loader loaded assembly from location: '/opt/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll'.
Mono: Config attempting to parse: '/opt/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll.config'.
Mono: Config attempting to parse: '/opt/local/lib/../etc/mono/assemblies/System/System.config'.
Mono: Assembly Ref addref System.Windows.Forms[0x7ffc29001eb0] -> System[0x7ffc2900ced0]: 2
Mono: Assembly Ref addref System[0x7ffc2900ced0] -> mscorlib[0x7ffc2840d160]: 2
Mono: Assembly Ref addref System.Windows.Forms[0x7ffc29001eb0] -> mscorlib[0x7ffc2840d160]: 3
Mono: gc took 119 usecs
Mono: The request to load the assembly mscorlib v1.0.5000.0 was remapped to v2.0.0.0
Mono: Assembly Ref addref swf-buttons[0x7ffc29000bb0] -> mscorlib[0x7ffc2840d160]: 4
Mono: Config attempting to parse: '/Users/andrea/Downloads/swf-buttons.exe.config'.
Mono: Assembly Loader probing location: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll'.
Mono: Image addref System.Drawing[0x7ffc2901ae60] -> /opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll[0x7ffc2980ae00]: 2
Mono: Assembly System.Drawing[0x7ffc2901ae60] added to domain swf-buttons.exe, ref_count=1
Mono: AOT failed to load AOT module /opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.dylib: dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.dylib, 9): image not found
Mono: Assembly Loader loaded assembly from location: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll'.
Mono: Config attempting to parse: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.config'.
Mono: Config attempting to parse: '/opt/local/lib/../etc/mono/assemblies/System.Drawing/System.Drawing.config'.
Mono: Assembly Ref addref System.Windows.Forms[0x7ffc29001eb0] -> System.Drawing[0x7ffc2901ae60]: 2
Mono: Assembly Ref addref System.Drawing[0x7ffc2901ae60] -> mscorlib[0x7ffc2840d160]: 5
Mono: Assembly Loader probing location: '/opt/local/lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll'.
Mono: Image addref Accessibility[0x7ffc2901e180] -> /opt/local/lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll[0x7ffc2980de00]: 2
Mono: Assembly Accessibility[0x7ffc2901e180] added to domain swf-buttons.exe, ref_count=1
Mono: AOT failed to load AOT module /opt/local/lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.dylib: dlopen(/opt/local/lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.dylib, 9): image not found
Mono: Assembly Loader loaded assembly from location: '/opt/local/lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll'.
Mono: Config attempting to parse: '/opt/local/lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.config'.
Mono: Config attempting to parse: '/opt/local/lib/../etc/mono/assemblies/Accessibility/Accessibility.config'.
Mono: Assembly Ref addref System.Windows.Forms[0x7ffc29001eb0] -> Accessibility[0x7ffc2901e180]: 2
Mono: gc took 118 usecs
Mono: Assembly Ref addref System.Drawing[0x7ffc2901ae60] -> System[0x7ffc2900ced0]: 3
Mono: gc took 163 usecs
Mono: Assembly Loader probing location: '/opt/local/lib/mono/gac/UIAutomationWinforms/1.0.0.0__f4ceacb585d99812/UIAutomationWinforms.dll'.
Mono: Assembly Loader probing location: '/opt/local/lib/UIAutomationWinforms.dll'.
Mono: Assembly Loader probing location: '/opt/local/lib/mono/gac/UIAutomationWinforms/1.0.0.0__f4ceacb585d99812/UIAutomationWinforms.exe'.
Mono: Assembly Loader probing location: '/opt/local/lib/UIAutomationWinforms.exe'.
Mono: DllImport attempting to load: 'libc.dylib'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib.so'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib.so, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib.bundle'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libc.dylib.bundle, 9): image not found'.
Mono: DllImport loading location: 'libc.dylib'.
Mono: Searching for 'uname'.
Mono: Probing 'uname'.
Mono: Found as 'uname'.
Mono: DllImport attempting to load: 'gdiplus.dll'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.dylib'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.so'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.bundle'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading: 'gdiplus.dll'.
Mono: DllImport error loading library 'dlopen(gdiplus.dll, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.so'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.so, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.bundle'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.bundle, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus'.
Mono: DllImport error loading library: 'dlopen(libgdiplus, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dylib'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dylib, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.so'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.so, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.bundle'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.bundle, 9): image not found'.
Mono: DllImport loading: 'gdiplus'.
Mono: DllImport error loading library 'dlopen(gdiplus, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.dylib'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.so'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.bundle'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading: 'libgdiplus.dll'.
Mono: DllImport error loading library 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: DllImport unable to load library 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: DllImport attempting to load: 'gdiplus.dll'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.dylib'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.so'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.bundle'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading: 'gdiplus.dll'.
Mono: DllImport error loading library 'dlopen(gdiplus.dll, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.so'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.so, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.bundle'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.bundle, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus'.
Mono: DllImport error loading library: 'dlopen(libgdiplus, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dylib'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dylib, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.so'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.so, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.bundle'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.bundle, 9): image not found'.
Mono: DllImport loading: 'gdiplus'.
Mono: DllImport error loading library 'dlopen(gdiplus, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading library: '/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle'.
Mono: DllImport error loading library 'dlopen(/opt/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.dylib'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.dylib, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.so'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.so, 9): image not found'.
Mono: DllImport loading location: 'libgdiplus.dll.bundle'.
Mono: DllImport error loading library: 'dlopen(libgdiplus.dll.bundle, 9): image not found'.
Mono: DllImport loading: 'libgdiplus.dll'.
Mono: DllImport error loading library 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: DllImport unable to load library 'dlopen(libgdiplus.dll, 9): image not found'.
Mono: gc took 343 usecs
Mono: gc took 240 usecs
Mono: gc took 213 usecs
Mono: gc took 170 usecs
Mono: gc took 233 usecs
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: gdiplus.dll
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 MyFormProject.MainForm..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) MyFormProject.MainForm:.ctor ()
at MyFormProject.MainForm.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL 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: gdiplus.dll
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 MyFormProject.MainForm..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) MyFormProject.MainForm:.ctor ()
at MyFormProject.MainForm.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment