Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Hauler Bot (Tier 1) threw exception in WorkGiver HaulGeneral: System.NullReferenceException: Object reference not set to an instance of an object
  2. at Verse.Thing.CanStackWith (Verse.Thing other) [0x00000] in <filename unknown>:0
  3. at Verse.ThingWithComps.CanStackWith (Verse.Thing other) [0x00000] in <filename unknown>:0
  4. at RimWorld.MinifiedThing.CanStackWith (Verse.Thing other) [0x00000] in <filename unknown>:0
  5. at RimWorld.StoreUtility.NoStorageBlockersIn (IntVec3 c, Verse.Map map, Verse.Thing thing) [0x00000] in <filename unknown>:0
  6. at RimWorld.StoreUtility.IsGoodStoreCell (IntVec3 c, Verse.Map map, Verse.Thing t, Verse.Pawn carrier, RimWorld.Faction faction) [0x00000] in <filename unknown>:0
  7. at Verse.AI.HaulAIUtility.HaulMaxNumToCellJob (Verse.Pawn p, Verse.Thing t, IntVec3 storeCell, Boolean fitInStoreCell) [0x00000] in <filename unknown>:0
  8. at Verse.AI.HaulAIUtility.HaulToStorageJob (Verse.Pawn p, Verse.Thing t) [0x00000] in <filename unknown>:0
  9. at RimWorld.WorkGiver_HaulGeneral.JobOnThing (Verse.Pawn pawn, Verse.Thing t, Boolean forced) [0x00000] in <filename unknown>:0
  10. at RimWorld.WorkGiver_Scanner.HasJobOnThing (Verse.Pawn pawn, Verse.Thing t, Boolean forced) [0x00000] in <filename unknown>:0
  11. at AIRobot.X2_JobGiver_Work+<>c__DisplayClass1_1.<TryGiveJob>b__0 (Verse.Thing t) [0x00000] in <filename unknown>:0
  12. at Verse.GenClosest+<ClosestThingReachable>c__AnonStorey5FB.<>m__BFD (Verse.Thing t) [0x00000] in <filename unknown>:0
  13. at Verse.GenClosest.ClosestThing_Global (IntVec3 center, IEnumerable searchSet, Single maxDistance, System.Predicate`1 validator) [0x00000] in <filename unknown>:0
  14. at Verse.GenClosest.ClosestThingReachable (IntVec3 root, Verse.Map map, ThingRequest thingReq, PathEndMode peMode, TraverseParms traverseParams, Single maxDistance, System.Predicate`1 validator, IEnumerable`1 customGlobalSearchSet, Int32 searchRegionsMin, Int32 searchRegionsMax, Boolean forceGlobalSearch, RegionType traversableRegionTypes, Boolean ignoreEntirelyForbiddenRegions) [0x00000] in <filename unknown>:0
  15. at AIRobot.X2_JobGiver_Work.TryGiveJob (Verse.Pawn pawn) [0x00000] in <filename unknown>:0
  16. Verse.Log:Error(String)
  17. AIRobot.X2_JobGiver_Work:TryGiveJob(Pawn)
  18. Verse.AI.ThinkNode_JobGiver:TryIssueJobPackage(Pawn, JobIssueParams)
  19. Verse.AI.ThinkNode_PrioritySorter:TryIssueJobPackage(Pawn, JobIssueParams)
  20. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)
  21. RimWorld.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams)
  22. Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)
  23. Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&)
  24. Verse.AI.Pawn_JobTracker:TryFindAndStartJob()
  25. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean)
  26. Verse.AI.Pawn_JobTracker:JobTrackerTick()
  27. Verse.Pawn:Tick()
  28. AIRobot.X2_AIRobot:Tick()
  29. Verse.TickList:Tick()
  30. Verse.TickManager:DoSingleTick()
  31. Verse.TickManager:TickManagerUpdate()
  32. Verse.Game:UpdatePlay()
  33. Verse.Root_Play:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement