[Mono-list] gdiplus

Kevin Jones kjones@develop.com
Fri, 19 Mar 2004 17:30:20 +0000


I decided to start from a known good installation and now I'm getting an
even dumber error. I un-installed everything (mono, libicu etc and the
devel versions). I downloaded the latest RPMs from go-mono re-installed
them and mono-wine. Now when I run the winform app (it's one of the test
apps from the Wiki) I get this:

Could not load winelib.exe.so
Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for System.Windows.Forms.Control --->
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Windows.Forms.Win32 --->
System.DllNotFoundException: winelib.exe.so
in <0x00053> (wrapper managed-to-native)
System.Windows.Forms.Win32:WineLoadLibrary (string)
in <0x002e1> System.Windows.Forms.Win32:.cctor ()
--- End of inner exception stack trace ---
 

The only reference I can find is this

http://lists.ximian.com/archives/public/mono-patches/2004-March/032174.html

and indeed winelib.exe.so is not in /usr/lib/wine (or anywhere else).

What have I done wrong?

Thanks,

Kevin Jones