Hi, I can't get the game to launch at all, here is the stacktrace:
WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: default:lamp
WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: weather:lightsning
VERBOSE[Main]: Loading and running script from /home/hebought/Games/minetest/bin/../games/xaenvironment/mods/fire/init.lua
ERROR[Main]: ModError: Failed to load and run script from /home/Games/minetest/bin/../games/xaenvironment/mods/fire/init.lua:
ERROR[Main]: ...me/hebought/Games/minetest/bin/../games/xaenvironment/mods/fire/init.lua:57: '=' expected near 'continue'
ERROR[Main]: Check debug.txt for details.
INFO[Main]: Audio: Deinitializing...
INFO[Main]: Audio: Deinitialized.
ACTION[Main]: Server: Shutting down
Ok, I'm glad you're still working to fix things, as I would really like to try this game out. Will let you know if the next release fixes things, cause it's still giving errors even from source.
Goto was added in Lua 5.2, Minetest only supports Lua 5.1. It just happens that LuaJit supports Gotos. This means that using a PUC Lua build of Minetest won't work, but LuaJIT will
Hi, I can't get the game to launch at all, here is the stacktrace:
I hope it helps! Cheers
thanks for reporting, but its a wierd error, if it is still messing you can download the last update from the source page: https://github.com/AiTechEye/xaenvironment
im in middle of a developing, and will not upload packages before its stable enough :)
Ok, I'm glad you're still working to fix things, as I would really like to try this game out. Will let you know if the next release fixes things, cause it's still giving errors even from source.
i am using mt 5.4 too and doesn't gives errors, so there is nothing i can do right now. mt 5.4 is in developing state and are probability the problem.
try another mt 5.4 or 5.3
Goto was added in Lua 5.2, Minetest only supports Lua 5.1. It just happens that LuaJit supports Gotos. This means that using a PUC Lua build of Minetest won't work, but LuaJIT will