minetest-mods / trash_can

A mod that adds trash cans to minetest.
MIT License
7 stars 10 forks source link

crash #11

Open rusty-snake opened 4 years ago

rusty-snake commented 4 years ago
ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'default' in callback luaentity_Step(): /app/share/minetest/builtin/game/item_entity.lua:198: Collision info missing, this is caused by an out-of-date/buggy mod or game
ERROR[Main]: stack traceback:
ERROR[Main]:    [C]: in function 'assert'
ERROR[Main]:    /app/share/minetest/builtin/game/item_entity.lua:198: in function 'on_step'
ERROR[Main]:    ...inetest/games/minetest_game/mods/default/item_entity.lua:43: in function 'old_on_step'
ERROR[Main]:    /home/user/.minetest/mods/trash_can/init.lua:256: in function </home/user/.minetest/mods/trash_can/init.lua:235

NOTE: This is not always reproducible.

See also: https://github.com/minetest-mods/wielded_light/commit/7d78f96c2b6895df29454829ff5d0be50bc9ae8c

Panquesito7 commented 3 years ago

I'm also having this same issue.

mk-pmb commented 3 years ago

Having the same issue in an underwater cave.

jolesh commented 1 year ago

Solved in PR 14?

Emojigit commented 4 months ago

Because #19 rewrites the logic, this problem may be solved in that PR. Please help test that code.