Welcome to the Poker Sleuth bug tracker. If you're experiencing a new problem, please register an account with the bug tracker in order to record your bug. After registering, you may also subscribe to existing issues in order to be notified whenever there's an update.

Issue321

Title Crash when closing a table after closing the Options window after using the HUD tab
Priority critical Status fixed
Versions Poker Sleuth 2.1
Superseder Nosy List Daniel

Created on 2010-06-06.05:05:40 by Daniel, last changed by Daniel.

Messages
msg512 (view) Author: Daniel Date: 2010-06-06.05:09:42

Fixed in 2.1.0.23

msg511 (view) Author: Daniel Date: 2010-06-06.05:05:38

PokerSleuth 2.1.0.22 (Microsoft Windows NT 6.1.7600.0 : 2.0.50727.4927) None
HUD
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'TreeView'.
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.TreeView.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.TreeNode.get_State()
at System.Windows.Forms.TreeNode.get_IsExpanded()
at HUD.HUDTabControl.recreate()
at HUD.HUDTabControl.HUD_HandleDestroyed(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnHandleDestroyed(EventArgs e)
at System.Windows.Forms.Form.OnHandleDestroyed(EventArgs e)
at System.Windows.Forms.Control.WmDestroy(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Tools.FlickerlessForm.WndProc(Message& m)
at HUD.HUDForm.WndProc(Message& m)
at Tools.FlickerlessForm.BaseWndProc(Message& m)
at Tools._FlickerlessForm.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)

History
Date User Action Args
2010-06-06 05:09:42Danielsetstatus: new -> fixed
messages: + msg512
2010-06-06 05:05:40Danielcreate