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

Says invalid directory when installed on D drive.

Open zaldor30 opened this issue 3 years ago • 11 comments

I have Guild Wars 2 installed in D:\Guild Wars 2\bin64. When I click "Update" I get "Unable to locate the Guild Wars 2 /bin/ or /bin644/ folder. Please verify Game Path is correct." It is correct, tried forward and back slashes, even added a forward and a back slash at the end of the bin64.

zaldor30 avatar Apr 30 '21 21:04 zaldor30

Can you post your acctuall game path and config.xml file please? Without that, im afraid we cant do anything to fix the issue.

Draeggiar avatar May 01 '21 16:05 Draeggiar

Path is "D:\Guild Wars 2\Gw2-64.exe" Tried with and without the bin64

Can't attach the .xml, but here are the contents (assuming you want from your addon, I do not see one in GW2):

-<UserConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<LaunchGame>false</LaunchGame>

<GamePath>D:\Guild Wars 2\bin64</GamePath>

config.xml converted to .txt for github [config - Copy.txt](https://github.com/fmmmlee/GW2-Addon-Manager/files/6410109/config.-.Copy.txt)

zaldor30 avatar May 01 '21 18:05 zaldor30

Hmm the config you posted seems broken, there are many things missing. I will look futher into this. Meanwhile you can manually edit the config file, heres how it should look like:

<?xml version="1.0"?>
<UserConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <LoaderVersion>v0.3</LoaderVersion>
  <BinFolder>bin64</BinFolder>
  <LaunchGame>false</LaunchGame>
  <GamePath>D:\Guild Wars 2</GamePath>
  <ExeName>Gw2-64.exe</ExeName>
  <AddonsList Hash="f1395110af4a91a0fe352b944db75e78cc1eb6af">
    <AddonData>
      <Name>d3d9_wrapper</Name>
      <Version>v1.2</Version>
      <Installed>true</Installed>
      <Disabled>false</Disabled>
    </AddonData>
  </AddonsList>
</UserConfig>

If this wont work, maybe try clean install? Prefably on the same drive that your game is installed.

Draeggiar avatar May 02 '21 09:05 Draeggiar

@Draeggiar I had the same problem, looking on my config and comparing it with the one you posted, mine was missing <LoaderVersion>v0.3</LoaderVersion> property

arthurvasconcelos avatar May 07 '21 02:05 arthurvasconcelos

I did a clean install of both GW2 and the Addon Manager and I'm having the same issue as above :/

ghost avatar May 07 '21 11:05 ghost

Adding <LoaderVersion>v0.3</LoaderVersion> to the config fixed it for me.

joshleblanc avatar May 09 '21 13:05 joshleblanc

Adding <LoaderVersion>v0.3</LoaderVersion> to the config fixed it for me.

same

Pwnyparty avatar May 16 '21 20:05 Pwnyparty

I confirm this, the config file default seem broken, this produce an completely strange error message instead of LoaderVersion is missing or something like that.

Stargateur avatar May 27 '21 19:05 Stargateur

I think the newest version fixes this . I didn't realize the release at the top of the releases page was old and that one had the issue you mentioned but the one below I've had no issues with

kayway avatar May 31 '21 10:05 kayway

just to confirm please indicated what version you are talking about. the 1.3.0 have this bug

Stargateur avatar May 31 '21 10:05 Stargateur

oh strange, the one that works for me is 1.3.0 and alpha 1.3.0.3 was the one giving me this problem

kayway avatar May 31 '21 16:05 kayway