Thread Tools Display Modes
Prev Previous Post   Next Post Next
07/28/24, 05:07 AM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,128
Originally Posted by votan View Post
For example a common mistake is to name your XML GUI root element the same as your addon.
Or you define in your manifest txt file:
Code:
## SavedVariables: SimpleFarmTrack
The tablename you specify here is created in global table G at EVENT_ADD_ON_LOADED , and if that is the same as your already created SimpleFarmTrack table you overwrite it!
So use something like SimpleFarmTrack_SV instead
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Cannot initialize my addon


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