gw2-addon-loader / GW2-Addon-Manager

Installer and updater for Guild Wars 2 addons.
MIT License
445 stars 54 forks source link

Installed addon doesn't load on game launch, new computer #228

Closed DerpPizza closed 4 months ago

DerpPizza commented 4 months ago

See title, got a new laptop. It's lenovo LOQ 15 series that's out around 2023 so have new software, win11 and everything (if that needs to be considered). Fresh installed Guild Wars 2 and the latest Addon Manager. Tried plenty of stuff for hours but it just doesn't want to load any addons when I start the game. Manual installation of arcdps works completely fine.

I'm not sure where I can find the config.ini file, all I have in Addon Manager folder is GW2 Addon Manager.exe.config so i'll attach that.

would appreciate any help!

GW2 Addon Manager.exe.config.txt

knoxfighter commented 4 months ago

Which addons have you installed? Please send a screenshot of your gw2, and addons folder (with filesizes). Please send the file gw2al_log.txt

DerpPizza commented 4 months ago

I installed arcdps, arcdps boon table, and gw2 radial. idk how to show size of folder on the list so I screenshotted each size's.

image image image image image image

gw2al_log.txt

knoxfighter commented 4 months ago

Does arcdps work (with the addon loader/manager)? if no, send the file /addons/arcdps/arcdps.log. Rightclick d3d11.dll and select the Unlock button.

DerpPizza commented 4 months ago

nope, installing arc ONLY with Addon Manager doesn't work as well. Strange, I don't have arcdps log in the folder, only these two, and I have started the game already so log should've been made? image

also I don't see unlock after rightclicking d3d11.dll

knoxfighter commented 4 months ago

delete dxgi.dll in bin64

Do you use any of the following?

DerpPizza commented 4 months ago

done, deleted dxgi in bin64. Should I delete dxgi inside cef (inside bin64) too?

No I dont use any of that programs. Checked app list on settings just in case they added any of those software when I bought the laptop yesterday as well, and I don't see any on that list installed.

thanks for helping btw

knoxfighter commented 4 months ago

no, keep the dxgi inside cef, that one is most likely needed.

Install the latest C++ redistributable. Page: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 Direct Download: https://aka.ms/vs/17/release/vc_redist.x64.exe

DerpPizza commented 4 months ago

did, also updated net framework 4.8.1 since the requirements asks for it. Unfortunately still doesn't work

knoxfighter commented 4 months ago

Still no arcdps log? I'm getting out of ideas :(

DerpPizza commented 4 months ago

Oh wait might found the solution. When you told me to delete dxgi, it reminds me of Delta's arcdps site (https://www.deltaconnected.com/arcdps/) saying optionally you can rename d3d11.dll to dxgi.dll so I renamed the d3d11 in the gw2 directory into dxgi, had to replace the already existing dxgi and when I run the client these two error message pops out

image

image

BUT,

It works! I got the initial setup popup for arcdps and gw2radial. Really appreciate the ideas though because otherwise I would've given up and settled with only radial and no arc. Thx!

should I keep this ticket open incase anyone know what's up with that error message? or should I close and open a different ticket 🤔

DerpPizza commented 4 months ago

So.. I lied, apparently the game only worked once with that "stopgap measure". Now whenever I open the game it just crashes after I tried selecting my toons in character select. Asking for help once more.

I'll also attach gw2al_log:

[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 r541 [INFO] core | Loading d3d9_wrapper [INFO] core | Loading gw2radial [INFO] core | Loaded gw2radial v2.2 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 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 r addon is not working, make sure you handle this situation! [INFO] d3d9_wrapper | Loading system dxgi

thanks in advance!

DerpPizza commented 4 months ago

Silly! found the fix myself. Apparently my pc refuses to automatically switch to my GPU. So I've been running gw2 on integrated graphic all this time and I think the addons don't like that. So if anyone is having issues with getting multiple addons to run, make sure to check your GPU control panel (Nvidia control panel in my case) and see which graphic card you're using to run the game.