several file can not be downloaded when update game

When I update game, there are 5 files always download failed, And the log just like:

"
[WARN Client 10084] Error: Failure when receiving data from peer while downloding https:// pathcdn.pathofexile.com/xxxxxxxxxx


What I can remember are.. `Art/Models/Items/Armor/Gloves/DemonKingGloves/DemonKingGlovesStrIntc6999xxx`, `Weapon/One-HandWeapons/Claws/`, sorry I can't remember clearly..

When I visit the url, I can download the file. And I used a patch tool to put these file in content (right position), it did't work.

Can you help me? thank you!
Last bumped on Dec 12, 2018, 5:02:14 AM
This thread has been automatically archived. Replies are disabled.
I rebooted and retried many many many times, and I used patch check tool in the game directory.
I tried with or without VPN, or switch it to global mode.
I started game with admin role.

All of above did not work.
I solved this problem.
First, I can download missing files by a web browser with file url I found in logs or alert message box.
Second I deploy a simple HTTP server with python, and I made directories like patch/3.5.0.4/Art/xxx in the server's root path.
Finally I modify my hosts adding a line '127.0.0.1 patchcdn.pathofexile.com'.

Now requests to patchcdn.pathofexile.com target to the simple HTTP server on my computer, files can be downloaded.

Report Forum Post

Report Account:

Report Type

Additional Info