View Single Post
07-18-13, 03:21 PM   #5
FaulTier
A Theradrim Guardian
 
FaulTier's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2009
Posts: 61
I did the same thing - updating from 1.5.16 to 1.6.5.

Getting atm these errors:

1.
Code:
1x oUF_Fauli-1.0\tags.lua:54: attempt to index field "TagEvents" (a nil value)
oUF_Fauli-1.0\tags.lua:54: in main chunk

Locals:
2.
Code:
1x oUF_Fauli-1.0\core.lua:124: Attempted to use invalid tag [fauli:hp].
<in C code>
oUF-1.6.5\elements\tags.lua:579: in function "Tag"
oUF_Fauli-1.0\lib.lua:230: in function "addTextTags"
oUF_Fauli-1.0\core.lua:124: in function <oUF_Fauli\core.lua:75>
(tail call): ?
oUF-1.6.5\ouf-1.6.5.lua:262: in function <oUF\ouf.lua:192>
(tail call): ?
oUF-1.6.5\ouf-1.6.5.lua:552: in function "Spawn"
oUF_Fauli-1.0\core.lua:367: in function "func"
oUF-1.6.5\factory.lua:20: in function <oUF\factory.lua:16>
(tail call): ?

Locals:
self = oUF_fauliPlayer {
 0 = <userdata>
 Highlight = <unnamed> {}
 Power = <unnamed> {}
 __tags = <table> {}
 PLAYER_ENTERING_WORLD = <func> @oUF\ouf.lua:149
 mystyle = "player"
 unit = "player"
 HealPrediction = <table> {}
 style = "fauli"
 Health = <unnamed> {}
 menu = <func> @oUF_Fauli\core.lua:69
 UNIT_EXITED_VEHICLE = <func> @oUF\ouf.lua:38
 __elements = <table> {}
 UNIT_ENTERED_VEHICLE = <func> @oUF\ouf.lua:38
}
fs = <unnamed> {
 0 = <userdata>
 parent = oUF_fauliPlayer {}
}
tagstr = "[fauli:hp]"
func = nil
format = "%s"
numTags = 1
args = <table> {}
(for generator) = <func> =[C]:-1
(for state) = nil
(for control) = "[fauli:hp]"
bracket = "[fauli:hp]"
tagFunc = nil
OnShow = <func> @oUF\elements\tags.lua:456
tagPool = <table> {}
_PATTERN = "%[..-%]+"
funcPool = <table> {}
tags = <table> {
 curhp = <func> =[C]:-1
 race = <func> =[C]:-1
 faction = <func> =[C]:-1
 class = <func> =[C]:-1
 maxhp = <func> =[C]:-1
 maxpp = <func> =[C]:-1
 curpp = <func> =[C]:-1
}
getTagName = <func> @oUF\elements\tags.lua:462
_ENV = <table> {
 Hex = <func> @oUF\elements\tags.lua:11
 ColorGradient = <func> @oUF\colors.lua:59
 _TAGS = <table> {}
}
tmp = <table> {}
eventlessUnits = <table> {}
createOnUpdate = <func> @oUF\elements\tags.lua:430
RegisterEvents = <func> @oUF\elements\tags.lua:477
... it might be the late night, but I'm not seeing through it.

if anyone wants to look through it:
http://www.wowinterface.com/download...ouf_Fauli.html

it's not that much of Code.
__________________

Last edited by FaulTier : 07-18-13 at 03:32 PM.
  Reply With Quote