LUA error on fresh install (first time using it) when toggling filter pane
jere-software opened this issue ยท 0 comments
Brand new install, never used before. I click on the arrow to expand the filters and get:
Message: ...izzard_SharedXML/Mainline/SharedUIPanelTemplates.lua:381: attempt to index field 'Text' (a nil value)
Time: Mon Nov 4 15:10:00 2024
Count: 16
Stack: ...izzard_SharedXML/Mainline/SharedUIPanelTemplates.lua:381: attempt to index field 'Text' (a nil value)
[string "@Interface/AddOns/Blizzard_SharedXML/Mainline/SharedUIPanelTemplates.lua"]:381: in function `PanelTemplates_TabResize'
[string "*DeprecatedTemplates.xml:94_OnShow"]:1: in function <[string "*DeprecatedTemplates.xml:94_OnShow"]:1>
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/DeathNote/UI.lua"]:1197: in function `ToggleFiltersFrame'
[string "@Interface/AddOns/DeathNote/UI.lua"]:904: in function <Interface/AddOns/DeathNote/UI.lua:904>
Locals: tab = DeathNoteFiltersTab4 {
ntab = 4
selectedTextY = -2
deselectedTextY = -3
}
padding = 0
absoluteSize = nil
minWidth = nil
maxWidth = nil
absoluteTextSize = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'Text' (a nil value)"
TAB_SIDES_PADDING = 20
The filter pane does still expand, and collapsing it works with no error, but trying to re-expand it regenerates the error.