Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minetest v5.1.0: Attempt to unregister non-existent element - 'underground' #4

Open
redblade7 opened this issue Oct 18, 2019 · 0 comments

Comments

@redblade7
Copy link

redblade7 commented Oct 18, 2019

After upgrading to v5.1.0, I can't start minetestserver anymore on a server with FaceDeer's fork of caverealms and its dependencies as I crash with this error:

2019-10-18 18:51:31: ERROR[Main]: ModError: Failed to load and run script from (REMOVED)/bin/../games/minetest_game/mods/caverealms/init.lua:
2019-10-18 18:51:31: ERROR[Main]: (REMOVED)/bin/../games/minetest_game/mods/subterrane/legacy.lua:496: Attempt to unregister non-existent element - 'underground'
2019-10-18 18:51:31: ERROR[Main]: stack traceback:
2019-10-18 18:51:31: ERROR[Main]: [C]: in function 'error'
2019-10-18 18:51:31: ERROR[Main]: (REMOVED)/bin/../builtin/game/register.lua:532: in function 'unregister_biome'
2019-10-18 18:51:31: ERROR[Main]: (REMOVED)/bin/../games/minetest_game/mods/subterrane/legacy.lua:496: in function 'override_biome'
2019-10-18 18:51:31: ERROR[Main]: ...ames/minetest_game/mods/caverealms/caverealms_biomes.lua:527: in main chunk
2019-10-18 18:51:31: ERROR[Main]: [C]: in function 'dofile'
2019-10-18 18:51:31: ERROR[Main]: (REMOVED)/bin/../games/minetest_game/mods/caverealms/init.lua:17: in main chunk

I was able to get minetestserver to start by commenting out subterrane:override_biome() (lines 527 through 533) in caverealms_biomes.lua. I flew through the map on noclip and full range mode and I didn't have any crashes or notice any odd behavior. But please let me know if I'm wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant