Approved-Addons icon indicating copy to clipboard operation
Approved-Addons copied to clipboard

addons removed?

Open Snaid1 opened this issue 4 years ago • 2 comments

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?

Snaid1 avatar Mar 02 '22 04:03 Snaid1

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.

Patchupp avatar May 09 '22 03:05 Patchupp

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.

etiennemlb avatar May 21 '22 18:05 etiennemlb