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.

Message511

Author Daniel
Recipients
Date 2010-06-06.05:05:38
Content
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:05:40Danielsetmessageid: <1275800740.82.0.570850425452.issue321@pokersleuth.com>
2010-06-06 05:05:40Daniellinkissue321 messages
2010-06-06 05:05:38Danielcreate