You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message: ...s/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua:101: bad argument #1 to 'SetText' (Usage: self:SetText([text]))
Time: Mon Jan 27 01:07:27 2025
Count: 3
Stack: ...s/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua:101: bad argument #1 to 'SetText' (Usage: self:SetText([text]))
[string "@Interface/AddOns/Bartender4/libs/AceGUI-3.0/AceGUI-3.0.lua"]:66: in function <...ace/AddOns/Bartender4/libs/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@Interface/AddOns/Bartender4/libs/AceGUI-3.0/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@Interface/AddOns/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasExpand.lua"]:29: in function <...ions/AceGUI-Widgets/AceGUIWidget-WeakAurasExpand.lua:28>
Reproduce: Reproducible with a progress bar aura
Create a progress bar aura
Create Tick sub element
Create Border or Glow sub element
Attempt to expend either sub element
The text was updated successfully, but these errors were encountered:
function ItemBase.SetText(self, text)
self.text:SetText(text or "")
end
not familiar enough to find where it's coming from but it's erroring because the above function is being passed a table:
ex:
1 Tick 3
2 Tick Area 1
ex:
1 = "Tick 1"
2 = "Tick Area 1"
full stack:
2x ...s/AceGUI-3.0-41/widgets/AceGUIWidget-DropDown-Items.lua:101: bad argument #1 to 'SetText' (Usage: self:SetText([text]))
[string "=[C]"]: in function SetText' [string "@Bartender4/libs/AceGUI-3.0-41/widgets/AceGUIWidget-DropDown-Items.lua"]:101: in function SetText'
[string "@Bartender4/libs/AceGUI-3.0-41/widgets/AceGUIWidget-DropDown.lua"]:566: in function <...r4/libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua:560>
[string "@Bartender4/libs/AceGUI-3.0-41/widgets/AceGUIWidget-DropDown.lua"]:605: in function SetList' [string "@Bartender4/libs/AceConfig-3.0-3/AceConfigDialog-3.0-87/AceConfigDialog-3.0.lua"]:1282: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:1113> [string "@Bartender4/libs/AceConfig-3.0-3/AceConfigDialog-3.0-87/AceConfigDialog-3.0.lua"]:1642: in function FeedGroup'
[string "@Bartender4/libs/AceConfig-3.0-3/AceConfigDialog-3.0-87/AceConfigDialog-3.0.lua"]:1922: in function Open' [string "@Bartender4/libs/AceConfig-3.0-3/AceConfigDialog-3.0-87/AceConfigDialog-3.0.lua"]:869: in function <...nfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua:661> [string "=[C]"]: ? [string "@Bartender4/libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:65: in function <...aceBartender4/libs/AceGUI-3.0/AceGUI-3.0.lua:63> [string "@Bartender4/libs/AceGUI-3.0-41/AceGUI-3.0.lua"]:299: in function Fire'
[string "@WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasExpand.lua"]:29: in function <...ions/AceGUI-Widgets/AceGUIWidget-WeakAurasExpand.lua:28>
Message: ...s/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua:101: bad argument #1 to 'SetText' (Usage: self:SetText([text]))
Time: Mon Jan 27 01:07:27 2025
Count: 3
Stack: ...s/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua:101: bad argument #1 to 'SetText' (Usage: self:SetText([text]))
[string "@Interface/AddOns/Bartender4/libs/AceGUI-3.0/AceGUI-3.0.lua"]:66: in function <...ace/AddOns/Bartender4/libs/AceGUI-3.0/AceGUI-3.0.lua:64>
[string "@Interface/AddOns/Bartender4/libs/AceGUI-3.0/AceGUI-3.0.lua"]:300: in function `Fire'
[string "@Interface/AddOns/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasExpand.lua"]:29: in function <...ions/AceGUI-Widgets/AceGUIWidget-WeakAurasExpand.lua:28>
Reproduce: Reproducible with a progress bar aura
Create a progress bar aura
Create Tick sub element
Create Border or Glow sub element
Attempt to expend either sub element
The text was updated successfully, but these errors were encountered: