mt-mods / pipeworks

Pipeworks is a mod for Minetest allowing the crafting and usage of pipes and tubes
Other
14 stars 17 forks source link

crash in MCL when deployer contains food items #91

Closed nonfreegithub closed 9 months ago

nonfreegithub commented 9 months ago

steps to reproduce:

server crashs

ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod '' in callback environment_Step(): ...t/bin/../games/MineClone2/mods/PLAYER/mcl_hunger/api.lua:18: attempt to call method 'get_meta' (a nil value)
ERROR[Main]: stack traceback:
ERROR[Main]:    ...t/bin/../games/MineClone2/mods/PLAYER/mcl_hunger/api.lua:18: in function 'get_hunger'
ERROR[Main]:    ...in/../games/MineClone2/mods/PLAYER/mcl_hunger/hunger.lua:41: in function 'on_place'
ERROR[Main]:    .../minetest/bin/../mods/pipeworks/wielder.lua:439: in function 'act'
ERROR[Main]:    .../minetest/bin/../mods/pipeworks/wielder.lua:126: in function 'wielder_on'
ERROR[Main]:    .../minetest/bin/../mods/pipeworks/wielder.lua:162: in function 'action_on'
ERROR[Main]:    ...mes/MineClone2/mods/ITEMS/REDSTONE/mesecons/internal.lua:203: in function <...mes/MineClone2/mods/ITEMS/REDSTONE/mesecons/internal.lua:196>
ERROR[Main]:    .../MineClone2/mods/ITEMS/REDSTONE/mesecons/actionqueue.lua:97: in function 'execute'
ERROR[Main]:    .../MineClone2/mods/ITEMS/REDSTONE/mesecons/actionqueue.lua:86: in function <.../MineClone2/mods/ITEMS/REDSTONE/mesecons/actionqueue.lua:63>
ERROR[Main]:    .../minetest/bin/../builtin/common/register.lua:26: in function <.../minetest/bin/../builtin/common/register.lua:12>
S-S-X commented 9 months ago

Looking at the stack trace sounds like issue with MCL hunger, it should check if player is actually online and is real player.

OgelGames commented 9 months ago

Yep, there's only a useless is_player() check: (which returns true for fake players too) https://git.minetest.land/MineClone2/MineClone2/src/branch/master/mods/PLAYER/mcl_hunger/hunger.lua#L5-L7

nonfreegithub commented 9 months ago

MCL issue

https://git.minetest.land/MineClone2/MineClone2/issues/3976

wsor4035 commented 9 months ago

cc @corarona