minetest-mods / craftguide

:book: The most comprehensive Crafting Guide on Minetest
Other
43 stars 20 forks source link

Attempt to index local 'meta' (a nil value) #110

Closed limitedAtonement closed 4 years ago

limitedAtonement commented 4 years ago
terminate called after throwing an instance of 'LuaError'
  what():  Runtime error from mod 'craftguide' in callback on_shutdown(): /root/.minetest/mods/craftguide/init.lua:2010: attempt to index local 'meta' (a nil value)
stack traceback:
        /root/.minetest/mods/craftguide/init.lua:2010: in function 'save_meta'
        /root/.minetest/mods/craftguide/init.lua:2022: in function '?'
        /usr/share/minetest/builtin/game/register.lua:429: in function </usr/share/minetest/builtin/game/register.lua:413>

I'm not sure what causes this to happen; it seems to happen randomly.

kilbith commented 4 years ago

You must update the mod.

limitedAtonement commented 4 years ago

Thank you for the quick response! I had this problem a week or so ago and realized I should update. At that time I updated to tag 1.13 (103624b) which appears to be the most recent release. To which commit should I update?

kilbith commented 4 years ago

Latest.

limitedAtonement commented 4 years ago

Okay, I'll use 7ef62f4 and come back if I have more problems. Thank you!