- Messages
- 377
- Country

Sometimes when I'm scrolling across an airport using my mouse I get the following error and an ADE shutdown:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Drawing.SafeNativeMethods.Gdip.GdipDrawPath(HandleRef graphics, HandleRef pen, HandleRef path)
at System.Drawing.Graphics.DrawPath(Pen pen, GraphicsPath path)
at UMD.HCIL.Piccolo.Nodes.PPath.Paint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PNode.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PNode.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.PaintCameraView(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.PaintTransformedView(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.Paint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PNode.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCanvas.PaintPiccolo(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCanvas.OnPaint(PaintEventArgs pe)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Not quite sure what the problem is.
BK
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Drawing.SafeNativeMethods.Gdip.GdipDrawPath(HandleRef graphics, HandleRef pen, HandleRef path)
at System.Drawing.Graphics.DrawPath(Pen pen, GraphicsPath path)
at UMD.HCIL.Piccolo.Nodes.PPath.Paint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PNode.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PNode.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.PaintCameraView(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.PaintTransformedView(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.Paint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PNode.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCamera.FullPaint(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCanvas.PaintPiccolo(PPaintContext paintContext)
at UMD.HCIL.Piccolo.PCanvas.OnPaint(PaintEventArgs pe)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Not quite sure what the problem is.
BK

