[Mono-bugs] [Bug 49345][Wis] New - mono 0.28 wine problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 5 Oct 2003 03:43:30 -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 cz_huang@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49345
--- shadow/49345 2003-10-05 03:43:30.000000000 -0400
+++ shadow/49345.tmp.12971 2003-10-05 03:43:30.000000000 -0400
@@ -0,0 +1,111 @@
+Bug#: 49345
+Product: Mono/Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+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: