I've noticed that (in ToME 2.3.5) hitting escape in the Geomancy spell menu produces a Lua error on 64-bit Linux. The error indicates that the game attempted to index a nil variable in the function get_affect() in lib/core/s_aux.lua. It's not fatal, but it is quite unsightly.
What's weird is that the 32-bit Linux version is perfectly okay.
(2.3.9-ah also doesn't have this issue.)
Anyone know why an error like this might occur only in 64-bit mode?
What's weird is that the 32-bit Linux version is perfectly okay.
(2.3.9-ah also doesn't have this issue.)
Anyone know why an error like this might occur only in 64-bit mode?
Comment