tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
398 stars 136 forks source link

SoD Patch: Interface errors #1163

Closed Andromni closed 4 months ago

Andromni commented 4 months ago

Troubleshooting Steps

Patch day error with the UI. Not sure if this is part of the following issue: https://us.forums.blizzard.com/en/wow/t/wow-classic-era-maintenance-notes-february-6-2024/1781972

Wanted to get it on the radar in case.

Describe the expected behavior and what actually happened?

On login, many parts of the UI are missing or erroring out.

Reproducing the issue.

Log in with ElvUI active.

Lua Errors

Message: Interface/FrameXML/SecureGroupHeaders.lua:1050: attempt to index local 'auraData' (a nil value)
Time: Tue Feb  6 10:46:46 2024
Count: 1
Stack: Interface/FrameXML/SecureGroupHeaders.lua:1050: attempt to index local 'auraData' (a nil value)
[string "@Interface/FrameXML/SecureGroupHeaders.lua"]:1050: in function <Interface/FrameXML/SecureGroupHeaders.lua:961>
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/ElvUI/Core/Modules/Auras/Auras.lua"]:545: in function `CreateAuraHeader'
[string "@Interface/AddOns/ElvUI/Core/Modules/Auras/Auras.lua"]:578: in function <Interface/AddOns/ElvUI/Core/Modules/Auras/Auras.lua:550>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1833: in function `CallLoadFunc'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1848: in function `CallLoadedModule'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1874: in function `InitializeModules'
[string "@Interface/AddOns/ElvUI/Core/General/Core.lua"]:1984: in function `Initialize'
[string "@Interface/AddOns/ElvUI/Core/init.lua"]:284: in function <Interface/AddOns/ElvUI/Core/init.lua:283>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:66: in function <...UI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:523: in function `EnableAddon'
[string "@Interface/AddOns/ElvUI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua"]:626: in function <...UI_Libraries/Core/Ace3/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals: self = ElvUIPlayerBuffs {
 0 = <userdata>
 name = "ElvUIPlayerBuffs"
 enchants = <table> {
 }
 auraType = "buffs"
 filter = "HELPFUL"
 spells = <table> {
 }
 visibility = Frame {
 }
 enchantButtons = <table> {
 }
}
filter = "HELPFUL"
groupBy = nil
unit = "player"
includeWeapons = 1
consolidateTo = nil
consolidateDuration = nil
consolidateThreshold = nil
consolidateFraction = nil
sortDirection = "-"
separateOwn = 1
sortMethod = <function> defined @Interface/FrameXML/SecureGroupHeaders.lua:904
time = 3424453.238000
consolidateTable = nil
weaponPosition = 1
(for generator) = <function> defined =[C]:-1
(for state) = <table> {
 1 = "HELPFUL"
 HELPFUL = 1
}
(for control) = 1
filterIndex = 1
fullFilter = "HELPFUL"
i = 2
aura = <table> {
}
_ = nil
duration = nil
auraData = nil
(*temporary) = nil
(*temporary) = "player"
(*temporary) = 2
(*temporary) = "HELPFUL"
(*temporary) = nil
(*temporary) = "points"
(*temporary) = <table> {
 1 = 0
 2 = 0
 3 = 0
 4 = 0
 5 = 0
 6 = 0
 7 = 0
 8 = 2959
 9 = 23768
 10 = 7166
}
(*temporary) = 10
(*temporary) = 7166
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'auraData' (a nil value)"
tonumber = <function> defined =[C]:-1
sorters = <table> {
 INDEX = <table> {
 }
 TIME = <table> {
 }
 NAME = <table> {
 }
 EXPIRES = <table> {
 }
}
wipe = <function> defined =[C]:-1
tokenTable = <table> {
}
sortingTable = <table> {
 1 = <table> {
 }
}
groupingTable = <table> {
 1 = "HELPFUL"
 HELPFUL = 1
}
stripRAID = <function> defined @Interface/FrameXML/SecureGroupHeaders.lua:881
ipairs = <function> defined =[C]:-1
freshTable = <function> defined @Interface/FrameXML/SecureGroupHeaders.lua:889
max = <function> defined =[C]:-1
tinsert = <function> defined =[C]:-1
releaseTable = <function> defined @Interface/FrameXML/SecureGroupHeaders.lua:894
configureAuras = <function> defined @Interface/FrameXML/SecureGroupHeaders.lua:735
tremove = <function> defined =[C]:-1

Verification Steps

whoinow commented 4 months ago

I am seeing these errors as well, and bars are not populating with abilities/macros (empty and can't add anything).

Andromni commented 4 months ago

v13.56 resolves