i use archlinux manjaro daniella minetest 0.4.14
whit my wip mod i have ever problem with this string:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
sound = default_node_sound_wood_default --(or with any sound default
)
idem with LIGHT_MAX i can't add sound at node or use light_max
restituite ever error : example
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
attempt to call field 'node_sound_glass_defaults' (a nil value)
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
-------------
Separator
-------------
2016-09-16 17:02:02: WARNING[Main]: Irrlicht: Warning: The library version of the Irrlicht Engine (1.8.4) does not match the version the application was compiled with (1.8.3). This may cause problems.
2016-09-16 17:02:04: ERROR[Main]: mod "hazmat_suit" has unsatisfied dependencies: "technic"
2016-09-16 17:02:04: ERROR[Main]: mod "technic_armor" has unsatisfied dependencies: "technic_worldgen"
2016-09-16 17:02:04: WARNING[Main]: NodeDefManager: Ignoring CONTENT_IGNORE redefinition
2016-09-16 17:02:04: ERROR[Main]: get_biome_list: failed to get biome 'savanna_swamp'
2016-09-16 17:02:04: ERROR[Main]: register_decoration: couldn't get all biomes
2016-09-16 17:02:04: WARNING[Main]: Assignment to undeclared global "err" inside a function at /home/ulla/.minetest/mods/admin_tools/init.lua:139.
2016-09-16 17:02:04: WARNING[Main]: Assignment to undeclared global "tables" inside a function at /home/ulla/.minetest/mods/admin_tools/init.lua:139.
2016-09-16 17:02:04: WARNING[Main]: Field "maxwear" is deprecated; replace with uses=1/maxwear
2016-09-16 17:02:04: WARNING[Main]: Field "maxwear" is deprecated; replace with uses=1/maxwear
2016-09-16 17:02:04: WARNING[Main]: Field "maxwear" is deprecated; replace with uses=1/maxwear
2016-09-16 17:02:04: WARNING[Main]: Field "tile_images": Deprecated; new name is "tiles".
2016-09-16 17:02:04: ERROR[Main]: ModError: Failed to load and run script from /usr/share/minetest/games/minetest/mods/xpanes/init.lua:
2016-09-16 17:02:04: ERROR[Main]: ...r/share/minetest/games/minetest/mods/xpanes/init.lua:163: attempt to call field 'node_sound_glass_defaults' (a nil value)
2016-09-16 17:02:04: ERROR[Main]: stack traceback:
2016-09-16 17:02:04: ERROR[Main]: ...r/share/minetest/games/minetest/mods/xpanes/init.lua:163: in main chunk
2016-09-16 17:02:04: ERROR[Main]: Check debug.txt for details.