GW2-Addon-Manager icon indicating copy to clipboard operation
GW2-Addon-Manager copied to clipboard

Add ons not showing in game at all

Open Gon-Bust opened this issue 4 years ago • 18 comments
trafficstars

Please attach a copy of config.yaml or config.ini to the issue.

Add ons not loading in game at all, menu keys for add ons also not working

Have uninstalled/reinstalled add on mangers etc not working

Gon-Bust avatar Sep 27 '21 23:09 Gon-Bust

I have encountered the same issue, clean game and manager reinstall and still not working. Is you manager itself at least booting? Mine had github access error, then won't show at all.

Pyrobandit19 avatar Sep 27 '21 23:09 Pyrobandit19

I have encountered the same issue, clean game and manager reinstall and still not working. Is you manager itself at least booting? Mine had github access error, then won't show at all.

My Manger runs, but im getting the errors for addonmanger.dll blah blah or something already exsists, and then if i delete those files, it installs the add ons but then they just dont run when I start the game. Game is so painful with gw2 radial mount ahaha

Gon-Bust avatar Sep 27 '21 23:09 Gon-Bust

I have encountered the same issue, clean game and manager reinstall and still not working. Is you manager itself at least booting? Mine had github access error, then won't show at all.

Mine also was giving me a github access error, and after a few times of it doing so now nothing happens when I attempt to open the launcher. Before I was getting the error, I was attempting to install the addons I wanted and it was closing the manager during the installation process without actually completing the installation.

Northstars0422 avatar Sep 28 '21 00:09 Northstars0422

I am seeing dsd9.dll installed into the bin64 directory and d3d11.dll in main GW2 directory, even though I have d3d11 enabled. I then get the following in the gw2al_log.txt

[INFO] core | Addon loader v1.0 (v1.1 r33) initialized [INFO] core | Loading addons from "./addons" path [INFO] core | Loading arcdps [ERR] core | addons/arcdps/gw2addon_arcdps.dll not found [INFO] core | Done loading addons [WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation! [INFO] core | Unloading core addon [INFO] core | Unloaded

safrant avatar Sep 28 '21 02:09 safrant

Can confirm the same issue.

Sereath avatar Sep 28 '21 03:09 Sereath

The game always loads both versions, but addons should be able to handle this. ArcDPS however does not currently work.

Friendly0Fire avatar Sep 28 '21 03:09 Friendly0Fire

This is what the log says when I try to load GW2Radial. Addon manager v1.4.1.

Tried in both dx11 and dx9,

[INFO] core | Addon loader v1.0 (v1.1 r33) initialized [INFO] core | Loading addons from "./addons" path [INFO] core | Loading d3d9_wrapper [INFO] core | Loaded d3d9_wrapper v2.0 r21 [INFO] core | Loading gw2radial [WARN] core | Addon "gw2radial" is not loaded due to wrong dependency version "loader_core". Require v0.1(r1) but have v1.0(r33) [ERR] core | addons/gw2radial/gw2addon_gw2radial.dll dependency outdated [INFO] core | Done loading addons [INFO] d3d9_wrapper | Loading system dxgi [WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation! [INFO] d3d9_wrapper | Loading system d3d11 [INFO] core | Unloading core addon [INFO] core | Unloaded

HeasHeartfire avatar Sep 29 '21 08:09 HeasHeartfire

GW2Radial works. You need to manually install radial's latest pre-release (currently v2.1.0-pre2), because the release pulled by the manager doesn't work with loader-core 1.1

lcharrie avatar Sep 29 '21 08:09 lcharrie

Yeah you are right, my bad. I thought the pre-release was in the manager.

The newest release version is already present in the manager now so no need to do it manually.

HeasHeartfire avatar Sep 29 '21 18:09 HeasHeartfire

Remember, addons are not necessarily ported over to DX11. So, if using DX11 beta, and adding mods, you may not get any. I can confirm that as of last night, ArcDPS works in DX9 and DX11. I have confirmed that GW2Radial works in DX9, but not DX11. I have not validated any others just yet, as I am trying to install and validate one software piece at a time. The most important thing is to make sure you install the latest 1.4.1 release of Addon Manager, and if using Radial, you need to make sure you get the prerelease listed above. Until Radial is out of alpha/beta, I wouldn't expect it to be in the AddonManager by default yet.

rogerleecormier avatar Sep 29 '21 21:09 rogerleecormier

As of earlier today GW2Radial is officially released so it is now available in Addon Manager as @HeasHeartfire mentioned :)

Friendly0Fire avatar Sep 29 '21 21:09 Friendly0Fire

Thanks @Friendly0Fire I totally skimmed right over that! Good to know!

rogerleecormier avatar Sep 29 '21 22:09 rogerleecormier

Hey, i have exactly the same issue, using version 1.4.1 (1.4.2 doesn't work for me). I downloaded ArcDPS, d912pxy and GW2 radial nothing works on DX9 and Arc works on DX11. I reinstalled the whole game and it didn't help either

gw2al_log.txt

[INFO] core | Addon loader v1.0 (v1.1 r33) initialized
[INFO] core | Loading addons from "./addons" path
[INFO] core | Loading arcdps
[INFO] core | Loaded d3d9_wrapper v2.0 r21
[INFO] core | Loaded arcdps v1.0 r403
[INFO] core | Loading d3d9_wrapper
[INFO] core | Loading d912pxy
[INFO] core | Loaded d912pxy v2.4 r703
[INFO] core | Loading gw2radial
[INFO] core | Loaded gw2radial v2.1 r1
[INFO] core | Done loading addons
[INFO] d3d9_wrapper | Loading system dxgi
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system d3d11
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system dxgi
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system d3d11
[INFO] core | Unloading core addon
[INFO] core | Unloaded

Edit: I tried 1.4.3 version and it didn't fix it

kamssiopeia avatar Oct 01 '21 18:10 kamssiopeia

Hey, i have exactly the same issue, using version 1.4.1 (1.4.2 doesn't work for me). I downloaded ArcDPS, d912pxy and GW2 radial nothing works on DX9 and Arc works on DX11. I reinstalled the whole game and it didn't help either

gw2al_log.txt

[INFO] core | Addon loader v1.0 (v1.1 r33) initialized
[INFO] core | Loading addons from "./addons" path
[INFO] core | Loading arcdps
[INFO] core | Loaded d3d9_wrapper v2.0 r21
[INFO] core | Loaded arcdps v1.0 r403
[INFO] core | Loading d3d9_wrapper
[INFO] core | Loading d912pxy
[INFO] core | Loaded d912pxy v2.4 r703
[INFO] core | Loading gw2radial
[INFO] core | Loaded gw2radial v2.1 r1
[INFO] core | Done loading addons
[INFO] d3d9_wrapper | Loading system dxgi
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system d3d11
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system dxgi
[WARN] core | Init called twice without proper unload. If your addon is not working, make sure you handle this situation!
[INFO] d3d9_wrapper | Loading system d3d11
[INFO] core | Unloading core addon
[INFO] core | Unloaded

Edit: I tried 1.4.3 version and it didn't fix it

Exactly same log info here, line by line. Also tried 1.4.3.

SeiferLeonheart avatar Oct 03 '21 03:10 SeiferLeonheart

Same for me, nothing worked, updated to 1.4.3 version, then arc suddenly worked but nothing else (radial for example) and now nothing works again T-T Strange thing to note, TACO wont work aswell.

SleepyPwasnotavailable avatar Oct 05 '21 08:10 SleepyPwasnotavailable

Hi, for me only arc is loading. Not sure why the rest doesn't load (clears, boon table, killproof.me, etc)

[INFO] core | Addon loader v1.0 (v1.1 r33) initialized [INFO] core | Loading addons from "./addons" path [INFO] core | Loading arcdps [INFO] core | Loaded d3d9_wrapper v2.0 r21 [INFO] core | Loaded arcdps v1.0 r402 [INFO] core | Loading d3d9_wrapper [INFO] core | Done loading addons [INFO] d3d9_wrapper | Loading system d3d9 [INFO] core | Unloading core addon [INFO] core | Unloaded

I'm also using the 1.4.3 version, but none of the add-ons but arcDPS have worked since 1.4.1

blackhawk1542 avatar Oct 05 '21 14:10 blackhawk1542

Hi, for me only arc is loading. Not sure why the rest doesn't load (clears, boon table, killproof.me, etc)

[INFO] core | Addon loader v1.0 (v1.1 r33) initialized [INFO] core | Loading addons from "./addons" path [INFO] core | Loading arcdps [INFO] core | Loaded d3d9_wrapper v2.0 r21 [INFO] core | Loaded arcdps v1.0 r402 [INFO] core | Loading d3d9_wrapper [INFO] core | Done loading addons [INFO] d3d9_wrapper | Loading system d3d9 [INFO] core | Unloading core addon [INFO] core | Unloaded

I'm also using the 1.4.3 version, but none of the add-ons but arcDPS have worked since 1.4.1

Well today I uninstalled every add-on, deleted bin64 folder, deleted add-on manager folder, and installed everything again. Somehow worked xD.

blackhawk1542 avatar Oct 06 '21 14:10 blackhawk1542

which bin64

Hi, for me only arc is loading. Not sure why the rest doesn't load (clears, boon table, killproof.me, etc) [INFO] core | Addon loader v1.0 (v1.1 r33) initialized [INFO] core | Loading addons from "./addons" path [INFO] core | Loading arcdps [INFO] core | Loaded d3d9_wrapper v2.0 r21 [INFO] core | Loaded arcdps v1.0 r402 [INFO] core | Loading d3d9_wrapper [INFO] core | Done loading addons [INFO] d3d9_wrapper | Loading system d3d9 [INFO] core | Unloading core addon [INFO] core | Unloaded I'm also using the 1.4.3 version, but none of the add-ons but arcDPS have worked since 1.4.1

Well today I uninstalled every add-on, deleted bin64 folder, deleted add-on manager folder, and installed everything again. Somehow worked xD.

which bin64 folder did you delete i want to try the same thing but afraid illl kill off my reshader

Ejjitsu avatar Oct 06 '21 15:10 Ejjitsu