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.

Issue257

Title Crash when disabling hands in the taskbar, immediately after enabling it
Priority critical Status fixed
Versions Poker Sleuth 1.9
Superseder Nosy List Daniel

Created on 2010-03-29.15:48:32 by Daniel, last changed by Daniel.

Messages
msg414 (view) Author: Daniel Date: 2010-03-29.16:10:00

Fixed in 1.9.0.803

msg413 (view) Author: Daniel Date: 2010-03-29.15:48:31

PokerSleuth 1.9.0.804 (Microsoft Windows NT 6.0.6002 Service Pack 2)
PokerNotesBand
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 PokerNotesBand.PokerNotesBand.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()

req: {"req_type":"fetch_hands","n":1,"req_id":0}
rsp: {"rsp_type":"quit","forwarded":"band","req_id":0}

History
Date User Action Args
2010-03-29 16:10:00Danielsetstatus: new -> fixed
messages: + msg414
title: Crash when exiting -> Crash when disabling hands in the taskbar, immediately after enabling it
2010-03-29 15:48:33Danielcreate