Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADDON_ACTION_BLOCKED] AddOn 'Dominos' tried to call the protected function 'DominosActionButton4:SetAttribute()'. #694

Closed
alliepet opened this issue Dec 2, 2022 · 4 comments
Assignees
Labels
bug Something don't work dragonflight The current expansion

Comments

@alliepet
Copy link

alliepet commented Dec 2, 2022

Addons
BugSack/Grabber, Details, Dominos, Hide Objectives, MRT, MDT, PetBattleScripts, Rematch, R.IO, SimC, RC Loot Council, Weak Auras, DBM

Addon Version
10.0.12-retail

World of Warcraft Version
Retail

My BugSack is showing some errors coming from Dominos and I'm not sure why:
3x [ADDON_ACTION_BLOCKED] AddOn 'Dominos' tried to call the protected function 'DominosActionButton4:SetAttribute()'. [string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480> [string "=[C]"]: in function SetAttribute'
[string "@FrameXML/ActionButton.lua"]:350: in function UpdatePressAndHoldAction' [string "@FrameXML/ActionButton.lua"]:412: in function Update'
[string "@FrameXML/ActionButton.lua"]:362: in function UpdateAction' [string "@FrameXML/ActionButton.lua"]:354: in function <FrameXML/ActionButton.lua:353> [string "=[C]"]: ? [string "@FrameXML/SecureHandlers.lua"]:266: in function <FrameXML/SecureHandlers.lua:263> [string "=[C]"]: ? [string "@FrameXML/SecureHandlers.lua"]:430: in function <FrameXML/SecureHandlers.lua:417> [string "=(tail call)"]: ? [string "=[C]"]: in function SetAttribute'
...
[string "@FrameXML/RestrictedFrames.lua"]:739: in function RunAttribute' [string " self:RunAttribute('updateOverridePage') "]:1: in function <[string " self:RunAttribute('updateOverridePage')..."]:1> [string "=(tail call)"]: ? [string "=[C]"]: ? [string "@FrameXML/RestrictedExecution.lua"]:484: in function <FrameXML/RestrictedExecution.lua:447> [string "=(tail call)"]: ? [string "@FrameXML/SecureHandlers.lua"]:115: in function <FrameXML/SecureHandlers.lua:110> [string "=[C]"]: in function SetAttribute'
[string "@FrameXML/SecureStateDriver.lua"]:114: in function <FrameXML/SecureStateDriver.lua:95>
[string "@FrameXML/SecureStateDriver.lua"]:127: in function <FrameXML/SecureStateDriver.lua:119>`

@Tuller Tuller added bug Something don't work dragonflight The current expansion labels Dec 2, 2022
@Tuller
Copy link
Member

Tuller commented Dec 2, 2022

This is a "something is tainting the action button execution path" error. Can you repeat it with just Dominos enabled?

@jonjbm
Copy link

jonjbm commented Dec 3, 2022

Yes, I just got the following error with nothing other than Dominos, BugGrabber, and BugSack running:

1x [ADDON_ACTION_FORBIDDEN] AddOn 'Dominos' tried to call the protected function 'UseAction()'.
[string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `UseAction'
[string "@FrameXML/SecureTemplates.lua"]:364: in function `handler'
[string "@FrameXML/SecureTemplates.lua"]:690: in function <FrameXML/SecureTemplates.lua:672>
[string "@FrameXML/SecureTemplates.lua"]:704: in function <FrameXML/SecureTemplates.lua:697>
[string "@FrameXML/SecureTemplates.lua"]:746: in function `SecureActionButton_OnClick'
[string "@FrameXML/ActionButton.lua"]:109: in function `TryUseActionButton'
[string "@FrameXML/MultiActionBars.lua"]:14: in function `MultiActionButtonDown'
[string "MULTIACTIONBAR2BUTTON2"]:2: in function <[string "MULTIACTIONBAR2BUTTON2"]:1>

I reproduced it by hearthing and then pressing a keybind. Other things sometimes cause it as well. Please fix as soon as possible, it makes my keybinds completely unusable until I reload every time it happens.

@tmgsca
Copy link

tmgsca commented Dec 3, 2022

To add on top of this one, this is the report I captured on BugSack when that same taint happened to me.

This one specifically happened as soon as I was mind-controlled by a rare. Not sure if it is related. I occasionally get this issue while randomly questing.

1x [ADDON_ACTION_BLOCKED] AddOn 'Dominos' tried to call the protected function 'DominosActionButton8:SetAttribute()'.
[string "@!BugGrabber/BugGrabber.lua"]:480: in function <!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `SetAttribute'
[string "@FrameXML/ActionButton.lua"]:350: in function `UpdatePressAndHoldAction'
[string "@FrameXML/ActionButton.lua"]:412: in function `Update'
[string "@FrameXML/ActionButton.lua"]:362: in function `UpdateAction'
[string "@FrameXML/ActionButton.lua"]:821: in function `OnEvent'
[string "@FrameXML/ActionButton.lua"]:216: in function <FrameXML/ActionButton.lua:213> 

@Tuller
Copy link
Member

Tuller commented Nov 26, 2023

duplicate of 701

@Tuller Tuller closed this as completed Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something don't work dragonflight The current expansion
Projects
None yet
Development

No branches or pull requests

4 participants