you're right - it is other error that was NOT occuring previously after putting this on top of rc.lua I get the same error as on the beginning:
W: awesome: luaA_dofunction:108: error while running function stack traceback: /home/wdanilo/.config/awesome/quake.lua:47: in function 'display' /home/wdanilo/.config/awesome/quake.lua:155: in function </home/wdanilo/.config/awesome/quake.lua:153> error: /home/wdanilo/.config/awesome/quake.lua:47: attempt to call a nil value 2012/7/29 Vincent Bernat <[email protected]> > ❦ 29 juillet 2012 18:56 CEST, wojtek danilo <[email protected] > > : > > > thats strange. I still have the same error (see below). > > Which version of awesome do you use? If it is never than mine we can > close > > this topic as solved because it seems that something in api may change > and > > I will wait for newer version in my repo :( > > > > W: awesome: luaA_dofunction:108: error while running function > > stack traceback: > > /home/wdanilo/.config/awesome/rc.lua:44: in function > > </home/wdanilo/.config/awesome/rc.lua:39> > > [C]: in function '(for generator)' > > /home/wdanilo/.config/awesome/quake.lua:47: in function 'display' > > /home/wdanilo/.config/awesome/quake.lua:155: in function > > </home/wdanilo/.config/awesome/quake.lua:153> > > error: /home/wdanilo/.config/awesome/rc.lua:44: attempt to index global > > 'naughty' (a nil value) > > W: awesome: luaA_dofunction:108: error while running function > > stack traceback: > > /home/wdanilo/.config/awesome/quake.lua:47: in function 'display' > > /home/wdanilo/.config/awesome/quake.lua:155: in function > > </home/wdanilo/.config/awesome/quake.lua:153> > > error: /home/wdanilo/.config/awesome/quake.lua:47: attempt to call a nil > > value > > I don't remember that you mentioned this error. Could you just add on > top of your rc.lua : > > #v+ > require("naughty") > #v- > > You will still get an error but maybe it will get more easy to > understand. Maybe the error line 47 is not about a nil value but is > something else and this is masked by the previous error. > -- > panic("huh?\n"); > 2.2.16 /usr/src/linux/arch/i386/kernel/smp.c >
