Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NotSupportedException: Specified method is not supported.
  2. at MonoMod.Utils.MMReflectionImporter.ImportGenericParameter (System.Type type, Mono.Cecil.IGenericParameterProvider context) [0x0008f] in <6bc4f41a381a4886b7878206cebb96dd>:0
  3. at MonoMod.Utils.MMReflectionImporter.ImportReference (System.Type type, Mono.Cecil.IGenericParameterProvider context) [0x0016e] in <6bc4f41a381a4886b7878206cebb96dd>:0
  4. at Mono.Cecil.ModuleDefinition.ImportReference (System.Type type, Mono.Cecil.IGenericParameterProvider context) [0x00013] in <6034b380a22b41a596c9dc29d282c0a9>:0
  5. at Mono.Cecil.ModuleDefinition.ImportReference (System.Type type) [0x00000] in <6034b380a22b41a596c9dc29d282c0a9>:0
  6. at MonoMod.Utils.DynamicMethodDefinition._CreateDynModule (System.String name, System.Type returnType, System.Type[] parameterTypes) [0x0007f] in <6bc4f41a381a4886b7878206cebb96dd>:0
  7. at MonoMod.Utils.DynamicMethodDefinition.Reload () [0x0011d] in <6bc4f41a381a4886b7878206cebb96dd>:0
  8. at MonoMod.Utils.DynamicMethodDefinition..ctor (System.Reflection.MethodBase method) [0x0001c] in <6bc4f41a381a4886b7878206cebb96dd>:0
  9. at MonoMod.RuntimeDetour.ILHook+Context.Refresh () [0x000b8] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  10. at MonoMod.RuntimeDetour.ILHook.Apply () [0x00059] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  11. at MonoMod.RuntimeDetour.ILHook..ctor (System.Reflection.MethodBase from, MonoMod.Cil.ILContext+Manipulator manipulator, MonoMod.RuntimeDetour.ILHookConfig& config) [0x00140] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  12. at MonoMod.RuntimeDetour.ILHook..ctor (System.Reflection.MethodBase from, MonoMod.Cil.ILContext+Manipulator manipulator, MonoMod.RuntimeDetour.ILHookConfig config) [0x00000] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  13. at MonoMod.RuntimeDetour.ILHook..ctor (System.Reflection.MethodBase from, MonoMod.Cil.ILContext+Manipulator manipulator) [0x0001c] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  14. at MonoMod.RuntimeDetour.HookGen.HookEndpoint._NewILHook (System.Reflection.MethodBase from, MonoMod.Cil.ILContext+Manipulator to) [0x00000] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  15. at MonoMod.RuntimeDetour.HookGen.HookEndpoint._Add[TDelegate] (System.Func`3[T1,T2,TResult] gen, TDelegate hookDelegate) [0x0003c] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  16. at MonoMod.RuntimeDetour.HookGen.HookEndpoint.Modify (System.Delegate hookDelegate) [0x00013] in <e83676d698804c62ae69ff7ca5f3ab49>:0
  17. at MonoMod.RuntimeDetour.HookGen.HookEndpointManager.Modify (System.Reflection.MethodBase method, System.Delegate callback) [0x00028] in <e83676d698804c62ae69ff7ca5f3ab49>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement