[Mono-bugs] [Bug 56978][Blo] New - winelib.exe.so not found

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 05:36:21 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bernhard.maehr@cuteconnections.com.

http://bugzilla.ximian.com/show_bug.cgi?id=56978

--- shadow/56978	2004-04-14 05:36:21.000000000 -0400
+++ shadow/56978.tmp.9074	2004-04-14 05:36:21.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 56978
+Product: Mono: Class Libraries
+Version: unspecified
+OS: SUSE 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Bernhard.Maehr@CuteConnections.Com               
+QAContact: peter@novonyx.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: winelib.exe.so not found
+
+Starting a program using System.Windows.Forms throws this exception: 
+  
+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 <0x002cc> System.Windows.Forms.Win32:.cctor () 
+--- End of inner exception stack trace --- 
+ 
+in (unmanaged) System.Windows.Forms.Win32:RegisterWindowMessage (string) 
+in <0x000f2> System.Windows.Forms.Control:.cctor () 
+--- End of inner exception stack trace --- 
+ 
+in (unmanaged) System.Windows.Forms.Control:.ctor () 
+in <0x0000f> System.Windows.Forms.ScrollableControl:.ctor () 
+in <0x0000a> System.Windows.Forms.ContainerControl:.ctor () 
+in <0x00017> System.Windows.Forms.Form:.ctor () 
+in <0x000bf> SpamCat.Status.frmStatus:.ctor 
+(CuteConnections.IBasePluginApplication,CuteConnections.IBasePluginApplication) 
+in <0x00069> (wrapper remoting-invoke-with-check) 
+SpamCat.Status.frmStatus:.ctor 
+(CuteConnections.IBasePluginApplication,CuteConnections.IBasePluginApplication) 
+in <0x0002b> SpamCat.Status.StatusAppl:formThread () 
+in <0x00044> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void () 
+ 
+Wine 20040213 is installed on the system and working.