Interface/FrameXML/SpellFlyout.lua Date 17/11/2022 Time (GMT +1) 02.31am

hello blizzard i see much reported of this error I’m getting from spell flyout mechanic once you drop from the spell book to place on your action bars. then the error kicks in, once placed on action bars, NOT in spell book but once you drag it out and place on bars. now i loaded all my toons that used this in game mechanic you created for wow. see if it helps you find the common problem more clearly.

as you can see all different Lua errors, but there all for the same in game function that’s causing the error that’s with flyout mechanic once placed on action bars causes the errors to happen and nothing flyouts at all it stays stuck on default icon for the mechanic.

first one mages portals error

1x Interface/FrameXML/SpellFlyout.lua:240: attempt to call method ‘GetSpellFlyoutDirection’ (a nil value)
[string “=[C]”]: ?
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:40: in function <Interface/FrameXML/SecureHandlers.lua:39>
[string “@Interface/FrameXML/SecureHandlers.lua”]:268: in function <Interface/FrameXML/SecureHandlers.lua:263>
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:296: in function <Interface/FrameXML/SecureHandlers.lua:279>
[string “=(tail call)”]: ?

second mages teleports error

1x Interface/FrameXML/SpellFlyout.lua:240: attempt to call method ‘GetSpellFlyoutDirection’ (a nil value)
[string “=[C]”]: ?
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:40: in function <Interface/FrameXML/SecureHandlers.lua:39>
[string “@Interface/FrameXML/SecureHandlers.lua”]:268: in function <Interface/FrameXML/SecureHandlers.lua:263>
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:296: in function <Interface/FrameXML/SecureHandlers.lua:279>
[string “=(tail call)”]: ?

third warlock summon pets error

2x Interface/FrameXML/SpellFlyout.lua:240: attempt to call method ‘GetSpellFlyoutDirection’ (a nil value)
[string “=[C]”]: ?
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:40: in function <Interface/FrameXML/SecureHandlers.lua:39>
[string “@Interface/FrameXML/SecureHandlers.lua”]:268: in function <Interface/FrameXML/SecureHandlers.lua:263>
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:296: in function <Interface/FrameXML/SecureHandlers.lua:279>
[string “=(tail call)”]: ?

forth mages polymorph variants error

1x Interface/FrameXML/SpellFlyout.lua:240: attempt to call method ‘GetSpellFlyoutDirection’ (a nil value)
[string “=[C]”]: ?
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:40: in function <Interface/FrameXML/SecureHandlers.lua:39>
[string “@Interface/FrameXML/SecureHandlers.lua”]:268: in function <Interface/FrameXML/SecureHandlers.lua:263>
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:296: in function <Interface/FrameXML/SecureHandlers.lua:279>
[string “=(tail call)”]: ?

fifth hunters pets utilise error

1x Interface/FrameXML/SpellFlyout.lua:240: attempt to call method ‘GetSpellFlyoutDirection’ (a nil value)
[string “=[C]”]: ?
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:40: in function <Interface/FrameXML/SecureHandlers.lua:39>
[string “@Interface/FrameXML/SecureHandlers.lua”]:268: in function <Interface/FrameXML/SecureHandlers.lua:263>
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:296: in function <Interface/FrameXML/SecureHandlers.lua:279>
[string “=(tail call)”]: ?

sixth hunters summon pets error

1x Interface/FrameXML/SpellFlyout.lua:240: attempt to call method ‘GetSpellFlyoutDirection’ (a nil value)
[string “=[C]”]: ?
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:40: in function <Interface/FrameXML/SecureHandlers.lua:39>
[string “@Interface/FrameXML/SecureHandlers.lua”]:268: in function <Interface/FrameXML/SecureHandlers.lua:263>
[string “=[C]”]: ?
[string “@Interface/FrameXML/SecureHandlers.lua”]:296: in function <Interface/FrameXML/SecureHandlers.lua:279>
[string “=(tail call)”]: ?

Using any addons? This error doesn’t necessarily mean that the Blizzard code is wrong. The code is erroring out because the parent of the flyout button is nil instead of an action bar frame, which could be related to some addon messing up the frame hierarchy or introducing taint into the action bar code.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.