View Single Post
08-08-16, 03:32 PM   #4
thomasjohnshannon
A Theradrim Guardian
 
thomasjohnshannon's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 68
The color of mana isn't a big issues but it would be nice to get it working. I'm getting this lua error with my code and the code that was suggested by Vlad.

Code:
1x [ADDON_ACTION_BLOCKED] AddOn '!Colorz' tried to call the protected function 'CompactRaidFrame28:Show()'.
!BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
[C]: in function `Show'
FrameXML\CompactUnitFrame.lua:330: in function `CompactUnitFrame_UpdateVisible'
FrameXML\CompactUnitFrame.lua:280: in function `CompactUnitFrame_UpdateAll'
FrameXML\CompactUnitFrame.lua:115: in function <FrameXML\CompactUnitFrame.lua:51>

Locals:
I'm getting similar errors showing up in the taint log but the one thing they have in common is CompactRaidFrame showing up in all of them and the only time the error shows up is when the default raid frames are running.

The funny party is the addon overwrites entire functions and it doesn't care at all but add that one line to change a variable and it has a problem.

I'm working on !Colorz if you want to see the full code.
__________________
Thomas aka Urnn
  Reply With Quote