ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Cannot find library instance libaddonmenu-2.0 (https://www.esoui.com/forums/showthread.php?t=9902)

Kipac 09/03/21 04:23 PM

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).

Shinni 09/03/21 06:49 PM

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.

Kipac 09/05/21 11:50 AM

Quote:

Originally Posted by Shinni (Post 44678)
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 "" ?

Baertram 09/05/21 11:56 AM

Just read above and copy & paste?

Quote:

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


All times are GMT -6. The time now is 05:06 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI