System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at GreyMagic.AllocatedMemory.GetAllocatedChunk(String allocatedName)
at ff14bot.Managers.AsmManager.DoActionLocation(ActionType actionType, UInt32 spellId, Vector3 location)
at Driver.Run() in c:\Users\Public\Documents\RB\Plugins\RebornConsole\Temp\esxv5kbk.0.cs:line 29
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Type.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args)
at HighVoltz.CodeDriver.CompileAndRun(String input) in c:\Users\Public\Documents\RB\Plugins\RebornConsole\RebornConsole.cs:line 419
at HighVoltz.AppDomainDriver.CompileAndRun(String code) in c:\Users\Public\Documents\RB\Plugins\RebornConsole\RebornConsole.cs:line 289