["xxx" has been blocked...] After X action

#0 - Dec. 7, 2006, 2:39 p.m.
Blizzard Post
This is my attempt at joining all of the threads having to do with "random addon x" being diabled when you:
* Try to duel someone.
* Disenchant from hotbar to bags.
* Turning on "Find Herbs"
* Trying to feed pet
* Trying to bandage
* Clicking on some buttons within non blizz addons
* /tar
* Riding mount in zones where you can fight things
* Casting arcane briliance
* Looting corpses

There seems to be no way to debug it, but it seems like a large amount of addons are suddenly using "protected" stuff when the player tries to do "x action". This happens with addons that have nothing to do with "x action".

Threads below:
http://forums.worldofwarcraft.com/thread.html?topicId=51035518&postId=508509503&sid=1#0 - person thinks using all of the right click frame is blocked

http://forums.worldofwarcraft.com/thread.html?topicId=52778571&postId=527833631&sid=1#0 - happening with CTRA

http://forums.worldofwarcraft.com/thread.html?topicId=53655412&postId=534807220&sid=1#1 - unit frames and Perl classic

http://forums.worldofwarcraft.com/thread.html?topicId=52718465&postId=527233273&sid=1#0 - Nurfed UI

http://forums.worldofwarcraft.com/thread.html?topicId=52828590&postId=536306303&sid=1#38 - UI 2.0 addon pack

http://forums.worldofwarcraft.com/thread.html?topicId=54066206&postId=540310219&sid=1#0 - Perl again

http://forums.worldofwarcraft.com/thread.html?topicId=52716486&postId=536109812&sid=1#189 - CTMod

http://forums.worldofwarcraft.com/thread.html?topicId=53516275&postId=534811088&sid=1#0 - titan panel

http://forums.worldofwarcraft.com/thread.html?topicId=53655897&postId=534810434&sid=1#2 - Ace 2

http://forums.worldofwarcraft.com/thread.html?topicId=52718081&postId=527230408&sid=1#0 - Titan panel

http://forums.worldofwarcraft.com/thread.html?topicId=53926495&postId=539313148&sid=1#1 - random taint

http://forums.worldofwarcraft.com/thread.html?topicId=53985889&postId=539508373&sid=1#0 - more perl

(i'll stop here... there's several more pages of posts about it)

not posted:
BloodsailGuildList
WowEcon
#22 - Dec. 7, 2006, 10:05 p.m.
Blizzard Post
Q u o t e:

* Try to duel someone.


Fixed for Burning Crusade release.

Q u o t e:

* Disenchant from hotbar to bags.


Fixed for Burning Crusade release.

Q u o t e:

* Looting corpses


Fixed for Burning Crusade release.

Q u o t e:

* Turning on "Find Herbs"
* Trying to feed pet
* Trying to bandage
* Clicking on some buttons within non blizz addons
* /tar
* Riding mount in zones where you can fight things
* Casting arcane briliance


These are usually caused by an addon hooking something they shouldn't be. The blocked addon event has an extra parameter which is the function that was blocked, and you can use debugstack() to get the stack trace of the blocked call, if you're an addon developer.