Been playing Level up with the Dimension Warp mod and I keep having a reoccuring error everytime I warp planets
Error while running event levelup::on_nth_tick(6)
levelup/control.lua:18: attempt to index field '?' (a nil value)
stack traceback:
levelup/control.lua:18: in function 'refresh_chunks'
levelup/control.lua:49: in function 'get_buildings'
levelup/control.lua:75: in function <levelup/control.lua:73>
Asked that mod creator if it was something on his end and he said no, this was his response
"unfortunately, it's something on the level up mod side.
It looks like it uses surfaces index (instead of looping over surfaces themselves) but not expecting non contiguous indexes (as surfaces in dimension warp are created/deleted as we warp), resulting in checking non existing surfaces."
Dunno if this is something you are able to fix or not, but would be greatly appreciated!