Wyrmgus
Wyrmgus copied to clipboard
[string "../Wyrmsun-3.5.1/scripts/stratagus.lua"]:50: attempt to index a nil value (global 'table')
With Wyrmgus 3.5.1 and Wyrmsun 3.5.1, from the directory where Wyrmgus was built, it refuses to run the game, failing with this error message:
[mario@irina wyrmgus]$ ./stratagus -d ../Wyrmsun-3.5.1
[string "../Wyrmsun-3.5.1/scripts/stratagus.lua"]:50: attempt to index a nil value (global 'table')
It looks like you are using another version of Lua to compile Wyrmgus; the required one is 5.1.
A similar issue was logged for Stratagus: https://github.com/Wargus/stratagus/issues/239
Note that the fixes to run with Lua 5.3 as well as 5.1 are now in Stratagus