Thread Tools Display Modes
09/03/21, 04:23 PM   #1
Kipac
Join Date: Sep 2021
Posts: 2
Cannot find library instance libaddonmenu-2.0

Help, i get this error, i have no idea what im looking at. All i know is that these two addons are not allowing me to move on.

Edit: Ive read somewhere that i should rename a lua file from this specific addon fromlibaddonmenu-2.0 to libaddonmenu2 (thats why it says it like that ingame) altho, i get the same error no matter if the file is original or renamed (inside i mean).
  Reply With Quote
09/03/21, 06:49 PM   #2
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
Merlin's Rez Helper is using LibAddonMenu in a way that is no longer supported.
Specifically the file Elder Scrolls Online/live/Addons/MerlinsRezHelper/merlinsRezHelper.lua, the first line
local LAM2 = LibStub("LibAddonMenu-2.0")
must be replaced by
local LAM2 = LibAddonMenu2

You can edit the file yourself with a texteditor (eg notepad) or post a comment in the comment section of Merlin's Rez Helper and ask the author to update the addon.
  Reply With Quote
09/05/21, 11:50 AM   #3
Kipac
Join Date: Sep 2021
Posts: 2
Originally Posted by Shinni View Post
Merlin's Rez Helper is using LibAddonMenu in a way that is no longer supported.
Specifically the file Elder Scrolls Online/live/Addons/MerlinsRezHelper/merlinsRezHelper.lua, the first line
local LAM2 = LibStub("LibAddonMenu-2.0")
must be replaced by
local LAM2 = LibAddonMenu2

You can edit the file yourself with a texteditor (eg notepad) or post a comment in the comment section of Merlin's Rez Helper and ask the author to update the addon.
I already did edit it like u said (as u can see the error in the picture). 'it cannot find 'the already renamed'' library.

Edit: Do i have to remove the brackets and "" ?

Last edited by Kipac : 09/05/21 at 11:53 AM.
  Reply With Quote
09/05/21, 11:56 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Just read above and copy & paste?

the first line
local LAM2 = LibStub("LibAddonMenu-2.0")
must be replaced by
local LAM2 = LibAddonMenu2
Should be very simple to follow
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Cannot find library instance libaddonmenu-2.0

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