tukui-org/ElvUI

Weapon buff timer not updating

Opened this issue · 2 comments

Troubleshooting Steps

BuffTimer
BuffTimerGone

Describe the expected behavior and what actually happened?

Shaman's Weapon buff timer is not displaying properly in the top right corner of the screen. Once the Buff runs out, buff icon stays and if you try to refresh the buff, it does not show a new timer on the buff. If you refresh the timer while the current buff is active you still see the timer of the original buff instead of the new buff.

Reproducing the issue.

  1. Buff Shaman weapon with Rockbiter Weapon Buff
  2. Refresh Buff

Lua Errors

1x ClassicAuraDurations/code.lua:364: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@ClassicAuraDurations/code.lua"]:364: in function <ClassicAuraDurations/code.lua:359>
[string "=[C]"]: in function `Show'
[string "@Blizzard_UIParentPanelManager/Classic/UIParentPanelManager_Shared.lua"]:603: in function `SetUIPanel'
[string "@Blizzard_UIParentPanelManager/Classic/UIParentPanelManager_Shared.lua"]:409: in function `ShowUIPanel'
[string "@Blizzard_UIParentPanelManager/Classic/UIParentPanelManager_Shared.lua"]:316: in function <...PanelManager/Classic/UIParentPanelManager_Shared.lua:312>
[string "=[C]"]: in function `SetAttribute'
[string "@Blizzard_UIParentPanelManager/Classic/UIParentPanelManager_Shared.lua"]:1091: in function `ShowUIPanel'
[string "@Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:262: in function `Open'
[string "@Blizzard_Settings_Shared/Blizzard_SettingsPanel.lua"]:269: in function `OpenToCategory'
[string "@Blizzard_Settings_Shared/Blizzard_SettingsInbound.lua"]:158: in function <...lizzard_Settings_Shared/Blizzard_SettingsInbound.lua:155>
[string "=[C]"]: in function `SetAttribute'
[string "@Blizzard_Settings_Shared/Blizzard_SettingsInbound.lua"]:61: in function <...lizzard_Settings_Shared/Blizzard_SettingsInbound.lua:60>
[string "=(tail call)"]: ?

----------------

2x LoseControl/LoseControl.lua:6384: CreateFrame(): Couldn't find inherited node "OptionsCheckButtonTemplate"
[string "=[C]"]: in function `CreateFrame'
[string "@LoseControl/LoseControl.lua"]:6384: in main chunk

Locals:
(*temporary) = "CheckButton"
(*temporary) = "LoseControlOptionsPanelUnlock"
(*temporary) = LoseControlOptionsPanelScrollChildContainer {
}
(*temporary) = "OptionsCheckButtonTemplate"


--------------

2x QoL_Core-TBC/qol-core-ui-options.lua:72: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@QoL_Core-TBC/qol-core-ui-options.lua"]:72: in function `InitOptions'
[string "@QoL_Core-TBC/qol-core.lua"]:49: in function `Init'
[string "@QoL_Core-TBC/qol-core.lua"]:124: in function <QoL_Core-TBC/qol-core.lua:121>

Locals:
self = <table> {
 modules = <table> {
 }
 META_LASTVERSION = "META_LASTVERSION"
 OPT_SHOWTARGETHEALTH = "OPT_SHOWTARGETHEALTH"
 optionsPanel = QoLOptionsFrame_Core {
 }
 OPT_VISITED = "OPT_VISITED"
 OPT_SHOWCRF = "OPT_SHOWCRF"
 localizations = <table> {

Verification Steps

  • I have read the Changelog and verified ElvUI is up to date by checking /estatus
  • I have verified my issue doesn't exist in the Default UI or the Issue Tracker.
  • I have not read any of these steps, please close my issue when you see it.
  • I have done the Troubleshooting Steps and included the requested screenshots, which show the issue and status panel.

All 3 of those Lua Errors have nothing to do with ElvUI and are other addons.

ClassicAuraDurations, LoseControl and QoL Core are not part of ElvUI.