Advertisement
Sc2ad

Exception from 19.03.21.01

Mar 27th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  2. at System.Collections.Generic.Dictionary`2[System.Reflection.MethodBase,System.Reflection.MethodInfo].get_Item (System.Reflection.MethodBase key) [0x00000] in <filename unknown>:0
  3. at MonoMod.RuntimeDetour.Detour..ctor (System.Reflection.MethodBase from, System.Reflection.MethodBase to) [0x00000] in <filename unknown>:0
  4. at MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase from, System.Reflection.MethodInfo to, System.Object target) [0x00000] in <filename unknown>:0
  5. at MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase method, System.Delegate to) [0x00000] in <filename unknown>:0
  6. at MonoMod.RuntimeDetour.HookGen.HookEndpoint.Add (System.Delegate hookDelegate) [0x00000] in <filename unknown>:0
  7. at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add (System.Reflection.MethodBase method, System.Delegate hookDelegate) [0x00000] in <filename unknown>:0
  8. at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add[hook_TriggerClickDownEvent] (System.Reflection.MethodBase method, System.Delegate hookDelegate) [0x00000] in <filename unknown>:0
  9. at On.InputManager.add_TriggerClickDownEvent (On.hook_TriggerClickDownEvent ) [0x00000] in <filename unknown>:0
  10. at TASTools_Mod.TASToolsMod.OnLoad () [0x00000] in <filename unknown>:0
  11. at Partiality.Modloader.PartialityMod.BaseLoad () [0x00000] in <filename unknown>:0
  12. at Partiality.Modloader.ModManager.LoadAllMods () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement