minetest-mods / craftguide

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

Crash on minetest 0.4.17.1: attempt to call field get_translator #81

Closed cweiske closed 5 years ago

cweiske commented 5 years ago

Trying to start a world with craftguide 0.4.17 on minetest 0.4.17.1 fails:

ERROR[Main]: ModError: Failed to load and run script from /home/cweiske/.minetest/mods/craftguide-0.4.17/init.lua:
ERROR[Main]: /home/cweiske/.minetest/mods/craftguide-0.4.17/init.lua:24: attempt to call field 'get_translator' (a nil value)
ERROR[Main]: stack traceback:
ERROR[Main]:       /home/cweiske/.minetest/mods/craftguide-0.4.17/init.lua:24: in main chunk
ERROR[Main]: Siehe debug.txt für Details.

minetest was installed from the Debian package repository (0.4.17.1+repack-1).

Probably because translations are only available since 0.5.

kilbith commented 5 years ago

This has been fixed normally. Please pull and retry.

MoonLS commented 4 years ago

Hi!

Same issue here on fresh install mintest version 0.4.16

2020-05-23 18:16:45: [Main]: Automatically selecting world at [/home/aurore/.minetest/worlds/test] 2020-05-23 18:16:53: WARNING[Main]: NodeDefManager: Ignoring CONTENT_IGNORE redefinition 2020-05-23 18:16:53: ERROR[Main]: ModError: Failed to load and run script from /home/aurore/.minetest/mods/craftguide-master/init.lua: 2020-05-23 18:16:53: ERROR[Main]: /home/aurore/.minetest/mods/craftguide-master/init.lua:46: attempt to call field 'get_translator' (a nil value) 2020-05-23 18:16:53: ERROR[Main]: stack traceback: 2020-05-23 18:16:53: ERROR[Main]: /home/aurore/.minetest/mods/craftguide-master/init.lua:46: in main chunk 2020-05-23 18:16:53: ERROR[Main]: Voir debug.txt pour plus d'informations.