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.

Issue119

Title Poker SHIP crashes if the number of hands field is blank
Priority critical Status fixed
Versions Poker Sleuth 1.3
Superseder Nosy List Daniel

Created on 2009-03-07.14:42:23 by Daniel, last changed by Daniel.

Messages
msg177 (view) Author: Daniel Date: 2009-03-07.15:00:04

Fixed in 1.3.0.1152.

msg176 (view) Author: Daniel Date: 2009-03-07.14:43:30

PokerSleuth 1.3.0.1148
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at SHIP.SHIP_MainForm.update_player_list()
at SHIP.SHIP_MainForm.tbMinHands_Leave(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnLeave(EventArgs e)
at System.Windows.Forms.Control.NotifyLeave()
at System.Windows.Forms.ContainerControl.UpdateFocusedControl()

History
Date User Action Args
2009-03-07 15:00:04Danielsetstatus: in-progress -> fixed
messages: + msg177
2009-03-07 14:43:30Danielsetnosy: + Daniel
messages: + msg176
2009-03-07 14:42:23Danielcreate