Page 1 of 1
Debugging mode?
Posted: Sun Oct 30, 2011 4:29 pm
by spiralrazor
Ive entered the cheat = true into the CFG file in the appropriate spot, and the game shows reboot option on start up, however pressing Cntl-L from inside the game gives me an error code and doesnt access the LUA prompt.
Any ideas?
much obliged~
Re: Debugging mode?
Posted: Sun Oct 30, 2011 4:34 pm
by yufra
Can you post the actual Lua error? Thanks.
Re: Debugging mode?
Posted: Sat Nov 05, 2011 4:02 am
by spiralrazor
LUA error:engine/dialog.lua:172:bad argument
any ideas? Happens on left control + L
Re: Debugging mode?
Posted: Tue Nov 08, 2011 9:12 pm
by yufra
spiralrazor wrote:LUA error:engine/dialog.lua:172:bad argument
any ideas? Happens on left control + L
Can you post the entire stacktrace and confirm that you are using an unmodified version of ToME b34? The specific line that you mentioned isn't terribly informative:
Code: Select all
self.display_x = math.floor(x or (game.w - self.w) / 2)