Open TEbinger opened 3 years ago
if you are using the latest version, i suggest you to change those lines in mover.lua: lines 331 and 368: if minetest.is_protected(pos,player:get_player_name()) then return end to if minetest.is_protected(pos,player:get_player_name()) then return 0 end
Thank You, I will try if that helps fixing the bug.
encountered this issue too and tried that aforementioned fix, server hasn't crashed since then. observing but I think it worked.
We had several server crash on Minetesbildungsnetzwerk Server, Log Entry: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: allow_metadata_inventory_put should return a number, guilty node: basic_machines:mover
What can we do to avoid this?