Advertisement
Guest User

Untitled

a guest
Jan 30th, 2019
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. [KV] Hand 'n' Footwear - 1.0
  2. Make Power Gloves Errors
  3. 30 January 2019
  4.  
  5. (1) Error on beginning work order
  6.  
  7. MakeThing error: Tried to make UnfinishedArmor from ComponentIndustrial which is not a stuff. Assigning default.
  8. Verse.Log:Error(String, Boolean)
  9. Verse.ThingMaker:MakeThing(ThingDef, ThingDef)
  10. Verse.AI.<MakeUnfinishedThingIfNeeded>c__AnonStorey0:<>m__0()
  11. Verse.AI.JobDriver:TryActuallyStartNextToil()
  12. Verse.AI.JobDriver:ReadyForNextToil()
  13. Verse.AI.JobDriver:Notify_PatherArrived()
  14. Verse.AI.Pawn_PathFollower:PatherArrived()
  15. Verse.AI.Pawn_PathFollower:StartPath(LocalTargetInfo, PathEndMode)
  16. Verse.AI.<GotoThing>c__AnonStorey0:<>m__0()
  17. Verse.AI.JobDriver:TryActuallyStartNextToil()
  18. Verse.AI.JobDriver:ReadyForNextToil()
  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:Notify_PatherArrived()
  26. Verse.AI.Pawn_PathFollower:PatherArrived()
  27. Verse.AI.Pawn_PathFollower:TryEnterNextPathCell()
  28. Verse.AI.Pawn_PathFollower:PatherTick()
  29. Verse.Pawn:Tick_Patch1(Object)
  30. Verse.TickList:Tick()
  31. Verse.TickManager:DoSingleTick()
  32. Verse.TickManager:TickManagerUpdate()
  33. Verse.Game:UpdatePlay()
  34. Verse.Root_Play:Update()
  35.  
  36.  
  37.  
  38. (2) Error randomly(?) while making gloves, causes gloves to disappear
  39.  
  40. JobDriver threw exception in initAction for pawn Xandy driver=JobDriver_DoBill (toilIndex=13) driver.job=(DoBill (Job_4520869) A=Thing_FabricationBench807895 B=Thing_UnfinishedArmor1123222 C=(134, 0, 200)) lastJobGiver=RimWorld.JobGiver_Work
  41. System.InvalidOperationException: Operation is not valid due to the current state of the object
  42. at System.Linq.Enumerable.First[Thing] (IEnumerable`1 source, System.Func`2 predicate, Fallback fallback) [0x00000] in <filename unknown>:0
  43. at System.Linq.Enumerable.First[Thing] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in <filename unknown>:0
  44. at Verse.AI.Toils_Recipe.CalculateDominantIngredient (Verse.AI.Job job, System.Collections.Generic.List`1 ingredients) [0x00000] in <filename unknown>:0
  45. at Verse.AI.Toils_Recipe+<FinishRecipeAndStartStoringProduct>c__AnonStorey2.<>m__0 () [0x00000] in <filename unknown>:0
  46. at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00000] in <filename unknown>:0
  47. Verse.Log:Error(String, Boolean)
  48. Verse.AI.JobUtility:TryStartErrorRecoverJob(Pawn, String, Exception, JobDriver)
  49. Verse.AI.JobDriver:TryActuallyStartNextToil()
  50. Verse.AI.JobDriver:ReadyForNextToil()
  51. Verse.AI.<DoRecipeWork>c__AnonStorey1:<>m__1()
  52. Verse.AI.JobDriver:DriverTick_Patch1(Object)
  53. Verse.AI.Pawn_JobTracker:JobTrackerTick()
  54. Verse.Pawn:Tick_Patch1(Object)
  55. Verse.TickList:Tick()
  56. Verse.TickManager:DoSingleTick()
  57. Verse.TickManager:TickManagerUpdate()
  58. Verse.Game:UpdatePlay()
  59. Verse.Root_Play:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement