Launcher patching problem.
The fact that a VPN is the only solution implies that your ISP is manipulating your connection. This asset server for example is the primary one, so it shouldn’t have any problems:
It’s not nice to use this server:
origincdn.101.arenanetworks.com
64.25.41.2
You can use “Gw2.exe -log” to see what that last file is, then attempt to download it through your browser to see what’s happening. The log is located at %appdata%/Guild Wars 2/Gw2.log. In it, you should see something like patch failed for 0×00073b8b:0×00000000 -> 0×001a0f96. The last two numbers are the important ones, 0×00000000 being the baseId and 0×001a0f96 being the fileId. Open up the Windows calculator, set it to programmer, select hex and paste the numbers, stripping the 0x beforehand. 001a0f96 for example is 1707926, while the other is just 0. The url for that file is:
http://assetcdn.101.arenanetworks.com/program/101/1/0/1707926
Open it notepad to look for any obvious signs (injected HTML code), otherwise you’ll need to download it through the VPN and compare the files.
Alternatively, my launcher has a proxy server built into it, which will allow you to view the files being downloaded. It’s straightforward to setup, you just need to enable the proxy server (right click > tools). Or you could try my patcher, which allows you to manually download patches.
The fact that a VPN is the only solution implies that your ISP is manipulating your connection. This asset server for example is the primary one, so it shouldn’t have any problems:
It’s not nice to use this server:
origincdn.101.arenanetworks.com
64.25.41.2You can use “Gw2.exe -log” to see what that last file is, then attempt to download it through your browser to see what’s happening. The log is located at %appdata%/Guild Wars 2/Gw2.log. In it, you should see something like patch failed for 0×00073b8b:0×00000000 -> 0×001a0f96. The last two numbers are the important ones, 0×00000000 being the baseId and 0×001a0f96 being the fileId. Open up the Windows calculator, set it to programmer, select hex and paste the numbers, stripping the 0x beforehand. 001a0f96 for example is 1707926, while the other is just 0. The url for that file is:
http://assetcdn.101.arenanetworks.com/program/101/1/0/1707926
Open it notepad to look for any obvious signs (injected HTML code), otherwise you’ll need to download it through the VPN and compare the files.
Alternatively, my launcher has a proxy server built into it, which will allow you to view the files being downloaded. It’s straightforward to setup, you just need to enable the proxy server (right click > tools). Or you could try my patcher, which allows you to manually download patches.
I wasn’t expecting such an in depth response, especially not so soon.
I guess then that since my ISP is manipulating the connection its on my end then.
Thank you for your time, and the options.