[Mono-bugs] [Bug 77251][Maj] New - digger: crashes on startup
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 13 20:05:06 EST 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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77251
--- shadow/77251 2006-01-13 20:05:06.000000000 -0500
+++ shadow/77251.tmp.29739 2006-01-13 20:05:06.000000000 -0500
@@ -0,0 +1,70 @@
+Bug#: 77251
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: amd64
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: matt at use.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: digger: crashes on startup
+
+Steps to reproduce the problem:
+1. get digger from www.aisto.com/roeder
+2. run it
+
+
+Actual Results:
+as of 1/10/2006 or so, a crash. this used to work just fine modulo minor
+cosmetic bugs.
+
+ Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x00372> Digger.GameWindow:OnPaint
+(System.Windows.Forms.PaintEventArgs e)
+in [0x001a7]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3670)
+System.Windows.Forms.Control:WndProc (System.Windows.Forms.Message m)
+in [0x00002]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs:508)
+System.Windows.Forms.ScrollableControl:WndProc
+(System.Windows.Forms.Message m)
+in [0x00007]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:158)
+System.Windows.Forms.Control+ControlNativeWindow:WndProc
+(System.Windows.Forms.Message m)
+in [0x00056]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:146)
+System.Windows.Forms.NativeWindow:WndProc (IntPtr hWnd, Msg msg, IntPtr
+wParam, IntPtr lParam)
+in [0x00005]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:3421)
+System.Windows.Forms.XplatUIX11:SendMessage (IntPtr hwnd, Msg message,
+IntPtr wParam, IntPtr lParam)
+in [0x0002c]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:3938)
+System.Windows.Forms.XplatUIX11:UpdateWindow (IntPtr handle)
+in [0x00006]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:856)
+System.Windows.Forms.XplatUI:UpdateWindow (IntPtr handle)
+in [0x0001c]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:2860)
+System.Windows.Forms.Control:Refresh ()
+in [0x00065]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:785)
+System.Windows.Forms.Control:set_InternalBorderStyle (BorderStyle value)
+in [0x00002]
+(at /home/matt/src/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Panel.cs:52)
+System.Windows.Forms.Panel:set_BorderStyle (BorderStyle value)
+in <0x00139> Digger.GameWindow:.ctor ()
+
+
+Expected Results:
+ Shouldn't crash, as it didn't before 1/10/2006.
More information about the mono-bugs
mailing list