Advertisement
Guest User

Untitled

a guest
Nov 11th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object
  2. at ExpandedIncidents.Harmony.InteractionWorkerCliquePatch.ManageCliques (RimWorld.InteractionWorker,Verse.Pawn,Verse.Pawn) <0x000a3>
  3. at (wrapper dynamic-method) RimWorld.InteractionWorker.Interacted_Patch2 (object,Verse.Pawn,Verse.Pawn,System.Collections.Generic.List`1<Verse.RulePackDef>,string&,string&,Verse.LetterDef&) <0x0004d>
  4. at Rumor_Code.CaravanSocialManager.TryInteractWith (Verse.Pawn,Verse.Pawn,RimWorld.InteractionDef) <0x002e4>
  5. at Rumor_Code.CaravanSocialManager.TryInteractRandomly (Verse.Pawn) <0x00330>
  6. at Rumor_Code.CaravanSocialManager.MakeCaravanInteract (RimWorld.Planet.Caravan) <0x000e0>
  7. at Rumor_Code.CaravanSocialManager.MakeCaravansInteract () <0x00084>
  8. at Rumor_Code.Watcher.MapComponentTick () <0x00058>
  9. at Verse.MapComponentUtility.MapComponentTick (Verse.Map) <0x00075>
  10.  
  11. Verse.Log:Error(String, Boolean)
  12. Verse.MapComponentUtility:MapComponentTick(Map)
  13. Verse.Map:MapPostTick()
  14. Verse.TickManager:DoSingleTick()
  15. Verse.TickManager:TickManagerUpdate()
  16. Verse.Game:UpdatePlay()
  17. Verse.Root_Play:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement