paint.NET crasing when using the menus
- by bobber205
Whenever I go to the menus in paint.NET it crashes with an error log saying the below.
I tried the newest version as well as verison 2.7
Any ideas on what's going on? :P
Exception details:
System.AccessViolationException:
Attempted to read or write protected
memory. This is often an indication
that other memory is corrupt. at
System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs
e) at
System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs
e, ToolStripItemEventType met) at
System.Windows.Forms.ToolStripItem.FireEvent(EventArgs
e, ToolStripItemEventType met) at
System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs
mea) at
System.Windows.Forms.Control.WmMouseUp(Message&
m, MouseButtons button, Int32 clicks)
at
System.Windows.Forms.Control.WndProc(Message&
m) at
System.Windows.Forms.ScrollableControl.WndProc(Message&
m) at
System.Windows.Forms.ToolStrip.WndProc(Message&
m) at
System.Windows.Forms.MenuStrip.WndProc(Message&
m) at
PaintDotNet.SystemLayer.MenuStripEx.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)