Thread Tools Display Modes
05/19/17, 02:28 PM   #1
Kelnoreem
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 11
Updating LibMenu version issue

Hi,

I am updating my LibMenu from r17 to the current version, r23. I have updated my addon lib dir to the new files and made sure the lua filenames are correct in my addon .txt file. My addon is HelloWorld on esoui.

When I deploy on PTS, the addon shows up in the Addon window with a checkbox and the correct description, but it does not show up in the Settings-Addons.

If I add another addon, they show up fine.

I suspect I have some lua code changes to make. I looked at other addons using r23 and the only difference I see is table.insert(...) statements, otherwise I have not found the issue.

Any ideas on how I can debug this?
  Reply With Quote
05/19/17, 03:14 PM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
You used rev 20, not rev 23.
If I copy rev 23 to your folder, the addon settings do work.
  Reply With Quote
05/19/17, 03:46 PM   #3
Kelnoreem
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 11
Ok, I see I miss typed, on Live I am using r20 not r17.

The LibAddonMenu-2.0.lua file I am using on PTS has:
--Register LAM with LibStub
local MAJOR, MINOR = "LibAddonMenu-2.0", 23

I think I will do what you did, and test r23 on Live, since you said it worked for you. I suspect I have some strange PTS problem to research.
  Reply With Quote
05/19/17, 04:10 PM   #4
Kelnoreem
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 11
Originally Posted by votan View Post
You used rev 20, not rev 23.
If I copy rev 23 to your folder, the addon settings do work.
I found the problem. My intention was to update LibMenu and then remove the work 'skeleton' from the files, however one rename was done.

All is good now, thanks for the help.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Updating LibMenu version issue

Thread Tools
Display Modes

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