gw2-addon-loader / GW2-Addon-Manager

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

dxgi called twice without proper unload #204

Open CsabezY opened 1 year ago

CsabezY commented 1 year ago

I tried to download Arcdps and GW2radial. When the addons were installed and I started the game there was 0 pop up from the addons. When I checked the addon folder the addons were there. I got this 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 r480 [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 dxgi

Does someone know how to fix this problem?

eitum commented 1 year ago

same situation here on a new PC running Windows 11.

Difas3527 commented 1 year ago

I just got a new pc, full clean installation, and am getting this exact issue on windows 10.

Anyone found a solution, yet?

EDIT: There was a dxgi.dll on root and inside bin64\cef. I removed the one in root, and now it works.

DerpPizza commented 4 months ago

bumping this as this thread is still open, have the same issue and deleting dxgi on root bin64 doesn't work.

RichRat commented 2 months ago

same here (win11) have to manually delete the dxgi.dll in the root folder to get addons working. My previous install (win10 old pc) worked fine.