Gerold55 / laptop

Introducing the MineTest Laptop Mod
Other
26 stars 14 forks source link

Kodiak 1000 crashes server on minetest 5.5-dev #142

Closed sparky4 closed 2 years ago

sparky4 commented 2 years ago
AsyncErr: Lua: Runtime error from mod 'laptop' in callback item_OnPlace(): /home/sparky4/.minetest/mods/laptop/hardware_fw.lua:119: bad argument #1 to 'pairs' (table expected, got nil)
stack traceback:
    [C]: in function 'pairs'
    /home/sparky4/.minetest/mods/laptop/hardware_fw.lua:119: in function 'after_place_node'
    /usr/local/share/minetest/builtin/game/item.lua:414: in function </usr/local/share/minetest/builtin/game/item.lua:293>

the server crashes after placing down a Kodiak 1000 with a floppy disk inside of it. or even just used.. it is a very glicthy computer

just placing down a used Kodiak 1000 causes it all to crash

bell07 commented 2 years ago

Got it. Compatibility code was triggered because Kodiak 1000 is without hard-drive, was on but without running ramdisk...

sparky4 commented 2 years ago

thanks!