Runtime error from mod 'default', item_entity.lua, in function 'on_step': Collision info missing, this is caused by an out-of-date/buggy mod or game #19
Shortly after starting a new world the game crashed with the following error:
AsyncErr: ServerThread::run Lua: Runtime error from mod 'default' in callback luaentity_Step():
...ogram Files\Minetest\bin\..\builtin\game\item_entity.lua:198: Collision info missing, this is caused by an out-of-date/buggy mod or game
stack traceback:
[C]: in function 'assert'
...ogram Files\Minetest\bin\..\builtin\game\item_entity.lua:198: in function 'on_step'
...est\bin\..\games\WaterWorld\mods\default/item_entity.lua:43: in function <...est\bin\..\games\WaterWorld\mods\default/item_entity.lua:42>
After getting this error, I was no longer able to play the game / world. Every time I start the game, it loads everything, but as soon as it switches over to the main view, there is at most two seconds before it crashes again with that same error.
Environment
Minetest 5.3.0 - portable, 64-bit
Windows 10 (Home Edition; version 1909 / 18363.1256)
I believe I have a simple fix for this that I will submit a PR for in a moment.
Shortly after starting a new world the game crashed with the following error:
After getting this error, I was no longer able to play the game / world. Every time I start the game, it loads everything, but as soon as it switches over to the main view, there is at most two seconds before it crashes again with that same error.
Environment
I believe I have a simple fix for this that I will submit a PR for in a moment.