View Single Post
12-10-16, 07:18 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Honestly, the presence of ADDON_ACTION_BLOCKED is saying it's responding to a taint event rather than an actual Lua error. Translation is redundant, but here's what I got.
The addon 'whoaUnitFrames' tried to call a protected function 'CompactRaidFrame4: Show ()'.
-Google Translate
It's the standard taint error. Beyond that, there's really nothing else the error describes. The addon did something that resulted in the taint of the execution path or Blizzard's code screwing something up (as it often does). My first suggestion would be to do a UI reload when this happens and hope it doesn't do it again very often. If it does, you might want to consider uninstalling the addon.



Originally Posted by jeffy162 View Post
I looked over your post again and I noticed errors from BugGrabber also. WTH? BugGrabber never errors!
BugGrabber isn't necessarily erroring. It needs to change the offset to debugstack() as it's now including its own internal functions in the list.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 12-10-16 at 07:32 PM.
  Reply With Quote