ALL THE THINGS

ALL THE THINGS

31M Downloads

Error on DF Beta

Cagomei opened this issue ยท 5 comments

commented
1x [ADDON_ACTION_FORBIDDEN] AddOn 'AllTheThings' tried to call the protected function 'SpellStopCasting()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `SpellStopCasting'
[string "@Interface/FrameXML/UIParent.lua"]:3993: in function `ToggleGameMenu'
[string "@Interface/SharedXML/Settings/Blizzard_SettingsPanel.lua"]:203: in function `TransitionBackOpeningPanel'
[string "@Interface/SharedXML/Settings/Blizzard_SettingsPanel.lua"]:192: in function `ExitWithCommit'
[string "@Interface/SharedXML/Settings/Blizzard_SettingsPanel.lua"]:168: in function `Close'
[string "@Interface/SharedXML/Settings/Blizzard_SettingsPanel.lua"]:31: in function <...erface/SharedXML/Settings/Blizzard_SettingsPanel.lua:30>
commented

It looks like a taint so might be not ATT causing it but in any case, are you running the ATT from the 10.0 branch or just a regular release?

commented

yes 10.0 branch

commented

Can you reproduce this error? What are the steps?
I'll call @gbrage as he played on Beta/PTR, maybe he encountered this issue as well. My hunch is that it was some other addon though, so we will close this issue soon after the 10.0 release if no one gets it again.

commented

You get this anytime you open ATT Settings, then close the Settings window. For whatever reason that I haven't figured out, ATT gets linked into the call stack of the default UI trying every possible action for pressing 'Escape', which includes attempting to stop casting any spells, which of course is a protected action and triggers this error.

commented

This hasn't happened on Live since DF release. Think Blizzard fixed whatever weird hook they had into the Escape menu which made addons attempt the logic.