Closed Derployd closed 2 years ago
I have observed a similar exception after using a hearthstone or other portal, such as the mycelial network., and then attempt to use my mount on a keybind. Oddly, if I click the button instead it works without issue. However, the error reported in BugSack is a bit different:
4x [ADDON_ACTION_FORBIDDEN] AddOn 'AngrierWorldQuests' tried to call the protected function 'UseAction()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function UseAction' [string "@Interface/FrameXML/SecureTemplates.lua"]:364: in function
handler'
[string "@Interface/FrameXML/SecureTemplates.lua"]:690: in function <Interface/FrameXML/SecureTemplates.lua:672>
[string "@Interface/FrameXML/SecureTemplates.lua"]:704: in function <Interface/FrameXML/SecureTemplates.lua:697>
[string "@Interface/FrameXML/SecureTemplates.lua"]:746: in function SecureActionButton_OnClick' [string "@Interface/FrameXML/ActionButton.lua"]:109: in function
TryUseActionButton'
[string "@Interface/FrameXML/MultiActionBars.lua"]:14: in function `MultiActionButtonDown'
In this case, it almost looks like BugGrabber may be part of the issue, but that could just be how it hooks in. I have been able to recover from this issue by just executing /reload without disabling the addon and it works fine until the next time I go through a portal of some sort. As mentioned, it is a bit hit-or-miss, so it's the sort of issue coders love to debug!
Ok, so I just received an identical error as per my first post, only now Immersion is being listed as the violating addon. So I think its safe to say this isn't caused by Angrier World Quests and is very much an issue with how I've placed one of my action bars.
I'm pretty sure this is something inside WoW itself, that is broken. I see it for several different addons, so my guess is that it is something else that is broken, and will be fixed with 10.0.2
Thanks for giving it a look! I fear you are correct, the cause of these exceptions is likely a bit deeper in the "stack", which basically leaves WoW's code as the suspect. I try to use a pretty consistent batch of addons across my dozen or so alts, but there are variations. Since the apparent sources of the exceptions seems to vary, I can only guess that the issue is buried somewhere in the "lowest common denominator".
Received the following lua error after using a hearthstone.
This error occurred at the same time as the following errors with Blizzard's EditMode;
I am aware that these may be unrelated, but I've included them just in case there is a cause/effect issue.
This is not 100% repeatable after hearthing, and I understand there are a lot of taint issues with the new interface and many mods, with a lot of false positive lua reports, which this could very well be.