gw2-addon-loader / Approved-Addons

A list of approved add-ons for the GW2 Addon Manager and GW2 Addon Loader.
MIT License
17 stars 16 forks source link

addons removed? #13

Open Snaid1 opened 2 years ago

Snaid1 commented 2 years ago

lib_imgui and SelectRenderer are no longer showing as available addons when I load up the UOAOM. were they removed on purpose or did something happen?

Patchupp commented 2 years ago

I recently downloaded the manager. Two days ago, to be specific. I do have SelectRenderer and libimgui in my listed addons. I have not downloaded them. Maybe a reset might work? I'm not sure. It is an option under configuration options. I'm just guessing here.

etiennemlb commented 2 years ago

In SelectRenderer/update-placeholder.yaml you can read:

### CONFIGURATION ###
# a list of all other add-ons required for this add-on to function
requires:
    - d3d9_wrapper
    - lib_imgui
# a list of all add-ons that prevent this add-on from functioning properly
conflicts:

As far as I experienced, the requires clause is ignored and, in the case of SelectRenderer, lib_imgui needs to be enabled manually (enable the checkbox and click update).

I think the intended behaviour would be an automatic install or a message to the user to manually install lib_imgui. Currently I get a silent error in gw2al_log.txt:

[INFO] core | Loading SelectRender
[WARN] core | Addon "SelectRender" is not loaded due to missing dependency "lib_imgui"
[ERR] core | addons/SelectRender/gw2addon_SelectRender.dll dependency missing

This was reported using a clean install of everything addon related.