slimCat icon indicating copy to clipboard operation
slimCat copied to clipboard

"The given key was not present in the dictionary."

Open WreckedAvent opened this issue 8 years ago • 1 comments

Example:

Version: slimCat Cheetah 5.012 dev
Exception: The given key was not present in the dictionary.
Occured at: mscorlib

Immediate stack trace: TValue get_Item(TKey)   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at slimCat.Services.FlistService.HandleCommand(IDictionary`2 command)
   at Microsoft.Practices.Prism.Events.BackgroundEventSubscription`1.<>c__DisplayClass5.<InvokeAction>b__4(Object o)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

WreckedAvent avatar Aug 31 '16 01:08 WreckedAvent

Have more reports of this. Appears to be the most common crash so far.

WreckedAvent avatar Sep 13 '16 03:09 WreckedAvent