Dominos

Dominos

19M Downloads

Protected Function Error

MetalHeadSeven opened this issue ยท 4 comments

commented

11.0.4

Retail

1x [ADDON_ACTION_BLOCKED] AddOn 'Dominos' tried to call the protected function 'SecureStateDriverManager:SetAttribute()'.
[string "@!BugGrabber/BugGrabber.lua"]:485: in function <!BugGrabber/BugGrabber.lua:485>
[string "=[C]"]: in function SetAttribute' [string "@Blizzard_FrameXML/SecureStateDriver.lua"]:18: in function <...rfaceBlizzard_FrameXML/SecureStateDriver.lua:16> [string "=(tail call)"]: ? [string "@Dominos/core/frame.lua"]:616: in function ?'
[string "@Dominos_Progress/main.lua"]:165: in function ForAllBars' [string "@Dominos_Progress/main.lua"]:108: in function ?'
[string "@AdvancedInterfaceOptions/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ons/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@AdvancedInterfaceOptions/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ons/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@AdvancedInterfaceOptions/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Dominos/libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...ceDominos/libs/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals:
_ = Frame {
}
event = "ADDON_ACTION_BLOCKED"
events =

{
}

commented

Do you get this with just Dominos + Dominos_Config enabled?

commented

Yes both were enabled. Whatever the problem is reverting to 11.0.2 resolved it. With 11.0.4 getting the error is very random it doesn't always happen and I haven't noticed a specific situation that triggers it.

commented

For what it's worth, I turned on the taint log and suspect I may have isolated it to Deja Character Stats after some binary searching by enabling/disabling addons. After unloading it I haven't seen any ADDON_ACTION_BLOCKED errors.

However this may also be related to a Blizzard bug, as during my testing I intermittently saw some examples of taint coming from ChatFrame_ functions as described here:

Stanzilla/WoWUIBugs#665

commented

Yeah, taint issues like that can cause issues with Dominos (as anything that can break the stock action bars can also break Dominos' version)