RimWorld

RimWorld

[JDS] Simple Storage
ROZNE GRY 26 Jan, 2023 @ 1:02pm
I've got this error
Exception spawning loaded thing JDSLarge_locker1120948: System.NullReferenceException: Object reference not set to an instance of an object
at Verse.Thing.get_Smeltable () [0x0002a] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at RimWorld.SpecialThingFilterWorker_Smeltable.Matches (Verse.Thing t) [0x00010] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at Verse.ThingFilter.Allows (Verse.Thing t) [0x000a1] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at RimWorld.StorageSettings.AllowedToAccept (Verse.Thing t) [0x00000] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at RimWorld.SlotGroup.RemoveHaulDesignationOnStoredThings () [0x00029] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at RimWorld.ListerHaulables.Notify_SlotGroupChanged (RimWorld.SlotGroup sg) [0x0000a] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at RimWorld.HaulDestinationManager.AddHaulDestination (RimWorld.IHaulDestination haulDestination) [0x000bd] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.SpawnSetup_Patch6(Verse.Thing,Verse.Map,bool)
at (wrapper dynamic-method) Verse.ThingWithComps.Verse.ThingWithComps.SpawnSetup_Patch3(Verse.ThingWithComps,Verse.Map,bool)
at (wrapper dynamic-method) Verse.Building.Verse.Building.SpawnSetup_Patch2(Verse.Building,Verse.Map,bool)
at (wrapper dynamic-method) RimWorld.Building_Storage.RimWorld.Building_Storage.SpawnSetup_Patch2(RimWorld.Building_Storage,Verse.Map,bool)
at (wrapper dynamic-method) Verse.GenSpawn.Verse.GenSpawn.Spawn_Patch4(Verse.Thing,Verse.IntVec3,Verse.Map,Verse.Rot4,Verse.WipeMode,bool)
at Verse.GenSpawn.SpawnBuildingAsPossible (Verse.Building building, Verse.Map map, System.Boolean respawningAfterLoad) [0x000f9] in <617d4a4b3c1842ffb4eb3fd1337f915c>:0
at (wrapper dynamic-method) Verse.Map.Verse.Map.FinalizeLoading_Patch1(Verse.Map)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string)
(wrapper dynamic-method) Verse.Map:Verse.Map.FinalizeLoading_Patch1 (Verse.Map)
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch11 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch4 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
(wrapper dynamic-method) Verse.LongEventHandler:Verse.LongEventHandler.RunEventFromAnotherThread_Patch0 (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()