I'm getting two repeatable errors with Rawr.Mage.
The first doesn't really seem to matter at all:
If I select any two handed weapon, then try to click on the off hand slot I get an error. I can continue on without further problems if I press "continue".
************** Exception Text **************
System.OverflowException: Overflow error.
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.FillRectangle(Brush brush, Int32 x, Int32 y, Int32 width, Int32 height)
at System.Drawing.Graphics.FillRectangle(Brush brush, Rectangle rect)
at Rawr.ItemSelectorItem.get_PrerenderedImage()
at Rawr.ItemSelectorItem.OnPaint(PaintEventArgs e)
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.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The second is a bit more irritating. If I select an item and decide I don't like the gem in it, I press edit and change the gem. If I then left click on the same item as if I were to select a new one, I get another error. If I press continue, the selection menu for items goes behind Rawr. I also get the same error thrown up each time I click on it.
************** Exception Text **************
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'ItemButton'.
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Control.GetSafeHandle(IWin32Window window)
at System.Windows.Forms.ToolTip.Hide(IWin32Window win)
at System.Windows.Forms.ToolTip.HideAllToolTips()
at System.Windows.Forms.Form.OnDeactivate(EventArgs e)
at System.Windows.Forms.Form.WmActivate(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)
Thanks for continuing to develop this excellent program!
