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.

Issue203

Title Crash when searching for "Hero" in Poker SHIP
Priority critical Status fixed
Versions Poker Sleuth 1.9
Superseder Nosy List Daniel

Created on 2010-03-04.14:24:46 by Daniel, last changed by Daniel.

Messages
msg343 (view) Author: Daniel Date: 2010-03-04.14:30:43

Fixed in 1.9.0.543.

msg342 (view) Author: Daniel Date: 2010-03-04.14:24:45

PokerSleuth 1.9.0.538 (Microsoft Windows NT 5.1.2600 Service Pack 2) 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 PythonInterface.PokerSite.Factory(SiteEnum se)
at PythonInterface.PokerSite.op_Explicit(Int32 s)
at SHIP.SHIP_MainForm.handle_response(Dictionary`2 req, Dictionary`2 rsp)
at PythonInterface.PythonThread.<>c__DisplayClass6.<InvokeCallback>b__4()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

History
Date User Action Args
2010-03-04 14:30:43Danielsetstatus: new -> fixed
messages: + msg343
2010-03-04 14:24:46Danielcreate