cornernote / minetest-deploy_nodes

Provides craftable nodes that when placed turn into shapes or structures.
http://cornernote.github.io/minetest-deploy_nodes/
Other
4 stars 3 forks source link

Crashing with mod #5

Open Ygarr opened 2 years ago

Ygarr commented 2 years ago

}

2021-11-11 10:23:15: [Main]: [playereffects] last_effect_id = 0
2021-11-11 10:23:15: ACTION[Main]: [MOD]deploy_nodes -- loaded from .../minetest-5.4.1/bin/../mods/minetest-deploy_nodes-1.0.0/deploy_nodes
2021-11-11 10:23:15: WARNING[Main]: Undeclared global variable "arrows" accessed at .../mods/minetest-deploy_nodes-1.0.0/deploy_spiral/init.lua:165
2021-11-11 10:23:15: ERROR[Main]: ModError: Failed to load and run script from .../minetest-5.4.1/bin/../mods/minetest-deploy_nodes-1.0.0/deploy_spiral/init.lua:
2021-11-11 10:23:15: ERROR[Main]: .../mods/minetest-deploy_nodes-1.0.0/deploy_spiral/init.lua:165: bad argument #1 to 'insert' (table expected, got nil)
2021-11-11 10:23:15: ERROR[Main]: stack traceback:
2021-11-11 10:23:15: ERROR[Main]:   [C]: in function 'insert'
2021-11-11 10:23:15: ERROR[Main]:   .../mods/minetest-deploy_nodes-1.0.0/deploy_spiral/init.lua:165: in function 'register'
2021-11-11 10:23:15: ERROR[Main]:   .../mods/minetest-deploy_nodes-1.0.0/deploy_spiral/init.lua:246: in main chunk
2021-11-11 10:23:15: ERROR[Main]: Check debug.txt for details.
2021-11-11 10:23:15: ACTION[Main]: Server: Shutting down
mowgli commented 1 year ago

The arrow code uses internals from the throwing mod that are long incompatible.

Needs a full rewrite of the arrow code.