minetest-mods / moreblocks

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

server crashed #63

Open ghost opened 7 years ago

ghost commented 7 years ago

: ACTION[Server]: facedir: 0 2016-12-25 09:07:17: ERROR[Main]: ServerError: Lua: Runtime error from mod 'moreblocks' in callback nodemeta_inventory_AllowPut(): ...me/ubuntu/.minetest/mods/moreblocks/circular_saw.lua:237: attempt to perform arithmetic on local 'cost' (a nil value) 2016-12-25 09:07:17: ERROR[Main]: stack traceback: 2016-12-25 09:07:17: ERROR[Main]: ...me/ubuntu/.minetest/mods/moreblocks/circular_saw.lua:237: in function <...me/ubuntu/.minetest/mods/moreblocks/circular_saw.lua:213>

VanessaE commented 7 years ago

Is this still a problem? This normally happens if you have more items in the circular_saw.names table than you have entries in the circular_saw.cost_in_microblocks table preceding it.

kaeza commented 7 years ago

Steps to reproduce would be nice.

VanessaE commented 7 years ago

No response from the author since forever, suggest closing.

kaeza commented 7 years ago

since forever

It was just a bit over 3 months ago, so it may still be valid.

kingtard commented on 25 Dec 2016

VanessaE commented 7 years ago

That's "since forever" in github terms :wink:

codexp commented 6 years ago

^^

fluxionary commented 2 years ago

if https://github.com/minetest-mods/moreblocks/pull/191 gets accepted, this should be closed, as whatever was crashing then will be entirely re-written