Advertisement
Sc2ad

Exception from hooking with System.Collections.Generic.List?

Mar 27th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. System.NullReferenceException: Unexpected null in System.Void InputManager::TriggerClickDownEvent(System.String,System.Collections.Generic.List`1<ClickDownInfo>&) @ IL_0112: call !0 System.Collections.Generic.List`1/Enumerator<ClickDownInfo>::get_Current()
  2. at MonoMod.Utils.DynamicMethodDefinition._Generate (System.Reflection.MethodBase _mb, System.Reflection.Emit.ILGenerator il) [0x00000] in <filename unknown>:0
  3. at MonoMod.Utils.DynamicMethodDefinition.GenerateViaDynamicMethod () [0x00000] in <filename unknown>:0
  4. at MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context) [0x00000] in <filename unknown>:0
  5. at MonoMod.Utils.DynamicMethodDefinition.Generate () [0x00000] in <filename unknown>:0
  6. at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.TryCreateCopy (System.Reflection.MethodBase method, System.Reflection.MethodInfo& dm) [0x00000] in <filename unknown>:0
  7. at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.CreateCopy (System.Reflection.MethodBase method) [0x00000] in <filename unknown>:0
  8. at MonoMod.RuntimeDetour.DetourHelper.CreateILCopy (System.Reflection.MethodBase method) [0x00000] in <filename unknown>:0
  9. at MonoMod.RuntimeDetour.Detour..ctor (System.Reflection.MethodBase from, System.Reflection.MethodBase to) [0x00000] in <filename unknown>:0
  10. at MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase from, System.Reflection.MethodInfo to, System.Object target) [0x00000] in <filename unknown>:0
  11. at MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase method, System.Delegate to) [0x00000] in <filename unknown>:0
  12. at MonoMod.RuntimeDetour.HookGen.HookEndpoint.Add (System.Delegate hookDelegate) [0x00000] in <filename unknown>:0
  13. at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add (System.Reflection.MethodBase method, System.Delegate hookDelegate) [0x00000] in <filename unknown>:0
  14. at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add[hook_TriggerClickDownEvent] (System.Reflection.MethodBase method, System.Delegate hookDelegate) [0x00000] in <filename unknown>:0
  15. at On.InputManager.add_TriggerClickDownEvent (On.hook_TriggerClickDownEvent ) [0x00000] in <filename unknown>:0
  16. at TASTools_Mod.TASToolsMod.OnLoad () [0x00000] in <filename unknown>:0
  17. at Partiality.Modloader.PartialityMod.BaseLoad () [0x00000] in <filename unknown>:0
  18. at Partiality.Modloader.ModManager.LoadAllMods () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement