Advertisement
Guest User

Hugslib + error message for sos2 + CA

a guest
Apr 25th, 2023
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. Wall Light: v1.4.8348.3000
  2. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  3. Verse.Log:Message (string)
  4. MURWallLight.StartUp:.cctor ()
  5. System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
  6. Verse.StaticConstructorOnStartupUtility:CallAll ()
  7. Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_5 ()
  8. Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
  9. Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
  10. Verse.LongEventHandler:LongEventsUpdate (bool&)
  11. (wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
  12. Verse.Root_Entry:Update ()
  13.  
  14.  
  15. END OF LOG
  16. BEGIN ERROR MESSAGE
  17.  
  18.  
  19. Following error happend while trying to patch SoS2 for compatibility with CA, but was caught safely:
  20. System.ArgumentException: You can only patch implemented methods/constructors. Patch the declared method System.Boolean RimWorld.CompShipHeat::AddHeatToNetwork(System.Single amount) instead.
  21. at HarmonyLib.PatchProcessor.Patch () [0x00051] in <255414689d344b1385ae719f6cce8c55>:0
  22. at HarmonyLib.Harmony.Patch (System.Reflection.MethodBase original, HarmonyLib.HarmonyMethod prefix, HarmonyLib.HarmonyMethod postfix, HarmonyLib.HarmonyMethod transpiler, HarmonyLib.HarmonyMethod finalizer) [0x00028] in <255414689d344b1385ae719f6cce8c55>:0
  23. at CaravanAdventures.Patches.Compatibility.SoS2Patch.ApplyPatches (System.Reflection.Assembly assembly) [0x000bc] in <0a5ae9c9077e45e690d12eb7351a04f1>:0
  24. at CaravanAdventures.CompatibilityPatches+<>c.<ExecuteHarmonyCompatibilityPatches>b__3_2 () [0x00065] in <0a5ae9c9077e45e690d12eb7351a04f1>:0
  25. at CaravanAdventures.Helper+<>c__DisplayClass8_0.<RunSafely>b__0 () [0x00000] in <0a5ae9c9077e45e690d12eb7351a04f1>:0
  26. at CaravanAdventures.Helper.RunSafely[T] (System.Func`1[TResult] action, System.Boolean suppressError, System.String failMessage, System.Boolean useDLog) [0x00000] in <0a5ae9c9077e45e690d12eb7351a04f1>:0
  27. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  28. Verse.Log:Error (string)
  29. CaravanAdventures.Helper:RunSafely<int> (System.Func`1<int>,bool,string,bool)
  30. CaravanAdventures.Helper:RunSafely (System.Action,bool,string,bool)
  31. CaravanAdventures.CompatibilityPatches:ExecuteHarmonyCompatibilityPatches ()
  32. CaravanAdventures.CompatibilityPatches:ExecuteCompatibilityPatches ()
  33. CaravanAdventures.InitPatches:.cctor ()
  34. System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
  35. Verse.StaticConstructorOnStartupUtility:CallAll ()
  36. Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_5 ()
  37. Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
  38. Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
  39. Verse.LongEventHandler:LongEventsUpdate (bool&)
  40. (wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
  41. Verse.Root_Entry:Update ()
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement