View Single Post
11-01-12, 04:05 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Blizzard's CompactRaidFrames are probably the worst code they have ever included in the WoW UI. It's even worse than the UIDropDownMenu.

Technically the problem you're seeing is caused by addons -- because taint cannot occur if no addons are present -- but realistically, it's likely that none of your addons are actually doing anything wrong, and something somewhere just touched a variable that, 1500 indirect links in some nebulous chain of unrelated actions later, the CompactRaidFrames decided was tainted.

If the errors don't noticably break anything, just ignore them. Install BugSack so they don't pop up and annoy you.

If you can consistently reproduce the problem (eg. it happens every time you enter combat, or something like that) then you could try narrowing it down:

1. Enable half of your addons, disable the other half, and log in.
3. If the problem does not occur, log out, disable all enabled addons, and enable the other half.
4. If the problem does occur, log out, disable half of the enabled addons, and log in.
5. Repeat until you have narrowed it down to 1 addon that causes the problem.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote