random errors in multimple mods
now for some time after an upadte mods have been throwwing errors apparently from non existant functions which used to exist for example, loading a worldedit schematic throws this and crashes the server
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:50:39: ERROR[main]: ERROR: An unhandled exception occurred: ...test/mods/Minetest-WorldEdit/worldedit/serialization.lua:172: bad argument #2 to 'insert' (number expected, got nil)
23:50:39: ERROR[main]: stack traceback:
23:50:39: ERROR[main]: [C]: in function 'insert'
23:50:39: ERROR[main]: ...test/mods/Minetest-WorldEdit/worldedit/serialization.lua:172: in function 'load_schematic'
23:50:39: ERROR[main]: ...test/mods/Minetest-WorldEdit/worldedit/serialization.lua:219: in function 'deserialize'
23:50:39: ERROR[main]: ...test/mods/Minetest-WorldEdit/worldedit_commands/init.lua:978: in function 'func'
23:50:39: ERROR[main]: /usr/local/share/minetest/builtin/game/chatcommands.lua:40: in function </usr/local/share/minetest/builtin/game/chatcommands.lua:29>
23:50:39: ERROR[main]: /usr/local/share/minetest/builtin/game/register.lua:348: in function </usr/local/share/minetest/builtin/game/register.lua:336>