Page 1 of 1

[2.0.47] Stack overflow changing bot battery size through Robot_Battery_Research2 mod

Posted: Tue May 20, 2025 4:32 pm
by LordDeathshead
Hab auf einen bereits modifizierten Spielstand die mod: https://mods.factorio.com/mod/Robot_Battery_Research2 draufgeladen und die forschung für die batteriegrößen gestartet, nach 5 minuten laufzeit erster absturz.

Bei mod deinstallieren und gespeicherten spielstand laden - crash innerhalb von ca 1 min.

prinzipiell funktioniert die mod, im ingamewiki erscheinen die modifizierten werte

soweit erkennbar dauerhafter absturz sobald spielstand geladen

I loaded the mod: https://mods.factorio.com/mod/Robot_Battery_Research2 onto an already modified save game and started researching battery sizes. After 5 minutes of running, the first crash occurred. When uninstalling the mod and loading the saved game, it crashed within about 1 minute. The mod works in principle; the modified values ​​appear in the in-game wiki, but as far as I can tell, it crashes permanently as soon as the save game is loaded.

Re: [2.0.47] Stack overflow changing bot battery size through Robot_Battery_Research2 mod

Posted: Tue May 20, 2025 4:50 pm
by Loewchen
Make sure to follow the forum language rule for any posts in the future.

Re: [2.0.47] Stack overflow changing bot battery size through Robot_Battery_Research2 mod

Posted: Tue May 20, 2025 5:13 pm
by Rseding91
The crash is due to one of the mods you're using. Specifically: one of the mods is listening for the "script_created_entity" event and in that event is creating another entity which also raises "script_created_entity" it keeps going and going creating more entities which raise more events and eventually stack overflows and crashes.

This is something the mod(s) have to fix on their end since there is no solution to it except "don't do that".