Advertisement
Guest User

Untitled

a guest
May 29th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Exception ticking WolfTimber749737: System.NullReferenceException: Object reference not set to an instance of an object
  2. at GiddyUpCore.Jobs.JobDriver_Mounted.tryAttackEnemy () <0x00128>
  3. at GiddyUpCore.Jobs.JobDriver_Mounted.<delegateMovement>b__9_0 () <0x0015c>
  4. at (wrapper dynamic-method) Verse.AI.JobDriver.DriverTick_Patch1 (object) <0x00369>
  5. at Verse.AI.Pawn_JobTracker.JobTrackerTick () <0x00305>
  6. at Verse.Pawn.Tick () <0x001bc>
  7. at Verse.TickList.Tick () <0x003b8>
  8.  
  9. Verse.Log:Error(String)
  10. Verse.TickList:Tick()
  11. Verse.TickManager:DoSingleTick()
  12. Verse.TickManager:TickManagerUpdate()
  13. Verse.Game:UpdatePlay()
  14. Verse.Root_Play:Update()
  15.  
  16. Tried to do PickupIngestible toil with job.maxNumToCarry = -1
  17. Verse.Log:Error(String)
  18. RimWorld.<PickupIngestible>c__AnonStorey1:<>m__0()
  19. Verse.AI.JobDriver:TryActuallyStartNextToil()
  20. Verse.AI.JobDriver:ReadyForNextToil()
  21. Verse.AI.JobDriver:Notify_PatherArrived()
  22. Verse.AI.Pawn_PathFollower:PatherArrived()
  23. Verse.AI.Pawn_PathFollower:TryEnterNextPathCell()
  24. Verse.AI.Pawn_PathFollower:PatherTick()
  25. Verse.Pawn:Tick()
  26. Verse.TickList:Tick()
  27. Verse.TickManager:DoSingleTick()
  28. Verse.TickManager:TickManagerUpdate()
  29. Verse.Game:UpdatePlay()
  30. Verse.Root_Play:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement