after changing the stack size i get an error:
The mod Space Exploration (0.6.82) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event space-exploration::on_configuration_changed
space-exploration/scripts/essential.lua:7: A mod has changed the rocket fuel stack size above 10.
stack traceback:
[C]: in function 'error'
space-exploration/scripts/essential.lua:7: in function 'detect_breaking_prototypes'
space-exploration/control.lua:1991: in function 'callback'
space-exploration/scripts/event.lua:15: in function 'sequence'
space-exploration/scripts/event.lua:49: in function 'trigger'
space-exploration/scripts/event.lua:55: in function <space-exploration/scripts/event.lua:55>
The error is also in place on the background, presumably the animations playing in the background are scripted in game events and not video and it triggers SE's checks
on starting a new game the error is similar with the only difference seeming to be the event that triggered the error:
The mod Space Exploration (0.6.82) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event space-exploration::on_init()
space-exploration/scripts/essential.lua:7: A mod has changed the rocket fuel stack size above 10.
stack traceback:
[C]: in function 'error'
space-exploration/scripts/essential.lua:7: in function 'detect_breaking_prototypes'
space-exploration/control.lua:2116: in function 'callback'
space-exploration/scripts/event.lua:15: in function 'sequence'
space-exploration/scripts/event.lua:49: in function 'trigger'
space-exploration/scripts/event.lua:53: in function <space-exploration/scripts/event.lua:53>