Thread Tools Display Modes
04/12/20, 05:46 AM   #1
AlexFullmoon
Join Date: Aug 2018
Posts: 17
A bunch of unexpected curculat dependency errors

Out of the blue, I've got circular dependency errors between AutoCategory and GridList, FCOIS and CraftStore, and sometimes between CraftStore and PerfectPixel. Strangely, it seems I am the only one affected, so it's probably something in my files. How do I debug this error?
  Reply With Quote
04/12/20, 09:54 AM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
CraftStore only has an optional dependency on FCOIS; none of those should prevent CS loading.
  Reply With Quote
04/12/20, 10:10 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,964
Some of the optional dependencies within FCOIS were always there but not active as each line of ## (Optional)DependsOn: only accepts a maximum characters. FCOIS was > that maximum before last updates.
-> This applies to PerfectPixel as well I just saw.
So now they are active and raise some problems with circular dependencies.

I'm currently checking how to resolve them. Some of them might not be needed in the OptionalDependsOn. But some are.

Btw, the circular dependencies currently are one of these (thanks AlexFullmoon):
GridList → PerfectPixel, AutoCategory
PerfectPixel → CraftStore
AutoCategory → FCOIS
CraftStore → FCOIS
FCOIS → GridList

Last edited by Baertram : 04/12/20 at 11:35 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » A bunch of unexpected curculat dependency errors


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off