LUA error every logon

I am getting the following error every time I log into any of my characters:

Message: Interface/AddOns/SUI/Modules/Skins/Blizzard/_Lfg.lua:12: attempt to index global ‘PVEFrame’ (a nil value)
Time: Mon Jul 29 22:36:06 2024
Count: 1
Stack: Interface/AddOns/SUI/Modules/Skins/Blizzard/_Lfg.lua:12: attempt to index global ‘PVEFrame’ (a nil value)
[string “@Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua”]:523: in function EnableAddon' [string "@Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua"]:536: in function EnableAddon’
[string “@Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua”]:626: in function <…/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: self =

{
DisableAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:551
EnableAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:516
EmbedLibrary = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:182
InitializeAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:493
IterateAddonStatus = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:593
EmbedLibraries = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:164
initializequeue =
{
}
statuses =
{
}
GetAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:149
NewAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:101
IterateModulesOfAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:598
IterateEmbedsOnAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:597
embeds =
{
}
IterateAddons = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:583
frame = AceAddon30Frame {
}
addons =
{
}
enablequeue =
{
}
}
addon =
{
SetDefaultModuleLibraries = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:363
Enable = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:290
NewModule = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:231
EnableModule = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:328
modules =
{
}
GetModule = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:206
IterateEmbeds = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:438
IsModule = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:213
defaultModuleLibraries =
{
}
SetEnabledState = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:420
enabledState = true
baseName = “SUI”
OnEnable = defined @Interface/AddOns/SUI/Modules/Skins/Blizzard/_Lfg.lua:3
moduleName = “Skins.LFG”
GetName = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:275
defaultModuleState = true
Disable = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:310
IterateModules = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:433
name = “SUI_Skins.LFG”
SetDefaultModulePrototype = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:405
IsEnabled = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:447
orderedModules =
{
}
SetDefaultModuleState = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:383
DisableModule = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:346
}
type = defined =[C]:-1
AceAddon =
{
DisableAddon = defined @Interface/AddOns/Decursive/Libs/AceAddon-3.0/AceAddon-3.0.lua:551
EnableAddon = <funct

Sounds like a corrupted UI try a full reset

2 Likes

Are these errors taking place in Retail? Test Realm? The War Within Beta? If they’re taking place in The War Within Beta then it’s just something you’ll have to let run its course. If I recall correctly you could try /Configure consoleerrors 0 to have them stop popping up. The errors will still occur of course but at least you won’t get a pop up for them so that should make your gameplay go more smoothly.

1 Like

That error is caused by an addon. Addons are allowed by Blizzard, but unsupported.

It looks like there may be two issues here. One with SUI and one with Decursive. You will need to contact the addon developers to see if they can help you.

7 Likes

I’d just disable those two add-ons until the authors catch up.

3 Likes

id still go thru with the UI reset if its causing problems mite have corrupted it,

1 Like

Do not just blindly check “load outdated addons” unless you want to have these issues. 11.0 introduced SIGNIFICANT UI/API changes, and not all addons have been updated yet. Most addons will need rather significant changes depending on what they do.

I wouldn’t load outdated addons at all unless you want to help the addon developers test things. Obviously issues have to be reported to the addon developers, Blizzard has nothing to do with it.

A lot of the bigger addons have their own discord. I’ve been assisting with reporting/duplicating issues with Altoholic (even got my name in the changelog for fixing a bug myself). Altoholic is still having some minor issues after the 11.0 update, even though the majority of the issues (and the log-in Lua errors) have been fixed. So just because an addon says it’s good for 11.0, does not mean there aren’t still issues. I would expect it to take about a month before most addons work smoothly again.

6 Likes

This seems like the best advice. Sucks that it’s two addons I actually care about. I’m playing SoD, BTW…sorry I forgot to mention that.

In that case I would check with the developers of those addons (or just the community) and see if anyone has any suggestions. I don’t use those two, and I only play current retail (which just had a massive update that completely broke most addons). Ultimately addons are allowed but not seen by Blizzard as something required to play the game, so the only support comes from the addon developers and the community.

You can also check the UI and macro forum and see if anyone there has any ideas. https://us.forums.blizzard.com/en/wow/c/guides/ui-macro/35

3 Likes