the Sim Settlements forums!

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Question Game Crashing simsettlements:scrapcleaner.PrepGarbage()

Negev

New Member
Messages
1
I have problems with the mod, I have crashed the game in the settlement like Sanctuary or AbernathyFarm, papyrus.log gives an error.

[08/24/2019 - 04:49:29AM] error: (00064437): cannot be moved.
stack:
[ (00064437)].ObjectReference.SetPosition() - "<native>" Line ?
[kgSIM_ScrapCleaner (0B01CED8)].simsettlements:scrapcleaner.PrepGarbage() - "C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\User\SimSettlements\ScrapCleaner.psc" Line 179
[08/24/2019 - 04:49:29AM] [SimSettlements:AddOnScript <kgMP_Building_plans (9A000829)>] adding city plans.
[08/24/2019 - 04:49:29AM] [SimSettlements:AddOnScript <vfxSM_SuperMutantsFaction__AddonQuest (4C000FA5)>] adding city plans.
[08/24/2019 - 04:49:29AM] [SimSettlements:AddOnScript <D63MM_Addon_Minutemen ( 4C00081B )>] adding city plans.
[08/24/2019 - 04:49:29AM] error: (00064490): cannot be moved.
stack:
[ (00064490)].ObjectReference.SetPosition() - "<native>" Line ?
[kgSIM_ScrapCleaner (0B01CED8)].simsettlements:scrapcleaner.PrepGarbage() - "C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\User\SimSettlements\ScrapCleaner.psc" Line 179
[08/24/2019 - 04:49:30AM] Count of suspended stacks is over our warning threshold, dumping stacks:
[08/24/2019 - 04:49:30AM] VM is freezing...
[08/24/2019 - 04:49:30AM] VM is frozen
[08/24/2019 - 04:49:30AM] Dumping stack 164565:
[08/24/2019 - 04:49:30AM] Frame count: 0 (Page count: 0)
[08/24/2019 - 04:49:30AM] State: Waiting on other stack for call (Freeze state: Freezing)
[08/24/2019 - 04:49:30AM] Type: Normal
 
Papyrus logs rarely tell you anything about a crash - they are just telling you what the scripting engine was doing.

Having suspended stacks is definitely not good though. You should load your save into Fallrim Tools and look at the ActiveScripts section. If the number there is higher than 20, you'll want to load into the game, go into an interior cell, such as the cellar in Sanctuary, and just leave your character idling for 15 minutes. Then save, and check your save in Fallrim again to make sure the number is going down.

If the number isn't going down, then you likely have a mod causing an infinite loop in its scripts. You can look at the ActiveScripts to find out which mods are hitting you the hardest and find out what's going on.

SS tends to do its scripting in bursts, for example, the first time you arrive at a settlement, or when starting a City Plan - so if you've done a lot of fast traveling between settlements, it might have stacked up a lot of activity.
 
Top