View Single Post
03-16-14, 08:06 AM   #1
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Lua error in default UI

Has anyone been seeing this error lately? I get it sporadically, typically after taking a portal.

Code:
Message: [string "Death and Respawn Check"]:51: attempt to index field 'states' (a nil value)
Time: 03/16/14 14:57:29
Count: 1
Stack: [string "Death and Respawn Check"]:51: in function `DeathAndRespawnCheck'
[string "Display Damage"]:23: in function `SetHealth'
[string "Init Player Team"]:283: in function `InitPet'
[string "Init Player Team"]:177: in function `InitTeam'
[string "PetBattle - 0. Init and Main Loop"]:55: in main chunk

Locals: pet = <function> defined =[C]:-1
forced = <function> defined Interface\FrameXML\BasicControls.xml:<Scripts>:4
lookAtPos = "[string "Death and Respawn Check"]:51: attempt to index field 'states' (a nil value)"
deathKitID = true
It doesn't seem to be caused by any of my addons, but I figured I'd check before I report it as a bug.
  Reply With Quote