Edit: Sorry, this is a false alarm. I was using the Git version (which does not include the compatibility.lua file) when I thought I had downloaded from ContentDB. So disregard the following report.
Original message:
Mod version: 1.0
vector.origin is not defined in official Minetest. So this mod causes the server to crash when beds are used:
2021-07-21 12:23:43: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod '??' in callback item_OnPlace(): C:\Games\Minetest\bin\..\builtin\common\vector.lua:16: attempt to index local 'b' (a nil value)
2021-07-21 12:23:43: ERROR[Main]: stack traceback:
2021-07-21 12:23:43: ERROR[Main]: C:\Games\Minetest\bin\..\builtin\common\vector.lua:16: in function 'equals'
2021-07-21 12:23:43: ERROR[Main]: C:\Games\Minetest\bin\..\mods\beds\init.lua:489: in function 'on_rightclick'
2021-07-21 12:23:43: ERROR[Main]: C:\Games\Minetest\bin\..\builtin\game\item.lua:426: in function <C:\Games\Minetest\bin\..\builtin\game\item.lua:419>
Edit: Sorry, this is a false alarm. I was using the Git version (which does not include the
compatibility.lua
file) when I thought I had downloaded from ContentDB. So disregard the following report.Original message:
Mod version: 1.0
vector.origin
is not defined in official Minetest. So this mod causes the server to crash when beds are used:The problem is in line 489 of init.lua.