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.

Issue328

Title Crash when trying to enter a range between two percentages into the Equity Calculator
Priority critical Status fixed
Versions Poker Sleuth 2.1
Superseder Nosy List Daniel

Created on 2010-06-18.02:08:37 by Daniel, last changed by Daniel.

Messages
msg520 (view) Author: Daniel Date: 2010-06-20.13:19:06

Fixed in 2.1.0.26

msg516 (view) Author: Daniel Date: 2010-06-18.02:08:37

PokerSleuth 2.1.0.37 (Microsoft Windows NT 5.1.2600 Service Pack 3 : 2.0.50727.3607)
PokerCrunch
System.NotImplementedException: The method or operation is not implemented.
at PokerCrunchLib.PokerCrunch.parse_card_range(String part)
at PokerCrunchLib.PokerCrunch.textBox_TextChanged(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
at System.Windows.Forms.ComboBox.OnTextChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.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-20 13:19:06Danielsetstatus: new -> fixed
messages: + msg520
2010-06-18 02:08:37Danielcreate