Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. JobDriver threw exception in initAction for pawn Paulo driver=JobDriver_DoBill (toilIndex=13) driver.job=(DoBill (Job_2544810) A=Thing_TableMachining115891 B=Thing_UnfinishedAmmo307605 C=(146, 0, 54)) lastJobGiver=RimWorld.JobGiver_Work
  2. System.NullReferenceException: Object reference not set to an instance of an object
  3. at Verse.GenRecipe.PostProcessProduct (Verse.Thing product, Verse.RecipeDef recipeDef, Verse.Pawn worker) [0x00000] in <filename unknown>:0
  4. at Verse.GenRecipe+<MakeRecipeProducts>c__Iterator0.MoveNext () [0x00000] in <filename unknown>:0
  5. at System.Collections.Generic.List`1[Verse.Thing].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0
  6. at System.Collections.Generic.List`1[Verse.Thing]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0
  7. at System.Linq.Enumerable.ToList[Thing] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
  8. at Verse.AI.Toils_Recipe+<FinishRecipeAndStartStoringProduct>c__AnonStorey2.<>m__0 () [0x00000] in <filename unknown>:0
  9. at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00000] in <filename unknown>:0
  10. Verse.Log:Error(String, Boolean)
  11. Verse.AI.JobUtility:TryStartErrorRecoverJob(Pawn, String, Exception, JobDriver)
  12. Verse.AI.JobDriver:TryActuallyStartNextToil()
  13. Verse.AI.JobDriver:ReadyForNextToil()
  14. Verse.AI.<DoRecipeWork>c__AnonStorey1:<>m__1()
  15. Verse.AI.JobDriver:DriverTick()
  16. Verse.AI.Pawn_JobTracker:JobTrackerTick()
  17. Verse.Pawn:Tick()
  18. Verse.TickList:Tick()
  19. Verse.TickManager:DoSingleTick()
  20. Verse.TickManager:TickManagerUpdate()
  21. Verse.Game:UpdatePlay()
  22. Verse.Root_Play:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement