Thread Tools Display Modes
05/19/14, 11:44 AM   #1
Zessfar
Join Date: May 2014
Posts: 1
Skill Tracker UI ERROR

Hi there i need some help with this error message. I just started to make some modifications to the TKSkill Tracker Beta 1.6 Addon and did the changes that i wanted to have but unfortunatly i run in thi UI Error and can't figure it out what excatly the problem is. I added SS from both LUA and ingame UI ERROR message. Plz help me out.
Attached Thumbnails
Click image for larger version

Name:	UI ERROR.PNG
Views:	393
Size:	444.8 KB
ID:	241  Click image for larger version

Name:	LUA.PNG
Views:	405
Size:	30.2 KB
ID:	242  
  Reply With Quote
05/19/14, 01:07 PM   #2
katkat42
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 155
It looks like the variable ESO_version isn't defined. You could put a line before line 214 like this:
Lua Code:
  1. if ESO_version == nil then ESO_version = "" end

But that would just be a band-aid solution I think. Perhaps your variable name is slightly different from what you were expecting? Or it's actually part of a table, not a standalone global? Try to find where in the code this variable is/should be defined.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Skill Tracker UI ERROR


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