Guest User

Untitled

a guest
Mar 7th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. Exception ticking RedDragon38726 (at (124, 0, 149)): System.NullReferenceException: Object reference not set to an instance of an object
  2. at RimWorld.PawnUtility.PawnBlockingPathAt (Verse.IntVec3 c, Verse.Pawn forPawn, System.Boolean actAsIfHadCollideWithPawnsJob, System.Boolean collideOnlyWithStandingPawns, System.Boolean forPathFinder) [0x0003f] in <4e802577611b487897b01fd812711839>:0
  3. at RimWorld.PawnUtility.AnyPawnBlockingPathAt (Verse.IntVec3 c, Verse.Pawn forPawn, System.Boolean actAsIfHadCollideWithPawnsJob, System.Boolean collideOnlyWithStandingPawns, System.Boolean forPathFinder) [0x00000] in <4e802577611b487897b01fd812711839>:0
  4. at Verse.AI.Pawn_PathFollower.WillCollideWithPawnAt (Verse.IntVec3 c) [0x0000f] in <4e802577611b487897b01fd812711839>:0
  5. at Verse.AI.Pawn_PathFollower.PatherTick () [0x0000c] in <4e802577611b487897b01fd812711839>:0
  6. at (wrapper dynamic-method) Verse.Pawn.DMD<DMD<Tick_Patch1>?-1304838784::Tick_Patch1>(Verse.Pawn)
  7. at Verse.TickList.Tick () [0x0015c] in <4e802577611b487897b01fd812711839>:0
  8. Verse.Log:Error(String, Boolean)
  9. Verse.TickList:Tick()
  10. Verse.TickManager:DoSingleTick()
  11. Verse.TickManager:TickManagerUpdate()
  12. Verse.Game:UpdatePlay()
  13. Verse.Root_Play:DMD<DMD<Update_Patch1>?-1883351168::Update_Patch1>(Root_Play)
  14.  
  15. We get this error once we try to hit him.
  16.  
  17. Exception ticking Bullet_AssaultRifle38759: System.NullReferenceException: Object reference not set to an instance of an object
  18. at Verse.AI.Pawn_JobTracker.Notify_DamageTaken (Verse.DamageInfo dinfo) [0x00010] in <4e802577611b487897b01fd812711839>:0
  19. at (wrapper dynamic-method) Verse.Pawn_HealthTracker.DMD<DMD<PreApplyDamage_Patch2>?794752::PreApplyDamage_Patch2>(Verse.Pawn_HealthTracker,Verse.DamageInfo,bool&)
  20. at Verse.Pawn.PreApplyDamage (Verse.DamageInfo& dinfo, System.Boolean& absorbed) [0x0000d] in <4e802577611b487897b01fd812711839>:0
  21. at (wrapper dynamic-method) Verse.Thing.DMD<DMD<TakeDamage_Patch1>?309923456::TakeDamage_Patch1>(Verse.Thing,Verse.DamageInfo)
  22. at RimWorld.Bullet.Impact (Verse.Thing hitThing) [0x0009a] in <4e802577611b487897b01fd812711839>:0
  23. at Verse.Projectile.ImpactSomething () [0x0014f] in <4e802577611b487897b01fd812711839>:0
  24. at Verse.Projectile.Tick () [0x000ed] in <4e802577611b487897b01fd812711839>:0
  25. at Verse.TickList.Tick () [0x0015c] in <4e802577611b487897b01fd812711839>:0
  26. Verse.Log:Error(String, Boolean)
  27. Verse.TickList:Tick()
  28. Verse.TickManager:DoSingleTick()
  29. Verse.TickManager:TickManagerUpdate()
  30. Verse.Game:UpdatePlay()
  31. Verse.Root_Play:DMD<DMD<Update_Patch1>?-1883351168::Update_Patch1>(Root_Play)
Advertisement
Add Comment
Please, Sign In to add comment