[ModSDK] The world gets stuck in a loading loop when you change the input at the reactor.
Need More Information
If I change the fuel in the small reactor, for example from uranium ore to enriched uranium, the savegame no longer loads.
I've adjusted everything necessary, but it's stuck in an endless loading loop.
2025-12-13 19:50:43.908 - VRageWorker 2 -> Info: Error handled by Keen.VRage.Core.Game.Components.HierarchyComponentObjectBuilder+OnDataErrorPruneEntityAttribute. Original message: Inventory contains blacklisted item '8b4d767c-5970-4fda-9a5d-e7c78a8c1898 : Vanilla\Items\Ores\UraniumOre\UraniumOreItem_FloatingObjectItem.def'.
And yet, in none of the overrides for the small reactor does it specify that there's no uranium ore in the cache.
Even a complete override of the reactor produces the same result.
Only when I simply added uranium ore to the cache list in the override did it work again. Even though the modded reactor doesn't require uranium ore.
I have the same bug
Hello Tino Claassen,
Did the Save Game contained a Reactor with Uranium Ore in it's inventory? The error you provided would suggest just that. You should be able to simply whitelist Ores in this definition:
Then load the Save and remove Uranium Ore from the Reactor.
Let me know if this helps.
Kind Regards,
Bartosz
Keen Software House
Hello Tino Claassen,
Did the Save Game contained a Reactor with Uranium Ore in it's inventory? The error you provided would suggest just that. You should be able to simply whitelist Ores in this definition:
Then load the Save and remove Uranium Ore from the Reactor.
Let me know if this helps.
Kind Regards,
Bartosz
Keen Software House
Replies have been locked on this page!