OmniBar

OmniBar

16M Downloads

Randomly hitting issue: AddOn 'omnibar' tried to call the protected function 'CastSpell()' when logging in the game

SweepyBoop opened this issue ยท 2 comments

commented

I keep hitting this issue when I just log in the game:

10x [ADDON_ACTION_FORBIDDEN] AddOn 'omnibar' tried to call the protected function 'CastSpell()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `CastSpell'
[string "@Interface/FrameXML/SpellBookFrame.lua"]:701: in function <Interface/FrameXML/SpellBookFrame.lua:648>

To repro this, log in the game, open spell book, click some spell.
I tested with the default profile.
Could you take a look?

commented
commented

Uploaded the taint log with only OmniBar enabled.
It seems all started with global ON_BAR_HIGHLIGHT_MARKS being tainted.
But I can't figure out where Omnibar is interacting with spell book code.