Thread: Error Message
View Single Post
12/13/19, 03:26 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Yuu are using AUI and the error messages says the LibAddonMenu in there is the reason.
Try to delete the embedded library folder LibAddonMenu from AUI
"/AddOns/AUI/lib/LIbAddonMenu"
and just install it standalone via Minion!

This hopefully should fix it as the AddOns/LibAddonMenu folder will use the ttx file in there to detect it properly.
If this does not help try to locate the AUI.txt file in AddOns/AUI and add the following line in it:
## DependsOn: LibAddonMenu-2.0

And tell the AUI developer please to update the library in AUI and NOT include it hardcoded in the lib subfoler but either just do not incldue it and use the ## DependsOn: tag in the AUI.ttx file, or include it but with it's own txt file (just the whole LibAddonMenu folder as if he downloaded it from ESOUI).

Last edited by Baertram : 12/13/19 at 03:29 AM.
  Reply With Quote