Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Error while generating pawn. Rethrowing. Exception: System.NullReferenceException: Object reference not set to an instance of an object
  2. at RimWorld.PawnWeaponGenerator/<TryGenerateWeaponFor>c__AnonStorey2.<>m__0 (string) <0x0002f>
  3. at System.Collections.Generic.List`1<string>.GetIndex (int,int,System.Predicate`1<string>) <0x00050>
  4. at System.Collections.Generic.List`1<string>.FindIndex (System.Predicate`1<string>) <0x00066>
  5. at Verse.GenCollection.Any<string> (System.Collections.Generic.List`1<string>,System.Predicate`1<string>) <0x0005f>
  6. at (wrapper dynamic-method) RimWorld.PawnWeaponGenerator.TryGenerateWeaponFor_Patch3 (Verse.Pawn) <0x002c1>
  7. at (wrapper dynamic-method) Verse.PawnGenerator.GenerateGearFor_Patch3 (Verse.Pawn,Verse.PawnGenerationRequest) <0x0008a>
  8. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x00c98>
  9. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
  10. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e2>
  11. at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000ca>
  12.  
  13. Verse.Log:Error(String, Boolean)
  14. Verse.PawnGenerator:GeneratePawn_Patch2(PawnGenerationRequest)
  15. Verse.PawnGenerator:GeneratePawn_Patch0(PawnKindDef, Faction)
  16. O21VehicleFramework.CompVehicleSpawner:Notify_Assembled(Pawn)
  17. O21VehicleFramework.JobDriver_AssembleVehicle:<MakeNewToils>b__12_2()
  18. Verse.AI.JobDriver:DriverTick_Patch1(Object)
  19. Verse.AI.Pawn_JobTracker:JobTrackerTick()
  20. Verse.Pawn:Tick_Patch2(Object)
  21. Verse.TickList:Tick()
  22. Verse.TickManager:DoSingleTick()
  23. Verse.TickManager:TickManagerUpdate()
  24. Verse.Game:UpdatePlay()
  25. Verse.Root_Play:Update_Patch1(Object)
  26.  
  27.  
  28.  
  29. Exception in JobDriver tick for pawn Venom driver=JobDriver_AssembleVehicle (toilIndex=2) driver.job=(CompVehicle_Assemble (Job_47799) A=Thing_Vehicle_APCParts114858) lastJobGiver=Verse.AI.ThinkNode_QueuedJob
  30. System.NullReferenceException: Object reference not set to an instance of an object
  31. at RimWorld.PawnWeaponGenerator/<TryGenerateWeaponFor>c__AnonStorey2.<>m__0 (string) <0x0002f>
  32. at System.Collections.Generic.List`1<string>.GetIndex (int,int,System.Predicate`1<string>) <0x00050>
  33. at System.Collections.Generic.List`1<string>.FindIndex (System.Predicate`1<string>) <0x00066>
  34. at Verse.GenCollection.Any<string> (System.Collections.Generic.List`1<string>,System.Predicate`1<string>) <0x0005f>
  35. at (wrapper dynamic-method) RimWorld.PawnWeaponGenerator.TryGenerateWeaponFor_Patch3 (Verse.Pawn) <0x002c1>
  36. at (wrapper dynamic-method) Verse.PawnGenerator.GenerateGearFor_Patch3 (Verse.Pawn,Verse.PawnGenerationRequest) <0x0008a>
  37. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x00c98>
  38. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
  39. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e2>
  40. at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000ca>
  41.  
  42. Verse.Log:Error(String, Boolean)
  43. Verse.AI.JobUtility:TryStartErrorRecoverJob(Pawn, String, Exception, JobDriver)
  44. Verse.AI.JobDriver:DriverTick_Patch1(Object)
  45. Verse.AI.Pawn_JobTracker:JobTrackerTick()
  46. Verse.Pawn:Tick_Patch2(Object)
  47. Verse.TickList:Tick()
  48. Verse.TickManager:DoSingleTick()
  49. Verse.TickManager:TickManagerUpdate()
  50. Verse.Game:UpdatePlay()
  51. Verse.Root_Play:Update_Patch1(Object)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement