This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Getting followin error shortly after login:
[ADDON_ACTION_BLOCKED] AddOn 'Decursive' hat versucht die geschützte Funktion 'Frame:SetPassThroughButtons()' aufzurufen.[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>[string "=[C]"]: in function `SetPassThroughButtons'[string "@SilverDragon_Overlay/pins.lua"]:30: in function `OnAcquired'[string "@Blizzard_MapCanvas/Blizzard_MapCanvas.lua"]:201: in function `AcquirePin'[string "@SilverDragon_Overlay/worldmap.lua"]:52: in function `RefreshAllData'[string "@SilverDragon_Overlay/worldmap.lua"]:190: in function `UpdateWorldMapIcons'[string "@SilverDragon_Overlay/module.lua"]:201: in function `?'[string "@Armory/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:109: in function <...ory/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>[string "=[C]"]: ?[string "@Armory/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ory/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>[string "@Armory/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'[string "@BagBrother/libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <BagBrother/libs/AceEvent-3.0/AceEvent-3.0.lua:119>
Were you in combat when you logged in?
Anyway the error is in fact in the add-on called SilverDragon_Overlay (or just SilverDragon) not in Decursive who got wrongly blamed here. I see that you already have created an issue on their Github: https://github.com/kemayo/wow-silverdragon/issues/245
Thanks for the fast response, so Buggrabber made a false accuse.
Yeah happened in combat
it's not buggrabber it's the taint detection system Blizzard put in place to prevent Add-on from making decision instead of the player that made the false accusation. This happens because of shared libraries: SilverDragon probably has a shared library in common with Decusrsive and Decursive's one is the one being used (because it was loaded first or because it's newer) and thus the taint detection system cannot make a correct attribution...
To post a comment, please login or register a new account.