[Mono-bugs] [Bug 79480][Nor] Changed - [wf-apps] ICanSpy problem trying to load an assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Sep 24 09:02:35 EDT 2006
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 alex.olk at googlemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79480
--- shadow/79480 2006-09-22 22:30:34.000000000 -0400
+++ shadow/79480.tmp.10165 2006-09-24 09:02:35.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79480
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: unserkonig at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -17,6 +17,96 @@
Summary: [wf-apps] ICanSpy problem trying to load an assembly
Get ICanSpy from wf-apps, run it, and go to menu File->Select form... (a
this point some "X11 Error encountered" errors will appear), and then click
on "Browse..." button. A OpenFileDialog dialog will appear, but it won't be
possible to select any file nor move between them.
+
+------- Additional Comments From alex.olk at googlemail.com 2006-09-24 09:02 -------
+Here is the complete X error (grr, ClientWindow):
+
+X11 Error encountered:
+ Error: BadMatch (invalid parameter attributes)
+ Request: 12 (X_ConfigureWindow)
+ Resource ID: 0x2600373
+ Serial: 4259
+ Hwnd: Hwnd, Mapped:False ClientWindow:0x2600374,
+WholeWindow:0x2600373, Parent:[Hwnd, Mapped:False
+ClientWindow:0x2600372, WholeWindow:0x2600371, Parent:[Hwnd,
+Mapped:False ClientWindow:0x2600366, WholeWindow:0x2600365,
+Parent:[<null>]]]
+ Control: System.Windows.Forms.ComboBox+ComboTextBox, Text:
+ at System.Windows.Forms.XplatUIX11.WhereString ()
+[XplatUIX11.cs:524]
+ at System.Windows.Forms.XplatUIX11.HandleError ()
+[XplatUIX11.cs:1584]
+ at System.Windows.Forms.XplatUIX11.HandleError ()
+ at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux ()
+ at System.Drawing.GDIPlus.GdipCreateFromXDrawable_linux ()
+ at System.Drawing.Graphics.FromXDrawable () [Graphics.cs:1759]
+ at System.Drawing.Graphics.FromHwnd () [Graphics.cs:1716]
+ at System.Windows.Forms.Control.CreateGraphics ()
+[Control.cs:2771]
+ at System.Windows.Forms.TextBoxBase.CreateGraphicsInternal ()
+[TextBoxBase.cs:1333]
+ at System.Windows.Forms.TextBoxBase.CalculateDocument ()
+[TextBoxBase.cs:1568]
+ at System.Windows.Forms.TextBoxBase.SetBoundsCore ()
+[TextBoxBase.cs:1201]
+ at System.Windows.Forms.Control.SetBounds () [Control.cs:3296]
+ at System.Windows.Forms.Control.SetBounds () [Control.cs:3276]
+ at System.Windows.Forms.Control.PerformLayout ()
+[Control.cs:3085]
+ at System.Windows.Forms.Control+ControlCollection.AddImplicit
+() [Control.cs:365]
+ at System.Windows.Forms.ComboBox.OnHandleCreated ()
+[ComboBox.cs:776]
+ at System.Windows.Forms.Control.CreateHandle () [Control.cs:3390]
+ at System.Windows.Forms.Control.CreateControl ()
+[Control.cs:2746]
+ at System.Windows.Forms.Control.RecreateHandle ()
+[Control.cs:3577]
+ at System.Windows.Forms.Control.WndProc () [Control.cs:3924]
+ at System.Windows.Forms.ComboBox.WndProc () [ComboBox.cs:938]
+ at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+() [Control.cs:165]
+ at System.Windows.Forms.NativeWindow.WndProc ()
+[NativeWindow.cs:159]
+ at System.Windows.Forms.XplatUIX11.SendMessage ()
+[XplatUIX11.cs:4208]
+ at System.Windows.Forms.XplatUIX11.SendWMDestroyMessages ()
+[XplatUIX11.cs:1604]
+ at System.Windows.Forms.XplatUIX11.SendWMDestroyMessages ()
+[XplatUIX11.cs:1615]
+ at System.Windows.Forms.XplatUIX11.DestroyWindow ()
+[XplatUIX11.cs:2806]
+ at System.Windows.Forms.XplatUI.DestroyWindow () [XplatUI.cs:424]
+ at System.Windows.Forms.NativeWindow.DestroyHandle ()
+[NativeWindow.cs:113]
+ at System.Windows.Forms.Control.DestroyHandle ()
+[Control.cs:3403]
+ at System.Windows.Forms.Control.RecreateHandle ()
+[Control.cs:3573]
+ at System.Windows.Forms.Form.set_MaximizeBox () [Form.cs:497]
+ at EventTestDriver.FormSelectForm.InitializeComponent ()
+[FormSelectForm.cs:168]
+ at EventTestDriver.FormSelectForm..ctor () [FormSelectForm.cs:30]
+ at EventTestDriver.FormMain.menuSelectForm_Click ()
+[FormMain.cs:302]
+ at System.MulticastDelegate.invoke_void_object_EventArgs ()
+ at System.Windows.Forms.MenuItem.OnClick () [MenuItem.cs:456]
+ at System.Windows.Forms.MenuItem.PerformClick ()
+[MenuItem.cs:496]
+ at System.Windows.Forms.MenuTracker.OnMouseUp () [MenuAPI.cs:186]
+ at System.Windows.Forms.Form.WndProc () [Form.cs:1917]
+ at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+() [Control.cs:165]
+ at System.Windows.Forms.NativeWindow.WndProc ()
+[NativeWindow.cs:159]
+ at System.Windows.Forms.XplatUIX11.DispatchMessage ()
+[XplatUIX11.cs:2821]
+ at System.Windows.Forms.XplatUI.DispatchMessage ()
+[XplatUI.cs:428]
+ at System.Windows.Forms.Application.RunLoop ()
+[Application.cs:529]
+ at System.Windows.Forms.Application.Run () [Application.cs:421]
+ at EventTestDriver.FormMain.Main () [FormMain.cs:292]
More information about the mono-bugs
mailing list