XenEmpireAdmin / AnimalCollabProject

Variable Skins for Rimworld Animals -assembly by Thirite, reworked for A17 by Xen
7 stars 4 forks source link

Massive amount of NullReferenceExceptions #1

Open tobi1449 opened 7 years ago

tobi1449 commented 7 years ago

A combination of the tags "CompProperties_Spawner" and the "StandardAnimal" tradegroup cause a massive amount of NullReferenceExceptions (see here).

System.NullReferenceException: Object reference not set to an instance of an object at Verse.GridsUtility.Fogged (IntVec3 c, Verse.Map map) [0x00000] in :0 at RimWorld.CompSpawner.CompTick () [0x00000] in :0 at Verse.ThingWithComps.Tick () [0x00000] in :0 at Verse.Pawn.Tick () [0x00000] in :0 at RimWorld.TradeShip.PassingShipTick () [0x00000] in :0 at RimWorld.PassingShipManager.PassingShipManagerTick () [0x00000] in :0 at Verse.Map.MapPostTick () [0x00000] in :0

cucumpear commented 7 years ago

Oh dear, the silkspider wasn't even supposed to be in that release, since it doesn't have proper textures yet. Really not sure why the spawner should cause issues, since I've never encountered them. I'll poke around and see what I can find.