Guest User

Untitled

a guest
Nov 19th, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. Root level exception in Update(): System.NullReferenceException: Object reference not set to an instance of an object
  2. at RimWorld.StoreUtility.GetSlotGroup (Verse.IntVec3 c, Verse.Map map) [0x00000] in <1ea541f48818430abd724fc665f76dc4>:0
  3. at VarietyMattersStockpile.Patch_StoreUtility.DupLimitReached (RimWorld.SlotGroup slotGroup, Verse.IntVec3 c, Verse.Map map, Verse.Thing t, System.Int32 dupLimit, System.Int32 sizeLimit) [0x00177] in <c0356632248845999020764060a9b01b>:0
  4. at VarietyMattersStockpile.Patch_StoreUtility.Postfix (System.Boolean __result, Verse.IntVec3 c, Verse.Map map, Verse.Thing thing) [0x000a2] in <c0356632248845999020764060a9b01b>:0
  5. at (wrapper dynamic-method) RimWorld.StoreUtility.RimWorld.StoreUtility.NoStorageBlockersIn_Patch1(Verse.IntVec3,Verse.Map,Verse.Thing)
  6. at (wrapper dynamic-method) RimWorld.StoreUtility.RimWorld.StoreUtility.IsGoodStoreCell_Patch1(Verse.IntVec3,Verse.Map,Verse.Thing,Verse.Pawn,RimWorld.Faction)
  7. at (wrapper dynamic-method) RimWorld.StoreUtility.RimWorld.StoreUtility.TryFindBestBetterStoreCellForWorker_Patch1(Verse.Thing,Verse.Pawn,Verse.Map,RimWorld.Faction,RimWorld.SlotGroup,bool,Verse.IntVec3&,single&,RimWorld.StoragePriority&)
  8. at (wrapper dynamic-method) RimWorld.StoreUtility.RimWorld.StoreUtility.TryFindBestBetterStoreCellFor_Patch1(Verse.Thing,Verse.Pawn,Verse.Map,RimWorld.StoragePriority,RimWorld.Faction,Verse.IntVec3&,bool)
  9. at RimWorld.StoreUtility.TryFindBestBetterStorageFor (Verse.Thing t, Verse.Pawn carrier, Verse.Map map, RimWorld.StoragePriority currentPriority, RimWorld.Faction faction, Verse.IntVec3& foundCell, RimWorld.IHaulDestination& haulDestination, System.Boolean needAccurateResult) [0x00008] in <1ea541f48818430abd724fc665f76dc4>:0
  10. at RimWorld.StoreUtility.IsInValidBestStorage (Verse.Thing t) [0x0002d] in <1ea541f48818430abd724fc665f76dc4>:0
  11. at RimWorld.ListerHaulables.ShouldBeHaulable (Verse.Thing t) [0x0004d] in <1ea541f48818430abd724fc665f76dc4>:0
  12. at RimWorld.ListerHaulables.Check (Verse.Thing t) [0x00000] in <1ea541f48818430abd724fc665f76dc4>:0
  13. at RimWorld.ListerHaulables.RecalcAllInCell (Verse.IntVec3 c) [0x00019] in <1ea541f48818430abd724fc665f76dc4>:0
  14. at RimWorld.ListerHaulables.ListerHaulablesTick () [0x000ea] in <1ea541f48818430abd724fc665f76dc4>:0
  15. at Verse.Map.MapPreTick () [0x0000b] in <1ea541f48818430abd724fc665f76dc4>:0
  16. at (wrapper dynamic-method) Verse.TickManager.Verse.TickManager.DoSingleTick_Patch3(Verse.TickManager)
  17. at Verse.TickManager.TickManagerUpdate () [0x0006f] in <1ea541f48818430abd724fc665f76dc4>:0
  18. at (wrapper dynamic-method) Verse.Game.Verse.Game.UpdatePlay_Patch2(Verse.Game)
  19. at Verse.Root_Play.Update () [0x00032] in <1ea541f48818430abd724fc665f76dc4>:0
  20. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  21. Verse.Log:Error (string)
  22. Verse.Root_Play:Update ()
  23.  
Advertisement
Add Comment
Please, Sign In to add comment