Hekili Priority Helper

Hekili Priority Helper

53M Downloads

[BUG] SpellFlashCore BigLibTimer.lua error

Closed this issue ยท 2 comments

commented

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

  1. Enter game on any class
  2. Enter any instance or change worlds (use portal in Orgrimmar or Stormwind)
  3. Upon game loading the error happens even after clearing and reloading game

Player Information (Link)

https://pastebin.com/fArBxC60

Error Messages (Link)

https://pastebin.com/pqN11cbi

Additional Information

No response

Contact Information

DeathnDK/Tangg#3897

commented

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.

commented

I narrowed it down to the Pixel Perfect Align addon that is causing the error. It was strange that it wasn't giving that error until recently.