View Single Post
12/28/21, 10:43 AM   #3
identico
Join Date: Dec 2021
Posts: 6
Originally Posted by Baertram View Post
There are hundreds of posts about that in the forums already including the sticky posts at the addon help forum (where you currently post to...), please read them BEFORE posting (as they tell you to do) and especially read the sticky one about dependencies:
https://www.esoui.com/forums/showthread.php?t=9149

Remove all subfolders in "libs".
Install the libs in there directly to live/Addons (but do not install LibStub anymore as it is obsolete).
Change code lines in the lua files where "libStub" is used to use the global libraries variables instead e.g. change something like local LAM=LibStub("LibAddonMenu-2.0") to local LAM = LibAddonMenu2
Same for LibmediaProvider, e.g. change to local lmp = LibMediaProvider instead of LibStub usage.
I'm sorry =\ Thank you very much!
  Reply With Quote