Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. Could not execute post-long-event action. Exception: System.TypeInitializationException: The type initializer for 'AchtungMod.AchtungLoader' threw an exception. ---> HarmonyLib.HarmonyException: Patching exception in method System.Void Verse.AI.Pawn_JobTracker.EndCurrentJob(Verse.AI.JobCondition, System.Boolean, System.Boolean) ---> System.MissingMethodException: bool HarmonyLib.CodeInstructionExtensions.OperandIs(HarmonyLib.CodeInstruction,System.Reflection.MemberInfo)
  2. at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00077] in <567df3e0919241ba98db88bec4c6696f>:0
  3. at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00018] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  4. at HarmonyLib.CodeTranspiler.GetResult (System.Reflection.Emit.ILGenerator generator, System.Reflection.MethodBase method) [0x00042] in <ce739825a2f8415a8bb31324b20d81ac>:0
  5. at HarmonyLib.MethodBodyReader.FinalizeILCodes (HarmonyLib.Emitter emitter, System.Collections.Generic.List`1[T] transpilers, System.Collections.Generic.List`1[T] endLabels, System.Boolean& hasReturnCode) [0x00149] in <ce739825a2f8415a8bb31324b20d81ac>:0
  6. at HarmonyLib.MethodCopier.Finalize (HarmonyLib.Emitter emitter, System.Collections.Generic.List`1[T] endLabels, System.Boolean& hasReturnCode) [0x00000] in <ce739825a2f8415a8bb31324b20d81ac>:0
  7. at HarmonyLib.MethodPatcher.CreateReplacement (System.Collections.Generic.Dictionary`2[System.Int32,HarmonyLib.CodeInstruction]& finalInstructions) [0x00209] in <ce739825a2f8415a8bb31324b20d81ac>:0
  8. at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x00057] in <ce739825a2f8415a8bb31324b20d81ac>:0
  9. at HarmonyLib.PatchClassProcessor.ProcessPatchJob (HarmonyLib.PatchJobs`1+Job[T] job) [0x0015d] in <ce739825a2f8415a8bb31324b20d81ac>:0
  10. --- End of inner exception stack trace ---
  11. at HarmonyLib.PatchClassProcessor.ReportException (System.Exception exception, System.Reflection.MethodBase original) [0x00086] in <ce739825a2f8415a8bb31324b20d81ac>:0
  12. at HarmonyLib.PatchClassProcessor.Patch () [0x00082] in <ce739825a2f8415a8bb31324b20d81ac>:0
  13. at HarmonyLib.Harmony.<PatchAll>b__10_0 (System.Type type) [0x00007] in <ce739825a2f8415a8bb31324b20d81ac>:0
  14. at HarmonyLib.CollectionExtensions.Do[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Action`1[T] action) [0x00014] in <ce739825a2f8415a8bb31324b20d81ac>:0
  15. at HarmonyLib.Harmony.PatchAll (System.Reflection.Assembly assembly) [0x00006] in <ce739825a2f8415a8bb31324b20d81ac>:0
  16. at AchtungMod.AchtungLoader..cctor () [0x00015] in <b1eab27c2f2d4dffb1243888895d1f5c>:0
  17. --- End of inner exception stack trace ---
  18. at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
  19. at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <567df3e0919241ba98db88bec4c6696f>:0
  20. at (wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility.DMD<DMD<CallAll_Patch1>?-1412820480::CallAll_Patch1>()
  21. at Verse.PlayDataLoader+<>c.<DoPlayLoad>b__4_2 () [0x0000a] in <640a0b9a752e4ec990163e7f62759e3a>:0
  22. at Verse.LongEventHandler.ExecuteToExecuteWhenFinished () [0x0007d] in <640a0b9a752e4ec990163e7f62759e3a>:0
  23. Verse.Log:Error(String, Boolean)
  24. Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
  25. Verse.LongEventHandler:UpdateCurrentAsynchronousEvent()
  26. Verse.LongEventHandler:LongEventsUpdate(Boolean&)
  27. Verse.Root:DMD<DMD<Update_Patch1>?812449792::Update_Patch1>(Root)
  28. Verse.Root_Entry:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement