View Single Post
09-30-10, 05:10 PM   #261
Mugrax
A Murloc Raider
 
Mugrax's Avatar
Join Date: Nov 2008
Posts: 5
cata bugs

Ask & ye shall receive
got 5 errors as follows:

1) 1x LiteStats-30300.9\core.lua:959: attempt to call global 'UnitCharacterPoints' (a nil value)
LiteStats-30300.9\core.lua:990: in function <LiteStats\core.lua:987>

Locals:
self = LP_Talents {
0 = <userdata>
talents = <table> {}
elapsed = 0
RegisterEvent = <function> defined =[C]:-1
height = 0
text = <unnamed> {}
bg = <unnamed> {}
width = 0
}

---



2) 1x LiteStats-30300.9\core.lua:959: attempt to call global 'UnitCharacterPoints' (a nil value)

Locals:

---



3) 1x LiteStats-30300.9\core.lua:959: attempt to call global 'UnitCharacterPoints' (a nil value)
LitePanels-30300.2\core.lua:107: in function <LitePanels\core.lua:106>
<in C code>: in function `RegisterEvent'
LiteStats-30300.9\core.lua:44: in function <LiteStats\core.lua:44>
LiteStats-30300.9\core.lua:943: in function `OnLoad'
LitePanels-30300.2\core.lua:295: in function `MakePanel'
LitePanels-30300.2\core.lua:345: in function `Init'
LitePanels-30300.2\core.lua:364: in function <LitePanels\core.lua:354>

Locals:
self = LP_Talents {
0 = <userdata>
talents = <table> {}
RegisterEvent = <function> defined =[C]:-1
height = 0
text = <unnamed> {}
bg = <unnamed> {}
width = 0
}
event = "PLAYER_LOGIN"

---



4) 1x LiteStats-30300.9\core.lua:902: bad argument #2 to 'format' (string expected, got nil)
LiteStats-30300.9\core.lua:902: in function `OnEvent'
LitePanels-30300.2\core.lua:107: in function <LitePanels\core.lua:106>
<in C code>: in function `RegisterEvent'
LiteStats-30300.9\core.lua:44: in function <LiteStats\core.lua:44>
LiteStats-30300.9\core.lua:895: in function `OnLoad'
LitePanels-30300.2\core.lua:295: in function `MakePanel'
LitePanels-30300.2\core.lua:345: in function `Init'
LitePanels-30300.2\core.lua:364: in function <LitePanels\core.lua:354>

Locals:
self = LP_Ammo {
0 = <userdata>
RegisterEvent = <function> defined =[C]:-1
height = 0
text = <unnamed> {}
bg = <unnamed> {}
width = 0
}
texture = nil
count = nil
link = nil
name = nil
rarity = ""
(*temporary) = <function> defined =[C]:-1
(*temporary) = <unnamed> {
0 = <userdata>
SetText = <function> defined =[C]:-1
}
(*temporary) = <function> defined =[C]:-1
(*temporary) = <function> defined =[C]:-1
(*temporary) = " [icon] %d :: "
(*temporary) = "%[(%w-)%]"
(*temporary) = <table> {
}
P = "player"
format = <function> defined =[C]:-1
gsub = <function> defined =[C]:-1
modules = <table> {
Durability = <table> {}
Talents = <table> {}
Guild = <table> {}
Gold = <table> {}
Clock = <table> {}
Ammo = <table> {}
FPS = <table> {}
Mail = <table> {}
Friends = <table> {}
Memory = <table> {}
Bags = <table> {}
Tracking = <table> {}
Latency = <table> {}
}

---



5) 1x LiteStats-30300.9\core.lua:677: attempt to call global 'GetTrackingTexture' (a nil value)
LitePanels-30300.2\core.lua:107: in function <LitePanels\core.lua:106>
<in C code>: in function `RegisterEvent'
LiteStats-30300.9\core.lua:44: in function <LiteStats\core.lua:44>
LiteStats-30300.9\core.lua:670: in function `OnLoad'
LitePanels-30300.2\core.lua:295: in function `MakePanel'
LitePanels-30300.2\core.lua:345: in function `Init'
LitePanels-30300.2\core.lua:364: in function <LitePanels\core.lua:354>

Locals:
self = LP_Tracking {
0 = <userdata>
RegisterEvent = <function> defined =[C]:-1
height = 0
text = <unnamed> {}
bg = <unnamed> {}
width = 0
}
event = "PLAYER_LOGIN"

---

lvl 83 premade undead mage.

lpanels layout http://pastebin.com/XGvHJyxT
commented out stuff at bottom is something i was working on that didn't quite work out as yet

lstats layout http://pastebin.com/sSutUjyt

if any more info is needed please let me know.

Last edited by Mugrax : 09-30-10 at 05:11 PM. Reason: add more information
  Reply With Quote