[Mono-bugs] [Bug 74896][Wis] New - x_putimage when running windows form on solaris
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 10:10:40 -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 dougpostman@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74896
--- shadow/74896 2005-05-10 10:10:40.000000000 -0400
+++ shadow/74896.tmp.15652 2005-05-10 10:10:40.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 74896
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dougpostman@yahoo.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: x_putimage when running windows form on solaris
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Run a simple windows forms on solaris 9 after installing libgdiplus and
+mono
+
+
+Actual Results: Blank windows form comes up with no buttons
+
+X11 Error encountered:
+ Error: BadMatch (invalid parameter attributes)
+ Request: 72 (X_PutImage)
+ Resource ID: 0xa0000a
+ Serial: 145
+ at System.Windows.Forms.XplatUIX11.WhereString ()
+ at System.Windows.Forms.XplatUIX11.HandleError ()
+ at System.Windows.Forms.XplatUIX11.HandleError ()
+ at System.Windows.Forms.XplatUIX11.XQueryTree ()
+ at System.Windows.Forms.XplatUIX11.XQueryTree ()
+ at System.Windows.Forms.XplatUIX11.XGetParent ()
+ at System.Windows.Forms.XplatUIX11.AddConfigureNotify ()
+ at System.Windows.Forms.XplatUIX11.UpdateMessageQueue ()
+ at System.Windows.Forms.XplatUIX11.GetMessage ()
+ at System.Windows.Forms.XplatUI.GetMessage ()
+ at System.Windows.Forms.Application.Run ()
+ at System.Windows.Forms.Application.Run ()
+ at System.Windows.Forms.Application.Run ()
+ at MonoHelloWorld.Form1.Main ()
+
+Expected Results:
+
+
+How often does this happen?
+Every time
+
+Additional Information:
+Although libgif and libungif are properly installed, the libgdiplus says
+they are not when compiling. Not sure why, but this may be the cause of
+the error although unsure.