Hi
I get the this error when I try to load a scenario in the editor:
Error while running event crafting_combinator::on_configuration_changed
crafting_combinator/migrations/0.15.0.lua:10: attempt to index local 'change' (a nil value)
stack traceback:
crafting_combinator/migrations/0.15.0.lua:10: in function '_apply'
crafting_combinator/script/bootstrap.lua:38: in function 'apply'
crafting_combinator/script/bootstrap.lua:52: in function 'late_migrations'
crafting_combinator/control.lua:52: in function <crafting_combinator/control.lua:51>
This is reproducible for me with no other mods in the following way:
- create a new scenario without crafting combinator installed and save that scenario
- install crafting combinator
- open the saved scenario in the editor
It doesn't happen with scenarios that have been created while crafting combinator is activated. It does however mean that I can not load any maps that have been created without it installed.