Pawn tried to de-register out of bounds at (-1000, -1000, -1000)

Started by Gibson8088, February 03, 2015, 12:46:57 AM

Previous topic - Next topic

Gibson8088

Been playing RimWorld with the Epyk pack mods just fine until I started a new colony recently.  Now, every time there's a random Refugee Poddrop I get the following error in my log per tick:

Fish tried to de-register out of bounds at (-1000, -1000, -1000). Destroying.

(Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

Exception ticking DropPod456570: System.IndexOutOfRangeException: Array index is out of range.

  at Verse.RegionGrid.GetValidRegionAt (IntVec3 c) [0x00000] in <filename unknown>:0

  at Verse.Thing.DeSpawn () [0x00000] in <filename unknown>:0

  at Verse.ThingWithComponents.DeSpawn () [0x00000] in <filename unknown>:0

  at Verse.Pawn.DeSpawn () [0x00000] in <filename unknown>:0

  at Verse.Thing.Destroy (DestroyMode mode) [0x00000] in <filename unknown>:0

  at Verse.ThingWithComponents.Destroy (DestroyMode mode) [0x00000] in <filename unknown>:0

  at Verse.Pawn.Destroy (DestroyMode mode) [0x00000] in <filename unknown>:0

  at Verse.ThingGrid.Deregister (Verse.Thing t) [0x00000] in <filename unknown>:0

  at Verse.Thing.set_Position (IntVec3 value) [0x00000] in <filename unknown>:0

  at Verse.GenSpawn.Spawn (Verse.Thing newThing, IntVec3 loc, IntRot rot) [0x00000] in <filename unknown>:0

  at Verse.GenSpawn.Spawn (Verse.Thing newThing, IntVec3 loc) [0x00000] in <filename unknown>:0

  at Verse.GenPlace.TryPlaceDirect (Verse.Thing thing, IntVec3 loc, Verse.Thing& resultingThing) [0x00000] in <filename unknown>:0

  at Verse.GenPlace.TryPlaceThing (Verse.Thing thing, IntVec3 center, ThingPlaceMode mode, Verse.Thing& lastResultingThing) [0x00000] in <filename unknown>:0

  at Verse.GenPlace.TryPlaceThing (Verse.Thing thing, IntVec3 center, ThingPlaceMode mode) [0x00000] in <filename unknown>:0

  at RimWorld.DropPod.PodOpen () [0x00000] in <filename unknown>:0

  at RimWorld.DropPod.Tick () [0x00000] in <filename unknown>:0

  at Verse.TickList.SingleTick () [0x00000] in <filename unknown>:0

(Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)

Exception ticking Fish: System.IndexOutOfRangeException: Array index is out of range.

  at Verse.TerrainGrid.TerrainAt (IntVec3 c) [0x00000] in <filename unknown>:0

  at RimWorld.PawnFootprintMaker.TryPlaceFootprint () [0x00000] in <filename unknown>:0

  at RimWorld.PawnFootprintMaker.FootprintMakerTick () [0x00000] in <filename unknown>:0

  at Verse.Pawn_DrawTracker.DrawTrackerTick () [0x00000] in <filename unknown>:0

  at Verse.Pawn.Tick () [0x00000] in <filename unknown>:0

  at Verse.TickList.SingleTick () [0x00000] in <filename unknown>:0


Attached is a copy of my world file, but unfortunately I cannot attach a save as it's too large.  If it's allowed and will help I can post the text contents of a save, for me, will always generate the error upon a random or forced Refugee Poddrop event.

Any help that can be provided is greatly appreciated.

[attachment deleted due to age]

skullywag

Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Gibson8088

I would, if I suspected it was a mod causing the problem. But so far this world file is the only one I've had problems with, and it's the second or third world file I've used with my currently installed mods.

Not to mention I've done as much digging into the logs and debugging as I could and found no evidence it's a problem caused by a mod. Now, if someone is willing to help me troubleshoot and points out something I've missed that results in this problem being caused by a mod then I will happily move this post.

skullywag

Can you dev tool the event some more and see if it is everytime. Also best get your woirld file uploaded itll be very to use in troubleshooting, also what size world is it?
Skullywag modded to death.
I'd never met an iterator I liked....until Zhentar saved me.
Why Unity5, WHY do you forsake me?

Gibson8088

The rww file is attached to the first post, world size is 200 x 150 and the errors I get happen every time the event triggers; random or devtool triggers.