Guest User

Untitled

a guest
Mar 12th, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Error while instantiating a mod of type NoTainted.NoTainted: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeLoadException: Could not resolve type with token 01000016 (from typeref, class/assembly Harmony.HarmonyInstance, 0Harmony, Version=1.2.0.1, Culture=neutral, PublicKeyToken=null)
  2. at (wrapper managed-to-native) System.Reflection.MonoCMethod.InternalInvoke(System.Reflection.MonoCMethod,object,object[],System.Exception&)
  3. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in <567df3e0919241ba98db88bec4c6696f>:0
  4. --- End of inner exception stack trace ---
  5. at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00014] in <567df3e0919241ba98db88bec4c6696f>:0
  6. at System.Reflection.MonoCMethod.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0007a] in <567df3e0919241ba98db88bec4c6696f>:0
  7. at System.Reflection.MonoCMethod.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
  8. at System.RuntimeType.CreateInstanceImpl (System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes, System.Threading.StackCrawlMark& stackMark) [0x00213] in <567df3e0919241ba98db88bec4c6696f>:0
  9. at System.Activator.CreateInstance (System.Type type, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes) [0x00095] in <567df3e0919241ba98db88bec4c6696f>:0
  10. at System.Activator.CreateInstance (System.Type type, System.Object[] args) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
  11. at Verse.LoadedModManager.CreateModClasses () [0x00076] in <551170a781914f71badd2d338cb18879>:0
  12. Verse.Log:Error(String, Boolean)
  13. Verse.LoadedModManager:CreateModClasses()
  14. Verse.LoadedModManager:LoadAllActiveMods()
  15. Verse.PlayDataLoader:DoPlayLoad()
  16. Verse.PlayDataLoader:LoadAllPlayData(Boolean)
  17. Verse.<>c:<Start>b__6_1()
  18. Verse.LongEventHandler:RunEventFromAnotherThread(Action)
  19. Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
  20. System.Threading.ThreadHelper:ThreadStart_Context(Object)
  21. System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
  22. System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
  23. System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
  24. System.Threading.ThreadHelper:ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment