"Turn on display of LUA errors..."

I see other threads similar to what I’m about to say: it’s recommending I use this option to figure out why I’m getting so many LUA errors… but no such option seems to exist.

I mean… what part of “IGNORE” does the game not understand???

I should hit ignore ONE TIME, and it should IGNORE all such warnings after that.

Any suggestions?

edit for posterity: tl;dr:

After losing my mind during raid tonight, a guildie recommended a combo of addons:

BugSack and BugGrabber

You have to use both for it to work. One reviews the errors, the other displays them.

Once I installed both of those addons, and turned the options on to display the errors, it was nothing to simply read which addons were causing problems.

VERY easy to use. HIGHLY recommend. :slight_smile:

/run if GetCVar(“ScriptErrors”)==“1” then SetCVar(“ScriptErrors”,“0”);print(“Show LUA Errors: Off”);else SetCVar(“ScriptErrors”,“1”);print(“Show LUA Errors: On”);end

Run it once to turn off LUA errors, run it again to turn them back on

Not sure what that’s supposed to do … but I just tried it and it doesn’t (seem) to do anything.

Try /console scriptErrors 0

The first was from an old post when googling “wow turn off lua errors”

Nope. Still getting the message. ;(

That does not appear to do anything anymore. I tried it a few times today and the error message just kept popping up.

You could uninstall the addon until they catch up then reinstall it.

After losing my mind during raid tonight, a guildie recommended a combo of addons:

BugSack and BugGrabber

You have to use both for it to work. One reviews the errors, the other displays them.

Once I installed both of those addons, and turned the options on to display the errors, it was nothing to simply read which addons were causing problems.

VERY easy to use. HIGHLY recommend. :slight_smile:

1 Like

Seconded bugsac and bug grabber. Game changer.

1 Like