minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 65 forks source link

Server crashes by using Circular Saw #195

Open lortas opened 1 year ago

lortas commented 1 year ago

When trying to use the circular saw, the server crashes with this message:

ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'moreblocks' in callback nodemeta_inventory_OnTake(): InventoryList 'output' is currently in use and cannot be deleted or resized.
ERROR[Main]: stack traceback:
ERROR[Main]:       [C]: in function 'set_list'
ERROR[Main]:       /opt/minetest/bin/../mods/moreblocks/circular_saw.lua:201: in function 'update_inventory'
ERROR[Main]:       /opt/minetest/bin/../mods/moreblocks/circular_saw.lua:358: in function </opt/minetest/bin/../mods/moreblocks/circular_saw.lua:329>
Calinou commented 1 year ago

Which Minetest version are you using?

lortas commented 1 year ago
# /opt/minetest/bin/minetestserver --version
Minetest 5.8.0-dev-b35aa10-dirty (Linux)
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=1
USE_CURL=1
STATIC_SHAREDIR="."
SputnikRocket commented 1 year ago

I'm am also having the same exact issue. Same version of minetest. 5.8 dev.

fluxionary commented 1 year ago

see https://github.com/minetest/minetest/issues/13465

BuckarooBanzay commented 1 year ago

I have the same problem, the current engine issue is here: https://github.com/minetest/minetest/issues/13490