ADDON ACTION BLOCKED Bids do not work
Kime086 opened this issue ยท 5 comments
Description
When I enter combat My Key bindings doesn't work.
What I can do to Fix that ?
WeakAuras Version
WA 5.0.5
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
- Yes
- No
Lua Error
61x [ADDON_ACTION_BLOCKED] AddOn 'WeakAuras' tried to call the protected function 'Frame:SetFrameStrata()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function SetFrameStrata' [string "@Interface/AddOns/WeakAuras/WeakAuras.lua"]:5414: in function
AnchorFrame'
[string "@Interface/AddOns/WeakAuras/WeakAuras.lua"]:5267: in function `func'
[string "@Interface/AddOns/Details/Libs/AceTimer-3.0-17/AceTimer-3.0.lua"]:57: in function <...ce/AddOns/Details/Libs/AceTimer-3.0/AceTimer-3.0.lua:50>
Reproduction Steps
broken is only Bind with mouse wheel
Last Good Version
dont know
Screenshots
Export String
No response
Bugsack show 398 errors, try clean them (alt click bugsack minimap icon should work?), /reload, and start from error 1.
This is caused by taint, the blizzard system that prevents creating too much automation.
The source of the taint, is either that some of your auras create SecureFrames, which should be shown with a warning icon on the aura. There are also currently known bugs where normal interaction with the edit mode creates taint.
Also do what buds says. And report the first error that you see and add your settings file to the ticket.
Okay, that's the same error. Then what I explained stands. You have either have auras that create SecureFrames, or this is just the pre-patch which has several taint issues.