Zaurox 0 Report post Posted June 5, 2017 Hey I use an addon called modui and whenever I log in I get a lua error : Error: attempt to index local `bu' (a nil value). What does this mean? Please help 0 Share this post Link to post Share on other sites
jcochran 1 Report post Posted June 5, 2017 It means exactly what it says. But in laymans terms, the author of that addon declares a local array named 'bu' and then attempts to find a value stored within that array.... before he actually stored any values. 0 Share this post Link to post Share on other sites
TheDruidCode 28 Report post Posted June 5, 2017 If I remember correctly there was a question about this very error a few weeks ago. Don't know if it was solved or not. Try searching for it. Or report an issue on the github. Haven't seen modernist around for ages. 0 Share this post Link to post Share on other sites