minetest-mods/i3

Game gives me this error message when i try to load a world

MRHirsch20 opened this issue · 5 comments

After I installed this mod i get the following error message:
2022-01-02 12:31:56: ERROR[Main]: ModError: Failed to load and run script from /home/dominic/.minetest/mods/i3/init.lua:
2022-01-02 12:31:56: ERROR[Main]: /home/dominic/.minetest/mods/i3/init.lua:72: assertion failed!
2022-01-02 12:31:56: ERROR[Main]: stack traceback:
2022-01-02 12:31:56: ERROR[Main]: [C]: in function 'lf'
2022-01-02 12:31:56: ERROR[Main]: /home/dominic/.minetest/mods/i3/init.lua:72: in main chunk

  • Mod version? Release or git?
  • Engine version?
  • LuaJIT enabled?
  • Operating system?
  • Did you try to disable other mods except i3?

Mod version: 1.5.3 from ContentDB
Engine Version: Irrlicht Engine 1.8.5
LuaJit is installed
OS: Fedora 35
Yes i disabled every mod except i3

What happen if you comment-out line 72 of init.lua?

thanks that worked ;)