Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1.  
  2. Could not execute post-long-event action. Exception: System.TypeInitializationException: The type initializer for 'AlienRace.HarmonyPatches' threw an exception. ---> System.MissingMethodException: bool HarmonyLib.CodeInstructionExtensions.OperandIs(HarmonyLib.CodeInstruction,System.Reflection.MemberInfo)
  3. at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00077] in <567df3e0919241ba98db88bec4c6696f>:0
  4. at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00018] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  5. at HarmonyLib.CodeTranspiler.GetResult (System.Reflection.Emit.ILGenerator generator, System.Reflection.MethodBase method) [0x00042] in <187549de123e4751b78937bd134d5d71>:0
  6. 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 <187549de123e4751b78937bd134d5d71>:0
  7. at HarmonyLib.MethodCopier.Finalize (HarmonyLib.Emitter emitter, System.Collections.Generic.List`1[T] endLabels, System.Boolean& hasReturnCode) [0x00000] in <187549de123e4751b78937bd134d5d71>:0
  8. at HarmonyLib.MethodPatcher.CreateReplacement (System.Collections.Generic.Dictionary`2[System.Int32,HarmonyLib.CodeInstruction]& finalInstructions) [0x00167] in <187549de123e4751b78937bd134d5d71>:0
  9. at HarmonyLib.PatchFunctions.UpdateWrapper (System.Reflection.MethodBase original, HarmonyLib.PatchInfo patchInfo) [0x00057] in <187549de123e4751b78937bd134d5d71>:0
  10. at HarmonyLib.PatchProcessor.Patch () [0x000d4] in <187549de123e4751b78937bd134d5d71>:0
  11. at HarmonyLib.Harmony.Patch (System.Reflection.MethodBase original, HarmonyLib.HarmonyMethod prefix, HarmonyLib.HarmonyMethod postfix, HarmonyLib.HarmonyMethod transpiler, HarmonyLib.HarmonyMethod finalizer) [0x00028] in <187549de123e4751b78937bd134d5d71>:0
  12. at AlienRace.HarmonyPatches..cctor () [0x002dd] in <5df4477849d54a9189c259ca7808d9ad>:0
  13. --- End of inner exception stack trace ---
  14. at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
  15. at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <567df3e0919241ba98db88bec4c6696f>:0
  16. at Verse.StaticConstructorOnStartupUtility.CallAll () [0x00018] in <b19ae9c6a2b34f38a22a7741fa26973e>:0
  17. at Verse.PlayDataLoader+<>c.<DoPlayLoad>b__4_2 () [0x0000a] in <b19ae9c6a2b34f38a22a7741fa26973e>:0
  18. at Verse.LongEventHandler.ExecuteToExecuteWhenFinished () [0x0007d] in <b19ae9c6a2b34f38a22a7741fa26973e>:0
  19. Verse.Log:Error(String, Boolean)
  20. Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
  21. Verse.LongEventHandler:UpdateCurrentAsynchronousEvent()
  22. Verse.LongEventHandler:LongEventsUpdate(Boolean&)
  23. Verse.Root:Update()
  24. Verse.Root_Entry:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement