View Single Post
06/20/19, 12:43 PM   #3
Drakanwulf
 
Drakanwulf's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2017
Posts: 50
For those add-ons that are showing dependency errors, the manifest (e.g. "addonName.txt") file for that add-on may be so far out of date that it is trying to load these dependent libraries itself.

Look for directive lines that start with a "lib/" or "libs/" directory name and contain the name of the library that is giving you problems. Delete these lines after making a back up copy first.

Then, add the library folder name to an existing "## DependsOn:" directive to insure the game loads the dependent library before it loads the add-on.

Do a forum Search for my posts to get more information and to see some manifest file example fixes.
  Reply With Quote