Advertisement
Guest User

Misc. MAI Joberror

a guest
Jul 27th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.92 KB | None | 0 0
  1. JobDriver threw exception in initAction. Pawn=Leo, Job=DoBill A=Thing_AIPawn326886, Exception: System.NullReferenceException: Object reference not set to an instance of an object
  2.   at RimWorld.Bill_Medical.Notify_DoBillStarted (Verse.Pawn billDoer) [0x00000] in <filename unknown>:0
  3.   at Verse.AI.Toils_Recipe+<DoRecipeWork>c__AnonStorey4A6.<>m__77B () [0x00000] in <filename unknown>:0
  4.   at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00000] in <filename unknown>:0  lastJobGiver=RimWorld.JobGiver_Work, curJob.def=DoBill, curDriver=Verse.AI.JobDriver_DoBill
  5. Verse.Log:Error(String)
  6. Verse.AI.Pawn_JobTracker:StartErrorRecoverJob(String)
  7. Verse.AI.JobDriver:TryActuallyStartNextToil()
  8. Verse.AI.JobDriver:ReadyForNextToil()
  9. Verse.AI.JobDriver:TryActuallyStartNextToil()
  10. Verse.AI.JobDriver:ReadyForNextToil()
  11. Verse.AI.JobDriver:Notify_PatherArrived()
  12. Verse.AI.Pawn_PathFollower:PatherArrived()
  13. Verse.AI.Pawn_PathFollower:StartPath(LocalTargetInfo, PathEndMode)
  14. Verse.AI.<GotoThing>c__AnonStorey4F2:<>m__7DA()
  15. Verse.AI.JobDriver:TryActuallyStartNextToil()
  16. Verse.AI.JobDriver:ReadyForNextToil()
  17. Verse.AI.JobDriver:JumpToToil(Toil)
  18. Verse.AI.<JumpIf>c__AnonStorey4EC:<>m__7D4()
  19. Verse.AI.JobDriver:TryActuallyStartNextToil()
  20. Verse.AI.JobDriver:ReadyForNextToil()
  21. Verse.AI.JobDriver:TryActuallyStartNextToil()
  22. Verse.AI.JobDriver:ReadyForNextToil()
  23. Verse.AI.JobDriver:TryActuallyStartNextToil()
  24. Verse.AI.JobDriver:ReadyForNextToil()
  25. Verse.AI.JobDriver:TryActuallyStartNextToil()
  26. Verse.AI.JobDriver:ReadyForNextToil()
  27. Verse.AI.Pawn_JobTracker:StartJob(Job, JobCondition, ThinkNode, Boolean, Boolean, ThinkTreeDef, Nullable`1)
  28. Verse.AI.Pawn_JobTracker:TryFindAndStartJob()
  29. Verse.AI.Pawn_JobTracker:EndCurrentJob(JobCondition, Boolean)
  30. Verse.AI.Pawn_JobTracker:JobTrackerTick()
  31. Verse.Pawn:Tick()
  32. Verse.TickList:Tick()
  33. Verse.TickManager:DoSingleTick()
  34. Verse.TickManager:TickManagerUpdate()
  35. Verse.Game:UpdatePlay()
  36. Verse.Root_Play:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement