Lib's - Remix Thread Count

Lib's - Remix Thread Count

6.8k Downloads

Lua error

SirJorb opened this issue ยท 2 comments

commented

Opening my character pane gives me "There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again."

Here's the lua error, courtesy of BugGrabber/BugSack

10x Libs-RemixThreadCount/main.lua:55: bad argument #1 to 'match' (string expected, got nil)
[string "=[C]"]: in function `match'
[string "@Libs-RemixThreadCount/main.lua"]:55: in function <Libs-RemixThreadCount/main.lua:27>
[string "@Libs-RemixThreadCount/main.lua"]:76: in function <Libs-RemixThreadCount/main.lua:75>
[string "=[C]"]: in function `PaperDollItemSlotButton_Update'
[string "@Blizzard_UIPanels_Game/Mainline/PaperDollFrame.lua"]:1574: in function <...s/Blizzard_UIPanels_Game/Mainline/PaperDollFrame.lua:1568>
[string "=[C]"]: in function `Show'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:458: in function `SetUIPanel'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:301: in function `ShowUIPanel'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:165: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:161>
[string "=[C]"]: in function `SetAttribute'
[string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:769: in function `ShowUIPanel'
[string "@Blizzard_UIPanels_Game/Mainline/CharacterFrame.lua"]:25: in function `ToggleCharacter'
[string "TOGGLECHARACTER0"]:1: in function <[string "TOGGLECHARACTER0"]:1>

Locals:
(*temporary) = nil
(*temporary) = "Cloak of Infinite Potential"
(*temporary) = "string expected, got nil"

commented

Looks like the code cleanup I did the other day should solve for this, So I pushed it as a update now. Will be live on addon sites shortly.

commented

As a followup: this seems to only be an issue shortly after loading or reloading. After the UI is initialized for a while it stops throwing errors.