[Mono-bugs] [Bug 49345][Wis] New - mono 0.28 wine problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 15:58:13 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/49345	2004-01-20 15:58:13.000000000 -0500
+++ shadow/49345.tmp.24560	2004-01-20 15:58:13.000000000 -0500
@@ -0,0 +1,115 @@
+Bug#: 49345
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: cz_huang@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono 0.28 wine problem
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+The sample program which downloaded from 
+http://www.nullenvoid.com/mono/wiki/index.php/WineSamples works ok under 
+mono 0.26. But after upgrade to mono 0.28, I always encountered the 
+following error:
+
+Failed to load library ./libwinnt.dll.so 
+(libwinnt.dll.so): ./libwinnt.dll.so: undefined symbol: wine_ldt_copy
+
+Failed to load library ./libkernel32.dll.so 
+(kernel32.dll): /usr/lib/libwinnt.dll.so: undefined symbol: wine_ldt_copy
+
+Steps to reproduce the problem:
+1. install redhat 9 + mono 0.28 + wine-20030911
+2. run mono-wine-setup & modify the config file under .wine
+3. run the sample program : SWF=1 mono comboBox.exe
+
+Actual Results:
+
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libuser32.dll.so (user32.dll): /usr/lib/libkernel32.dll.so: 
+undefined symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libuser32.dll.so (user32.dll): /usr/lib/libkernel32.dll.so: 
+undefined symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libkernel32.dll.so (kernel32.dll): /usr/lib/libwinnt.dll.so: 
+undefined symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libkernel32.dll.so (kernel32.dll): /usr/lib/libwinnt.dll.so: 
+undefined symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libwinnt.dll.so (libwinnt.dll.so): ./libwinnt.dll.so: undefined 
+symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libwinnt.dll.so (libwinnt.dll.so): ./libwinnt.dll.so: undefined 
+symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libuser32.dll.so (user32.dll): /usr/lib/libkernel32.dll.so: 
+undefined symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libuser32.dll.so (user32.dll): /usr/lib/libkernel32.dll.so: 
+undefined symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libwinnt.dll.so (libwinnt.dll.so): ./libwinnt.dll.so: undefined 
+symbol: wine_ldt_copy
+
+** (comboBox.exe:13210): WARNING **: Failed to load 
+library ./libwinnt.dll.so (libwinnt.dll.so): ./libwinnt.dll.so: undefined 
+symbol: wine_ldt_copy
+MonoWin32: Initializing WineLib
+
+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.MissingMethodException: A missing method exception has occurred.
+in <0x00042> (wrapper managed-to-native) 
+System.Windows.Forms.Win32:PROCESS_InitWine (int,string[])
+in <0x00374> System.Windows.Forms.Win32:.cctor ()
+--- End of inner exception stack trace ---
+
+--- End of inner exception stack trace ---
+
+in (unmanaged) System.Windows.Forms.Control:.ctor ()
+in <0x0000e> System.Windows.Forms.ScrollableControl:.ctor ()
+in <0x00014> System.Windows.Forms.ContainerControl:.ctor ()
+in <0x00017> System.Windows.Forms.Form:.ctor ()
+in <0x0000a> MyFormProject.MainForm:.ctor ()
+in <0x0004f> (wrapper remoting-invoke-with-check) 
+MyFormProject.MainForm:.ctor ()
+in <0x0001e> MyFormProject.MainForm:Main (string[])
+
+
+Expected Results:
+display the comboBox window 
+
+How often does this happen? 
+always
+
+Additional Information:
+
+------- Additional Comments From miguel@ximian.com  2004-01-20 15:58 -------
+We are redoing Wine support, we should have a better answer in the
+0.31 release