[BUG] SpellFlashCore BigLibTimer.lua error
Closed this issue ยท 2 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this bug report (above) so that it describes the issue I am reporting.
Describe the Issue
Every time I change zones or enter an instance i get the following error.
8x Hekili/Libs/SpellFlashCore/SpellFlashCore.lua:354: EnumerateFrames: Couldn't find 'this' in current object
[C]: in function 'EnumerateFrames'
[Hekili/Libs/SpellFlashCore/SpellFlashCore.lua]:354: in function 'Function'
[Hekili/Libs/SpellFlashCore/libs/BigLibTimer/BigLibTimer.lua]:35: in function 'OnUpdate'
[Hekili/Libs/SpellFlashCore/libs/BigLibTimer/BigLibTimer.lua]:19: in function <...Libs/SpellFlashCore/libs/BigLibTimer/BigLibTimer.lua:19>
Locals:
(*temporary) =
}
How to Reproduce
- Enter game on any class
- Enter any instance or change worlds (use portal in Orgrimmar or Stormwind)
- Upon game loading the error happens even after clearing and reloading game
Player Information (Link)
Error Messages (Link)
Additional Information
No response
Contact Information
DeathnDK/Tangg#3897
I'm not able to reproduce this; does it occur if Hekili is your only loaded addon?
That error message generally occurs if an addon is intentionally destroying frame objects, which then prevents EnumerateFrames from working through the list.
If it does not occur when only Hekili is loaded, you'd need to enable your other addons one-by-one to determine which one is triggering the problem.