ERROR: ModError: Failed to load and run /mod_directory/init.
[Somehow I cannot edit the subject anymore, the error goes like "ERROR: ModError: Failed to load and run ~/.minetest/mods/mod/init.lua".]
Hi,
every mod I install fails with the error above when I try to load a server world, but I don't think it's a naming problem because I used the names in the brackets and Minetests recognizes the mods.
I am on Fedora and I use Minetest 4.9.
Examples are the animals, technic and pipeworks mods, which seem to work for everybody else.
This is the Lua Error I get(debug.txt is several thousand lines long, please tell me if I should look out for something specific).
Can anyone tell me how to fix this?
Hi,
every mod I install fails with the error above when I try to load a server world, but I don't think it's a naming problem because I used the names in the brackets and Minetests recognizes the mods.
I am on Fedora and I use Minetest 4.9.
Examples are the animals, technic and pipeworks mods, which seem to work for everybody else.
This is the Lua Error I get(debug.txt is several thousand lines long, please tell me if I should look out for something specific).
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
23:41:45: ERROR[main]: ========== ERROR FROM LUA ===========
23:41:45: ERROR[main]: Failed to load and run script from
23:41:45: ERROR[main]: /home/glados/.minetest/mods/pipeworks/init.lua:
23:41:45: ERROR[main]: /home/glados/.minetest/mods/pipeworks/compat.lua:4: attempt to call field 'override_item' (a nil value)
23:41:45: ERROR[main]: stack traceback:
23:41:45: ERROR[main]: /home/glados/.minetest/mods/pipeworks/compat.lua:4: in main chunk
23:41:45: ERROR[main]: [C]: in function 'dofile'
23:41:45: ERROR[main]: /home/glados/.minetest/mods/pipeworks/init.lua:124: in main chunk
23:41:45: ERROR[main]: ======= END OF ERROR FROM LUA ========
Can anyone tell me how to fix this?