[Mono-bugs] [Bug 60287][Maj] New - System.Drawing.GDIPlus:CheckStatus null ref or invalid value

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Jun 2004 10:43:32 -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 ddmk@r66.ru.

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

--- shadow/60287	2004-06-16 10:43:32.000000000 -0400
+++ shadow/60287.tmp.2879	2004-06-16 10:43:32.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 60287
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Windows 2003
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Major
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ddmk@r66.ru               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Drawing.GDIPlus:CheckStatus  null ref or invalid value
+
+Any windows Forms application produces error:
+Unhandled Exception: System.ArgumentException: Invalid Parameter. A null 
+reference or invalid value was found.
+in <0x00073> System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
+in <0x00182> System.Drawing.Font:FromHfont (intptr)
+in <0x00015> System.Windows.Forms.Control:get_DefaultFont ()
+in <0x0018a> System.Windows.Forms.Control:.ctor ()
+in <0x00010> System.Windows.Forms.ScrollableControl:.ctor ()
+in <0x00012> System.Windows.Forms.ContainerControl:.ctor ()
+in <0x00016> System.Windows.Forms.Form:.ctor ()
+in <0x00017> testForm.Form1:.ctor ()
+in <0x0004c> (wrapper remoting-invoke-with-check) testForm.Form1:.ctor ()
+in <0x0001b> testForm.Form1:Main ()