Crash: Unknown node: default:stone_with_messe
sbrl opened this issue · 3 comments
sbrl commented
I've just updated to Minetest v5.2.0, and other_worlds
is now causing a crash:
2020-04-21 15:58:03: ACTION[Main]: Server: Shutting down
2020-04-21 15:58:03: ERROR[Main]: ModError: Failed to load and run script from /srv/minetest-server/worldmods/other_worlds/init.lua:
2020-04-21 15:58:03: ERROR[Main]: Unknown node: default:stone_with_messe
2020-04-21 15:58:03: ERROR[Main]: stack traceback:
2020-04-21 15:58:03: ERROR[Main]: [C]: in function 'get_content_id'
2020-04-21 15:58:03: ERROR[Main]: ...netest-server/worldmods/other_worlds/space_asteroids.lua:20: in main chunk
2020-04-21 15:58:03: ERROR[Main]: [C]: in function 'dofile'
2020-04-21 15:58:03: ERROR[Main]: /srv/minetest-server/worldmods/other_worlds/init.lua:12: in main chunk
SmallJoker commented
Please apply the following PR to fix it: #3
sbrl commented
Awesome, thanks @SmallJoker! Is there any chance of that PR being merged into master at all?
SmallJoker commented
@sbrl Ezhh took a while off from Minetest. Until they're back, please apply the patch from the PR above manually.