CTMod

CTMod

766k Downloads

Lua Errors on SOD Phase 2 when loading BuffMod ui.

acidaris opened this issue ยท 2 comments

commented

Potentially related to new Buff for boosted Exp.

Message: Interface/FrameXML/SecureGroupHeaders.lua:1050: attempt to index local 'auraData' (a nil value)
Time: Tue Feb 6 12:15:16 2024
Count: 1
Stack: Interface/FrameXML/SecureGroupHeaders.lua:1050: attempt to index local 'auraData' (a nil value)
[string "=(tail call)"]: ?
[string "=[C]"]: ?
[string "@Interface/FrameXML/SecureGroupHeaders.lua"]:1050: in function <Interface/FrameXML/SecureGroupHeaders.lua:961>
[string "=[C]"]: ?
[string "=[C]"]: in function Show' [string "@Interface/AddOns/CT_BuffMod/CT_BuffMod.lua"]:7268: in function createBuffFrame'
[string "@Interface/AddOns/CT_BuffMod/CT_BuffMod.lua"]:7623: in function createBuffFrame' [string "@Interface/AddOns/CT_BuffMod/CT_BuffMod.lua"]:7638: in function createWindow'
[string "@Interface/AddOns/CT_BuffMod/CT_BuffMod.lua"]:7926: in function `addWindow'
[string "@Interface/AddOns/CT_BuffMod/CT_BuffMod.lua"]:10311: in function <Interface/AddOns/CT_BuffMod/CT_BuffMod.lua:10268>
[string "@Interface/AddOns/CT_BuffMod/CT_BuffMod.lua"]:10360: in function <Interface/AddOns/CT_BuffMod/CT_BuffMod.lua:10358>

Locals: (*temporary) = defined =[C]:-1

commented

image
Using non-secure buttons allows the panel to load, as a temporary workaround.

commented

This appears to have been resolved through other means, indicating it might have been a bug within the SecureGroupHeaders instead of within this addon.