Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-31-14, 02:11 AM   #1
JDoubleU00
A Firelord
 
JDoubleU00's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 463
oUF_Aftermathh Errors

I tried using oUF_Aftermathh with the latest oUF and the following I got the following errors. I've looked at the code and cannot see what is wrong with the call to Aftermathh:HolyPower or the spawn for the player frame. Any thoughts are welcome.

1x oUF\ouf-1.6.8.lua:262: Attempted to use invalid tag [Aftermathh:HolyPower].
[C]: in function `error'
oUF\elements\tags.lua:585: in function `Tag'
oUF_Aftermathh\oUF_Aftermathh-4.0.lua:1004: in function `styleFunc'
oUF\ouf-1.6.8.lua:262: in function <oUF\ouf.lua:192>
(tail call): ?
oUF\ouf-1.6.8.lua:552: in function `Spawn'
oUF_Aftermathh\oUF_Aftermathh-4.0.lua:1014: in function `func'
oUF\factory.lua:20: in function <oUF\factory.lua:16>
(tail call): ?

Locals:
self = oUF_AftermathhPlayer {
0 = <userdata>
Debuffs = <unnamed> {
}
MasterLooter = <unnamed> {
}
__tags = <table> {
}
UNIT_ENTERED_VEHICLE = <function> defined @oUF\ouf.lua:38
Leader = <unnamed> {
}
unit = "player"
Resting = <unnamed> {
}
Health = <unnamed> {
}
RaidIcon = <unnamed> {
}
__elements = <table> {
}
Name = <unnamed> {
}
CombatFeedbackText = <unnamed> {
}
Portrait = <unnamed> {
}
Combat = <unnamed> {
}
Power = <unnamed> {
}
LastUpdate = 0
HealPrediction = <table> {
}
PvPTimer = oUF_AftermathhPlayerPVPTimer {
}
PvP = <unnamed> {
}
style = "Aftermathh"
Castbar = <unnamed> {
}
menu = <function> defined @oUF_Aftermathh\oUF_Aftermathh_Functions.lua:49
PLAYER_ENTERING_WORLD = <function> defined @oUF\ouf.lua:149
UNIT_AURA = <function> defined @oUF_Aftermathh\oUF_Aftermathh_Functions.lua:67
Buffs = <unnamed> {
}
UNIT_EXITED_VEHICLE = <function> defined @oUF\ouf.lua:38
disallowVehicleSwap = true
}
fs = <unnamed> {
0 = <userdata>
parent = oUF_AftermathhPlayer {
}
}
tagstr = "[Aftermathh:HolyPower]"
func = nil
format = "%s"
numTags = 1
args = <table> {
}
(for generator) = <function> defined =[C]:-1
(for state) = nil
(for control) = "[Aftermathh:HolyPower]"
bracket = "[Aftermathh:HolyPower]"
tagFunc = nil
OnShow = <function> defined @oUF\elements\tags.lua:462
tagPool = <table> {
[perhp]% = <function> defined @oUF\elements\tags.lua:590
[curhp]/[maxhp] = <function> defined @oUF\elements\tags.lua:604
[cpoints] = <function> defined @oUF\elements\tags.lua:590
[perpp]% = <function> defined @oUF\elements\tags.lua:590
[curpp]/[maxpp] = <function> defined @oUF\elements\tags.lua:604
}
_PATTERN = "%[..-%]+"
funcPool = <table> {
}
tags = <table> {
cpoints = <function> defined return function(u)
local cp
if(UnitHasVehicleUI'player') then
cp = GetComboPoints('vehicle', 'target')
else
cp = GetComboPoints('player', 'target')
end

if(cp > 0) then
return cp
end
end:1
curpp = <function> defined =[C]:-1
perpp = <function> defined return function(u)
local m = UnitPowerMax(u)
if(m == 0) then
return 0
else
return math.floor(UnitPower(u)/m*100+.5)
end
end:1
maxhp = <function> defined =[C]:-1
perhp = <function> defined return function(u)
local m = UnitHealthMax(u)
if(m == 0) then
return 0
else
return math.floor(UnitHealth(u)/m*100+.5)
end
end:1
race = <function> defined =[C]:-1
faction = <function> defined =[C]:-1
maxpp = <function> defined =[C]:-1
curhp = <function> defined =[C]:-1
class = <function> defined =[C]:-1
}
getTagName = <function> defined @oUF\elements\tags.lua:468
_ENV = <table> {
Hex = <function> defined @oUF\elements\tags.lua:11
ColorGradient = <function> defined @oUF\colors.lua:155
_TAGS = <table> {
}
}
tmp = <table> {
}
eventlessUnits = <table> {
}
createOnUpdate = <function> defined @oUF\elements\tags.lua:436
RegisterEvents = <function> defined @oUF\elements\tags.lua:483
  Reply With Quote
 

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » oUF_Aftermathh Errors


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off