I just installed the addon and it does not activate because it complain about a dependency on libdebugglogger, it wants a newer version, but i have the latest one. Anyone faced this issue?
WizardsWarderobe 1.22.0 released on ESOUI.com
needs the version
## DependsOn: LibDebugLogger>=268
And that lib released on esoui.com is using version:
## AddOnVersion: 268
So just download the lib from esoui.com or via Minion and your are done?
If you tried that already then your download failed or you mixed up the files somehow. It works fine and should show ingame in the addon manager as enabled too.
Versions shown on esoui.com changelog must not match with what the addons say they need!
The dependencies' .addon or .txt files' ## AddOnVersion: tag is the thing to check/compare against the version mentioned behind the ## DependsOn: LibraryName>= tag.
by showing me the lib was correct, you forced me to look at other potential issue.
I actually had this lib twice, in a folder libdebuglogger and the new one was in the folder with the patch number at the end, the game took the older one.
Glad it helped you find the problem.
Libraries in subfolders are often the cause, especially if you use old addons which haven't been updated for a while..