Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weapon buff timer not updating #1419

Open
3 of 4 tasks
LoBosco1 opened this issue Nov 21, 2024 · 2 comments
Open
3 of 4 tasks

Weapon buff timer not updating #1419

LoBosco1 opened this issue Nov 21, 2024 · 2 comments

Comments

@LoBosco1
Copy link

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.
@Azilroka
Copy link
Member

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

@Azilroka
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants