Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 174.93 KB | None | 0 0
  1. Initializing new game with mods Core
  2. Verse.Log:Message(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:30)
  3. Verse.Game:InitNewGame() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:255)
  4. Verse.Root_Play:<Start>m__854() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:43)
  5. Verse.LongEventHandler:RunEventFromAnotherThread(Action) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:439)
  6. Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__850() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:353)
  7.  
  8. Tried to queue null region.
  9. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  10. Verse.Log:ErrorOnce(String, Int32) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:60)
  11. Verse.Reachability:QueueNewOpenRegion(Region) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\Reachability.cs:163)
  12. Verse.Reachability:DetermineStartRegions(IntVec3) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\Reachability.cs:395)
  13. Verse.Reachability:CanReach(IntVec3, LocalTargetInfo, PathEndMode, TraverseParms) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\Reachability.cs:335)
  14. Verse.<ClosestThingReachable>c__AnonStorey5F3:<>m__BB0(Thing) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\GenClosest.cs:104)
  15. Verse.GenClosest:ClosestThing_Global(IntVec3, IEnumerable, Single, Predicate`1) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\GenClosest.cs:269)
  16. Verse.GenClosest:ClosestThingReachable(IntVec3, Map, ThingRequest, PathEndMode, TraverseParms, Single, Predicate`1, IEnumerable`1, Int32, Boolean, RegionType) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\GenClosest.cs:119)
  17. RimWorld.JobGiver_Work:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\JobGivers\Work\JobGiver_Work.cs:123)
  18. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  19. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  20. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  21. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  22. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  23. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  24. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  25. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  26. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  27. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  28. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  29. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  30. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  31.  
  32. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  33. Parameter name: root
  34. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  35. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  36. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  37. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  38. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  39. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  40. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  41. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  42. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  43. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  44. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  45. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  46. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  47. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  48. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  49. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  50. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  51. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  52. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  53. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  54. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  55. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  56.  
  57. Loading game from file Hialeah (Permadeath) with mods Core
  58. Verse.Log:Message(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:30)
  59. Verse.SavedGameLoader:LoadGameFromSaveFile(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\MapIniter\SavedGameLoader.cs:17)
  60. Verse.Root_Play:<Start>m__853() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:29)
  61. Verse.LongEventHandler:RunEventFromAnotherThread(Action) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:439)
  62. Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__850() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:353)
  63.  
  64. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  65. Parameter name: root
  66. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  67. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  68. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  69. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  70. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  71. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  72. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  73. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  74. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  75. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  76. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  77. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  78. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  79. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  80. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  81. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  82. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  83. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  84. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  85. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  86. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  87. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  88.  
  89. JobDriver threw exception in initAction. Pawn=Poncho, Job=Ingest A=Thing_MealSurvivalPack25871, Exception: System.ArgumentNullException: Argument cannot be null.
  90. Parameter name: root
  91. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  92. at RimWorld.RCellFinder.SpotToChewStandingNear (Verse.Pawn pawn, Verse.Thing ingestible) [0x0014c] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:1013
  93. at RimWorld.Toils_Ingest+<CarryIngestibleToChewSpot>c__AnonStorey275.<>m__FD () [0x000e1] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\JobDrivers\SatisfyNeeds\Toils_Ingest.cs:151
  94. at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00180] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:387 lastJobGiver=RimWorld.JobGiver_GetFood, curJob.def=Ingest, curDriver=RimWorld.JobDriver_Ingest
  95. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  96. Verse.AI.Pawn_JobTracker:StartErrorRecoverJob(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:501)
  97. Verse.AI.JobDriver:TryActuallyStartNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:391)
  98. Verse.AI.JobDriver:ReadyForNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:310)
  99. Verse.AI.JobDriver:TryActuallyStartNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:398)
  100. Verse.AI.JobDriver:ReadyForNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:310)
  101. Verse.AI.Pawn_JobTracker:StartJob(Job, JobCondition, ThinkNode, Boolean, Boolean, ThinkTreeDef, Nullable`1) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:254)
  102. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:403)
  103. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  104. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  105. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  106. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  107. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  108. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  109. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  110. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  111.  
  112. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  113. Parameter name: root
  114. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  115. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  116. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  117. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  118. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  119. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  120. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  121. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  122. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  123. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  124. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  125. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  126. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  127. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  128. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  129. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  130. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  131. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  132. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  133. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  134. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  135. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  136.  
  137. JobDriver threw exception in initAction. Pawn=Gaston, Job=Ingest A=Thing_MealSurvivalPack25869, Exception: System.ArgumentNullException: Argument cannot be null.
  138. Parameter name: root
  139. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  140. at RimWorld.RCellFinder.SpotToChewStandingNear (Verse.Pawn pawn, Verse.Thing ingestible) [0x0014c] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:1013
  141. at RimWorld.Toils_Ingest+<CarryIngestibleToChewSpot>c__AnonStorey275.<>m__FD () [0x000e1] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\JobDrivers\SatisfyNeeds\Toils_Ingest.cs:151
  142. at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00180] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:387 lastJobGiver=RimWorld.JobGiver_GetFood, curJob.def=Ingest, curDriver=RimWorld.JobDriver_Ingest
  143. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  144. Verse.AI.Pawn_JobTracker:StartErrorRecoverJob(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:501)
  145. Verse.AI.JobDriver:TryActuallyStartNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:391)
  146. Verse.AI.JobDriver:ReadyForNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:310)
  147. Verse.AI.JobDriver:TryActuallyStartNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:398)
  148. Verse.AI.JobDriver:ReadyForNextToil() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\JobDrivers\JobDriver.cs:310)
  149. Verse.AI.Pawn_JobTracker:StartJob(Job, JobCondition, ThinkNode, Boolean, Boolean, ThinkTreeDef, Nullable`1) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:254)
  150. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:403)
  151. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  152. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  153. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  154. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  155. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  156. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  157. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  158. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  159.  
  160. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  161. Parameter name: root
  162. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  163. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  164. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  165. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  166. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  167. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  168. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  169. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  170. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  171. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  172. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  173. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  174. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  175. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  176. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  177. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  178. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  179. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  180. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  181. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  182. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  183. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  184.  
  185. Loading game from file Hialeah (Permadeath) with mods Core
  186. Verse.Log:Message(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:30)
  187. Verse.SavedGameLoader:LoadGameFromSaveFile(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\MapIniter\SavedGameLoader.cs:17)
  188. Verse.Root_Play:<Start>m__853() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:29)
  189. Verse.LongEventHandler:RunEventFromAnotherThread(Action) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:439)
  190. Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__850() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:353)
  191.  
  192. Exception ticking PlantGrass10764: System.NullReferenceException: Object reference not set to an instance of an object
  193. at Verse.RegionAndRoomUpdater.NotifyAffectedRoomsAndRoomGroupsAndUpdateTemperature () [0x0014c] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\RegionAndRoomUpdater.cs:431
  194. at Verse.RegionAndRoomUpdater.CreateOrUpdateRooms () [0x000a4] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\RegionAndRoomUpdater.cs:176
  195. at Verse.RegionAndRoomUpdater.TryRebuildDirtyRegionsAndRooms () [0x00075] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\RegionAndRoomUpdater.cs:83
  196. at Verse.RegionGrid.GetValidRegionAt (IntVec3 c) [0x0006c] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\RegionGrid.cs:122
  197. at Verse.RegionAndRoomQuery.RegionAt (IntVec3 c, Verse.Map map, RegionType allowedRegionTypes) [0x0000e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\RegionAndRoomQuery.cs:20
  198. at Verse.RegionAndRoomQuery.RoomAt (IntVec3 c, Verse.Map map, RegionType allowedRegionTypes) [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\RegionAndRoomQuery.cs:42
  199. at Verse.RegionAndRoomQuery.RoomGroupAt (IntVec3 c, Verse.Map map) [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\RegionsAndRooms\RegionAndRoomQuery.cs:48
  200. at Verse.GridsUtility.GetRoomGroup (IntVec3 loc, Verse.Map map) [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\Grids\GridsUtility.cs:28
  201. at Verse.GenTemperature.TryGetDirectAirTemperatureForCell (IntVec3 c, Verse.Map map, System.Single& temperature) [0x00015] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\Temperature\GenTemperature.cs:115
  202. at Verse.GenTemperature.TryGetTemperatureForCell (IntVec3 c, Verse.Map map, System.Single& tempResult) [0x0002e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\Temperature\GenTemperature.cs:83
  203. at Verse.GenTemperature.GetTemperatureForCell (IntVec3 c, Verse.Map map) [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\Temperature\GenTemperature.cs:61
  204. at Verse.Thing.get_AmbientTemperature () [0x0002a] in C:\Dev\RimWorld\Assets\Scripts\Verse\Thing\Thing.cs:357
  205. at RimWorld.Plant.CheckTemperatureMakeLeafless () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Thing\Plant\Plant.cs:355
  206. at RimWorld.Plant.TickLong () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Thing\Plant\Plant.cs:383
  207. at Verse.TickList.Tick () [0x001b5] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:128
  208. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  209. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  210. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:284)
  211. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  212. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  213. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  214.  
  215. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  216. Parameter name: root
  217. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  218. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  219. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  220. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  221. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  222. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  223. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  224. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  225. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  226. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  227. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  228. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  229. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  230. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  231. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  232. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  233. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  234. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  235. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  236. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  237. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  238. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  239.  
  240. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  241. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  242. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  243. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  244. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  245. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  246. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  247. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  248. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  249. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  250. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  251. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  252. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  253. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  254. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  255. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  256. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  257.  
  258. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  259. Parameter name: root
  260. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  261. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  262. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  263. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  264. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  265. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  266. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  267. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  268. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  269. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  270. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  271. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  272. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  273. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  274. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  275. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  276. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  277. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  278. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  279. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  280. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  281. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  282.  
  283. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  284. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  285. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  286. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  287. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  288. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  289. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  290. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  291. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  292. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  293. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  294. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  295. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  296. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  297. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  298. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  299. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  300.  
  301. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  302. Parameter name: root
  303. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  304. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  305. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  306. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  307. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  308. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  309. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  310. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  311. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  312. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  313. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  314. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  315. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  316. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  317. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  318. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  319. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  320. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  321. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  322. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  323. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  324. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  325.  
  326. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  327. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  328. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  329. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  330. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  331. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  332. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  333. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  334. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  335. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  336. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  337. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  338. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  339. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  340. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  341. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  342. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  343.  
  344. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  345. Parameter name: root
  346. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  347. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  348. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  349. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  350. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  351. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  352. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  353. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  354. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  355. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  356. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  357. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  358. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  359. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  360. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  361. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  362. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  363. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  364. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  365. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  366. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  367. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  368.  
  369. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  370. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  371. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  372. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  373. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  374. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  375. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  376. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  377. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  378. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  379. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  380. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  381. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  382. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  383. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  384. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  385. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  386.  
  387. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  388. Parameter name: root
  389. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  390. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  391. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  392. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  393. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  394. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  395. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  396. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  397. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  398. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  399. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  400. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  401. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  402. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  403. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  404. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  405. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  406. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  407. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  408. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  409. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  410. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  411.  
  412. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  413. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  414. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  415. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  416. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  417. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  418. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  419. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  420. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  421. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  422. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  423. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  424. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  425. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  426. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  427. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  428. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  429.  
  430. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  431. Parameter name: root
  432. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  433. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  434. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  435. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  436. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  437. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  438. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  439. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  440. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  441. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  442. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  443. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  444. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  445. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  446. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  447. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  448. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  449. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  450. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  451. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  452. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  453. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  454.  
  455. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  456. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  457. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  458. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  459. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  460. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  461. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  462. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  463. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  464. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  465. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  466. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  467. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  468. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  469. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  470. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  471. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  472.  
  473. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  474. Parameter name: root
  475. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  476. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  477. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  478. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  479. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  480. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  481. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  482. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  483. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  484. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  485. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  486. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  487. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  488. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  489. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  490. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  491. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  492. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  493. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  494. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  495. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  496. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  497.  
  498. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  499. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  500. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  501. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  502. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  503. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  504. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  505. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  506. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  507. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  508. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  509. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  510. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  511. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  512. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  513. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  514. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  515.  
  516. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  517. Parameter name: root
  518. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  519. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  520. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  521. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  522. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  523. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  524. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  525. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  526. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  527. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  528. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  529. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  530. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  531. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  532. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  533. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  534. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  535. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  536. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  537. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  538. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  539. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  540.  
  541. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  542. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  543. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  544. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  545. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  546. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  547. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  548. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  549. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  550. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  551. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  552. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  553. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  554. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  555. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  556. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  557. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  558.  
  559. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  560. Parameter name: root
  561. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  562. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  563. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  564. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  565. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  566. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  567. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  568. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  569. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  570. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  571. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  572. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  573. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  574. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  575. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  576. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  577. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  578. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  579. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  580. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  581. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  582. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  583.  
  584. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  585. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  586. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  587. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  588. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  589. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  590. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  591. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  592. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  593. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  594. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  595. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  596. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  597. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  598. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  599. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  600. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  601.  
  602. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  603. Parameter name: root
  604. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  605. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  606. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  607. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  608. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  609. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  610. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  611. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  612. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  613. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  614. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  615. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  616. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  617. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  618. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  619. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  620. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  621. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  622. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  623. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  624. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  625. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  626.  
  627. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  628. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  629. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  630. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  631. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  632. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  633. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  634. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  635. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  636. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  637. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  638. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  639. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  640. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  641. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  642. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  643. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  644.  
  645. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  646. Parameter name: root
  647. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  648. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  649. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  650. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  651. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  652. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  653. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  654. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  655. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  656. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  657. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  658. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  659. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  660. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  661. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  662. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  663. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  664. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  665. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  666. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  667. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  668. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  669.  
  670. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  671. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  672. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  673. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  674. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  675. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  676. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  677. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  678. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  679. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  680. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  681. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  682. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  683. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  684. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  685. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  686. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  687.  
  688. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  689. Parameter name: root
  690. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  691. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  692. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  693. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  694. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  695. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  696. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  697. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  698. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  699. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  700. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  701. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  702. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  703. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  704. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  705. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  706. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  707. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  708. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  709. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  710. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  711. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  712.  
  713. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  714. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  715. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  716. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  717. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  718. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  719. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  720. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  721. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  722. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  723. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  724. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  725. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  726. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  727. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  728. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  729. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  730.  
  731. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  732. Parameter name: root
  733. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  734. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  735. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  736. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  737. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  738. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  739. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  740. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  741. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  742. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  743. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  744. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  745. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  746. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  747. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  748. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  749. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  750. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  751. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  752. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  753. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  754. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  755.  
  756. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  757. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  758. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  759. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  760. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  761. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  762. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  763. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  764. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  765. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  766. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  767. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  768. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  769. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  770. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  771. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  772. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  773.  
  774. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  775. Parameter name: root
  776. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  777. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  778. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  779. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  780. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  781. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  782. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  783. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  784. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  785. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  786. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  787. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  788. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  789. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  790. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  791. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  792. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  793. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  794. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  795. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  796. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  797. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  798.  
  799. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  800. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  801. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  802. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  803. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  804. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  805. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  806. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  807. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  808. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  809. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  810. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  811. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  812. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  813. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  814. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  815. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  816.  
  817. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  818. Parameter name: root
  819. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  820. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  821. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  822. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  823. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  824. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  825. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  826. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  827. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  828. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  829. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  830. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  831. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  832. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  833. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  834. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  835. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  836. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  837. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  838. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  839. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  840. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  841.  
  842. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  843. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  844. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  845. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  846. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  847. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  848. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  849. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  850. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  851. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  852. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  853. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  854. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  855. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  856. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  857. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  858. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  859.  
  860. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  861. Parameter name: root
  862. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  863. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  864. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  865. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  866. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  867. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  868. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  869. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  870. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  871. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  872. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  873. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  874. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  875. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  876. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  877. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  878. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  879. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  880. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  881. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  882. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  883. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  884.  
  885. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  886. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  887. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  888. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  889. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  890. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  891. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  892. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  893. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  894. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  895. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  896. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  897. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  898. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  899. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  900. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  901. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  902.  
  903. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  904. Parameter name: root
  905. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  906. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  907. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  908. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  909. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  910. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  911. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  912. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  913. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  914. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  915. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  916. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  917. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  918. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  919. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  920. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  921. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  922. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  923. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  924. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  925. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  926. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  927.  
  928. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  929. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  930. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  931. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  932. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  933. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  934. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  935. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  936. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  937. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  938. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  939. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  940. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  941. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  942. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  943. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  944. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  945.  
  946. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  947. Parameter name: root
  948. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  949. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  950. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  951. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  952. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  953. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  954. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  955. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  956. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  957. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  958. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  959. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  960. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  961. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  962. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  963. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  964. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  965. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  966. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  967. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  968. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  969. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  970.  
  971. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  972. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  973. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  974. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  975. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  976. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  977. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  978. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  979. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  980. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  981. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  982. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  983. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  984. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  985. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  986. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  987. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  988.  
  989. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  990. Parameter name: root
  991. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  992. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  993. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  994. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  995. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  996. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  997. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  998. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  999. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1000. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1001. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1002. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1003. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1004. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1005. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1006. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1007. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1008. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1009. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1010. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1011. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1012. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1013.  
  1014. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1015. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1016. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1017. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1018. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1019. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1020. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1021. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1022. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1023. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1024. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1025. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1026. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1027. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1028. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1029. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1030. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1031.  
  1032. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  1033. Parameter name: root
  1034. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  1035. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  1036. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  1037. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  1038. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  1039. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  1040. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1041. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  1042. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1043. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1044. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1045. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1046. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1047. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1048. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1049. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1050. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1051. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1052. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1053. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1054. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1055. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1056.  
  1057. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1058. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1059. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1060. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1061. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1062. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1063. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1064. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1065. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1066. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1067. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1068. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1069. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1070. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1071. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1072. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1073. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1074.  
  1075. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  1076. Parameter name: root
  1077. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  1078. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  1079. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  1080. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  1081. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  1082. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  1083. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1084. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  1085. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1086. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1087. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1088. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1089. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1090. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1091. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1092. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1093. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1094. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1095. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1096. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1097. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1098. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1099.  
  1100. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1101. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1102. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1103. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1104. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1105. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1106. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1107. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1108. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1109. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1110. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1111. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1112. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1113. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1114. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1115. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1116. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1117.  
  1118. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  1119. Parameter name: root
  1120. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  1121. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  1122. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  1123. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  1124. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  1125. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  1126. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1127. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  1128. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1129. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1130. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1131. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1132. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1133. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1134. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1135. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1136. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1137. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1138. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1139. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1140. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1141. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1142.  
  1143. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1144. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1145. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1146. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1147. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1148. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1149. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1150. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1151. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1152. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1153. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1154. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1155. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1156. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1157. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1158. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1159. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1160.  
  1161. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  1162. Parameter name: root
  1163. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  1164. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  1165. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  1166. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  1167. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  1168. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  1169. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1170. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  1171. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1172. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1173. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1174. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1175. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1176. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1177. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1178. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1179. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1180. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1181. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1182. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1183. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1184. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1185.  
  1186. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1187. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1188. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1189. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1190. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1191. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1192. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1193. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1194. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1195. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1196. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1197. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1198. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1199. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1200. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1201. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1202. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1203.  
  1204. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  1205. Parameter name: root
  1206. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  1207. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  1208. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  1209. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  1210. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  1211. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  1212. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1213. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  1214. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1215. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1216. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1217. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1218. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1219. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1220. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1221. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1222. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1223. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1224. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1225. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1226. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1227. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1228.  
  1229. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1230. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1231. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1232. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1233. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1234. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1235. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1236. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1237. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1238. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1239. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1240. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1241. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1242. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1243. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1244. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1245. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1246.  
  1247. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  1248. Parameter name: root
  1249. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  1250. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  1251. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  1252. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  1253. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  1254. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  1255. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1256. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  1257. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1258. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1259. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1260. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1261. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1262. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1263. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1264. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1265. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1266. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1267. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1268. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1269. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1270. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1271.  
  1272. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1273. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1274. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1275. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1276. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1277. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1278. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1279. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1280. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1281. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1282. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1283. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1284. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1285. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1286. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1287. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1288. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1289.  
  1290. Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.ArgumentNullException: Argument cannot be null.
  1291. Parameter name: root
  1292. at Verse.CellFinder.RandomRegionNear (Verse.Region root, Int32 maxRegions, TraverseParms traverseParms, System.Predicate`1 validator, Verse.Pawn pawnToAllow, RegionType traversableRegionTypes) [0x000a6] in C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Gen\CellFinders\CellFinder.cs:153
  1293. at RimWorld.RCellFinder.RandomWanderDestFor (Verse.Pawn pawn, IntVec3 root, Single radius, System.Func`3 validator, Danger maxDanger) [0x00147] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Utility\CellFinder\RCellFinder.cs:182
  1294. at Verse.AI.JobGiver_Wander.GetExactWanderDest (Verse.Pawn pawn) [0x00008] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:75
  1295. at Verse.AI.JobGiver_Wander.TryGiveJob (Verse.Pawn pawn) [0x00049] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\Wander\JobGiver_Wander.cs:47
  1296. at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00042] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ThinkNode_JobGiver.cs:33
  1297. at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00019] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18
  1298. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1299. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:22)
  1300. Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:231)
  1301. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1302. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\AI\ThinkNodes\ThinkNodes_Conditionals.cs:27)
  1303. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\ThinkNodes\ControlFlow\ThinkNode_Controls.cs:18)
  1304. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:451)
  1305. Verse.AI.Pawn_JobTracker:TryFindAndStartJob() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:397)
  1306. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:297)
  1307. Verse.AI.Pawn_JobTracker:JobTrackerTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pawn_JobTracker.cs:105)
  1308. Verse.Pawn:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:485)
  1309. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126)
  1310. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1311. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1312. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1313. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
  1314.  
  1315. Exception ticking Poncho: System.NullReferenceException: Object reference not set to an instance of an object
  1316. at Verse.AI.RegionCostCalculator.Init (CellRect destination, System.Collections.Generic.HashSet`1 destRegions, TraverseParms parms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea) [0x000b2] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculator.cs:107
  1317. at Verse.AI.RegionCostCalculatorWrapper.Init (IntVec3 start, CellRect end, TraverseParms traverseParms, Int32 moveTicksCardinal, Int32 moveTicksDiagonal, Verse.ByteGrid avoidGrid, Verse.Area allowedArea, System.Collections.Generic.List`1 disallowedCorners) [0x0014a] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\RegionCostCalculatorWrapper.cs:96
  1318. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, TraverseParms traverseParms, PathEndMode peMode) [0x00333] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:198
  1319. at Verse.AI.PathFinder.FindPath (IntVec3 start, LocalTargetInfo dest, Verse.Pawn pawn, PathEndMode peMode) [0x00025] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\PathFinder.cs:103
  1320. at Verse.AI.Pawn_PathFollower.GenerateNewPath () [0x00011] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:630
  1321. at Verse.AI.Pawn_PathFollower.TrySetNewPath () [0x00000] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:583
  1322. at Verse.AI.Pawn_PathFollower.TryEnterNextPathCell () [0x00215] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:487
  1323. at Verse.AI.Pawn_PathFollower.PatherTick () [0x001ed] in C:\Dev\RimWorld\Assets\Scripts\Verse\AI\Pathing\Pawn_PathFollower.cs:255
  1324. at Verse.Pawn.Tick () [0x0004e] in C:\Dev\RimWorld\Assets\Scripts\Verse\Pawn\Pawn.cs:470
  1325. at Verse.TickList.Tick () [0x0018f] in C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:126
  1326. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  1327. Verse.TickList:Tick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickList.cs:137)
  1328. Verse.TickManager:DoSingleTick() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:276)
  1329. Verse.TickManager:TickManagerUpdate() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Ticking\TickManager.cs:243)
  1330. Verse.Game:UpdatePlay() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Game\Game.cs:481)
  1331. Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:73)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement