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.

Issue231

Title Crash when first selecting a hand in Poker Notes
Priority critical Status fixed
Versions Poker Sleuth 1.9
Superseder Nosy List Daniel

Created on 2010-03-10.21:03:31 by Daniel, last changed by Daniel.

Messages
msg377 (view) Author: Daniel Date: 2010-03-10.21:08:21

Fixed in 1.9.0.718

msg375 (view) Author: Daniel Date: 2010-03-10.21:03:31

PokerSleuth 1.9.0.713 (Microsoft Windows NT 5.1.2600 Service Pack 3) PokerNotes
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at PokerNotes.MainForm.ListView1_ItemActivate(Object sender, ListViewItemSelectionChangedEventArgs e)
at System.Windows.Forms.ListView.OnItemSelectionChanged(ListViewItemSelectionChangedEventArgs e)
at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
at System.Windows.Forms.ListView.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-03-10 21:08:21Danielsetstatus: new -> fixed
messages: + msg377
2010-03-10 21:03:31Danielcreate