Unhandled exception after setting popup interval to '0'
Results 1 to 5 of 5
  1. #1
    Member
    Join Date
    Jul 2011
    Posts
    34

    Default Unhandled exception after setting popup interval to '0'

    ************** Exception Text **************
    System.ArgumentOutOfRangeException: Value '0' is not a valid value for Interval. Interval must be greater than 0.
    Parameter name: Interval
    at System.Windows.Forms.Timer.set_Interval(Int32 value)
    at HoldemManager.Modules.UI.HUD.LayeredWindow.MouseMo ve(Object sender, MouseEventArgs e)
    at HoldemManager.Modules.UI.HUD.MouseForm.MouseForm_M ouseMove(Object sender, MouseEventArgs e)
    at System.Windows.Forms.Control.OnMouseMove(MouseEven tArgs e)
    at System.Windows.Forms.Control.WmMouseMove(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  2. #2
    Holdem Manager Support Sarek's Avatar
    Join Date
    May 2010
    Location
    Eridani 40
    Posts
    22,519

    Default

    Please specify more exactly - what you did, step by step. If possible, with pictures.

  3. #3
    Member
    Join Date
    Jul 2011
    Posts
    34

    Default

    HUDconfig.JPGexception.JPG

    The exception appears after I have set the interval to 0 ms while having tables loaded with the HUD active, closed the HUD options and then tried to load a popup by hovering over a stat.

  4. #4
    Member
    Join Date
    Jul 2011
    Posts
    34

    Default

    error.JPG

    And with the interval set to 100ms HM crashes when I hover over different stats in quick succesion (I currently have 36 stats immediately visible and use multiple custom popups together with default ones that I have yet to deactivate), while having 6 tables opened.

    In this case I get the standard HM Error Report window (i.e. not the unhandled exception), but I can't send a report because it looks messed up (see attachment).

  5. #5
    Member
    Join Date
    Jul 2011
    Posts
    34

    Default

    exception2.JPG

    And another exception occurred while moving someone's HUD on a table:

    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an object.
    at HoldemManager.Modules.UI.HUD.Table.DisplayPlayerDa ta()
    at HoldemManager.Modules.UI.HUD.Table.UpdateOverlay()
    at HoldemManager.Modules.UI.HUD.HandManager.UpdateAll Tables()
    at HoldemManager.Modules.UI.HUD.LayeredWindow.MouseUp (Object sender, MouseEventArgs e)
    at HoldemManager.Modules.UI.HUD.MouseForm.MouseForm_M ouseUp(Object sender, MouseEventArgs e)
    at System.Windows.Forms.Control.OnMouseUp(MouseEventA rgs e)
    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(Mes sage& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Similar Threads

  1. Unhandled exception
    By Hustler in forum Manager General
    Replies: 1
    Last Post: 07-01-2011, 11:25 AM
  2. unhandled exception
    By nujerzedevil in forum Manager General
    Replies: 1
    Last Post: 08-27-2009, 11:50 PM
  3. Unhandled Exception
    By SharpObject in forum Manager General
    Replies: 3
    Last Post: 02-15-2009, 09:23 AM
  4. Unhandled Exception
    By themerk in forum Manager General
    Replies: 3
    Last Post: 01-26-2009, 04:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •