Cell - Unit Frames

Cell - Unit Frames

343k Downloads

[Bug] Blizzard Debuff/Buffframe shows lua error when cell unitframes is enabled

crane1986 opened this issue ยท 1 comments

commented

Addon Version

1.4.43

World of Warcraft Version

Retail

Describe the bug

When Cell_Unitframes is enabled the Buff and debuff bar wont show for me. When I try to edit them in edit mode, I get the LUA errors pasted below.

The first error shows when opening Edit mode, the second when clicking the checkbox "Buffs and Debuffs".

I also disabled every other addon except cell and cell_unitframes.

Steps to reproduce

1.) enable cell_unitframes
2.) Open Edit mode
3.) click checkbox Combat -> Buffs and Debuffs

BugSack

`Message: ...ace/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua:390: attempt to compare number with nil
Time: Mon Feb 24 18:05:50 2025
Count: 1
Stack: ...ace/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua:390: attempt to compare number with nil
[string "=[C]"]: ?
[string "@Interface/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua"]:390: in function `RefreshCollapseExpandButtonState'
[string "@Interface/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua"]:403: in function `UpdateAuraButtons'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeManager.lua"]:2032: in function `RefreshBuffsAndDebuffs'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeManager.lua"]:1723: in function `OnEditModeEnter'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeManager.lua"]:88: in function `EnterEditMode'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeManager.lua"]:113: in function <...ddOns/Blizzard_EditMode/Mainline/EditModeManager.lua:111>
[string "=[C]"]: ?
[string "=[C]"]: in function `Show'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:493: in function `SetUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:295: in function `ShowUIPanel'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:174: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:169>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:893: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:871>
[string "=[C]"]: ?
[string "@Interface/AddOns/Blizzard_SharedXMLBase/FunctionUtil.lua"]:97: in function <...rface/AddOns/Blizzard_SharedXMLBase/FunctionUtil.lua:97>
[string "@Interface/AddOns/Blizzard_GameMenu/Standard/GameMenuFrame.lua"]:68: in function <.../AddOns/Blizzard_GameMenu/Standard/GameMenuFrame.lua:65>

Locals: `

`Message: ...ace/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua:390: attempt to compare number with nil
Time: Mon Feb 24 18:06:11 2025
Count: 4
Stack: ...ace/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua:390: attempt to compare number with nil
[string "=[C]"]: ?
[string "@Interface/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua"]:390: in function `RefreshCollapseExpandButtonState'
[string "@Interface/AddOns/Blizzard_BuffFrame/Mainline/BuffFrame.lua"]:403: in function `UpdateAuraButtons'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeManager.lua"]:2032: in function `RefreshBuffsAndDebuffs'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeManager.lua"]:2011: in function `SetBuffsAndDebuffsShown'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeManager.lua"]:1603: in function `onBoxToggled'
[string "@Interface/AddOns/Blizzard_SharedXML/Mainline/SharedUIPanelTemplates.lua"]:1452: in function `OnCheckButtonClick'
[string "@Interface/AddOns/Blizzard_EditMode/Mainline/EditModeTemplates.lua"]:257: in function <...Ons/Blizzard_EditMode/Mainline/EditModeTemplates.lua:256>

Locals: `
commented

You have disabled the buff/debuff frames here.
Image

Also guessing you have the EditModeExpanded addon? Thats the addon causing the lua errors when those frames are disabled.