Advertisement
Sc2ad

New Exception

May 7th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. [Error : Unity Log] 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. Stack trace:
  3. MonoMod.Utils.DynamicMethodDefinition._GenerateEmit (System.Reflection.MethodBase _mb, System.Reflection.Emit.ILGenerator il)
  4. MonoMod.Utils.DynamicMethodDefinition.GenerateViaDynamicMethod ()
  5. MonoMod.Utils.DynamicMethodDefinition.Generate (System.Object context)
  6. MonoMod.Utils.DynamicMethodDefinition.Generate ()
  7. MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.CreateCopy (System.Reflection.MethodBase method)
  8. MonoMod.RuntimeDetour.DetourHelper.CreateILCopy (System.Reflection.MethodBase method)
  9. MonoMod.RuntimeDetour.Detour..ctor (System.Reflection.MethodBase from, System.Reflection.MethodBase to)
  10. MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase from, System.Reflection.MethodInfo to, System.Object target)
  11. MonoMod.RuntimeDetour.Hook..ctor (System.Reflection.MethodBase method, System.Delegate to)
  12. MonoMod.RuntimeDetour.HookGen.HookEndpoint.Add (System.Delegate hookDelegate)
  13. MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add (System.Reflection.MethodBase method, System.Delegate hookDelegate)
  14. MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Add[hook_TriggerClickDownEvent] (System.Reflection.MethodBase method, System.Delegate hookDelegate)
  15. On.InputManager.add_TriggerClickDownEvent (On.hook_TriggerClickDownEvent )
  16. TASTools_Mod.TASToolsMod.OnLoad ()
  17. TASTools_Mod.TASToolsMod.Awake ()
  18. UnityEngine.GameObject:AddComponent(Type)
  19. BepInEx.Bootstrap.Chainloader:Start()
  20. UnityEngine.SendMouseEvents:DoSendMouseEvents(Int32, Int32)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement