I am trying to download the new build but it keeps telling me to verify files, i checked the logs and i found this multiple times throughout: Code: StartUpdate - Have: 58197 Want: 58678 Init coordinator. Checking context. Running async worker. Update started Fetch manifest exception: An exception occurred during a WebClient request. An exception occurred during a WebClient request. at ManifestUtils.UpdateCoordinator.FetchManifest(UpdateContext ctx) at ManifestUtils.UpdateCoordinator.OnDoWork(DoWorkEventArgs resultArgs) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) Version file: version.txt anybody know what it means or how to fix it? I am on windows
Code: StartUpdate - Have: Want: 58678 Init coordinator. Checking context. Running async worker. Update started Fetch manifest exception: An exception occurred during a WebClient request. An exception occurred during a WebClient request. at ManifestUtils.UpdateCoordinator.FetchManifest(UpdateContext ctx) at ManifestUtils.UpdateCoordinator.OnDoWork(DoWorkEventArgs resultArgs) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) Version file: version.txt Same error
Same thing is happening to me. I deleted and reinstalled, but it is still stuck. I am having this issue whether or not I run as administrator, so it probably isn't a permissions problem. What server is the game trying to access to update? I want to try to ping it and see if I can at least reach it from here.
I checked it out in Wireshark. At first glance, I seem to be getting a 404 when it tries to do HTTP GET /PA/PA_Windows__58678.xml?Policy=[...huge query string...] It has the right build number there, which means it at least got that from the server.
Code: http://download.uberent.com/PA/PA_Windows__58678.xml?Policy= I suspect the rest might involve my account key, so I am hesitant to share it. When I go to it directly, I'm getting this; Code: <?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>PA/PA_Windows__58678.xml</Key><RequestId>F00193098DAE7A26</RequestId><HostId>D6dAksu9bxLwEV0HnSTWHPpHLkv550EByESMRvM1YDQanO6ZxAOTXoj2YgvTJxoE</HostId></Error> Please keep in mind that I'm just rushing through all this, so I would like to see someone else try it and see if I'm missing something.
I got the same thing HTML: <Error __fvdSurfCanyonInserted="1"> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> <Key>PA/PA_Windows__58678.xml</Key>
But if you noticed, "key" might not mean account key. <Key>PA/PA_Windows__58678.xml</Key> So maybe the CDN is just saying the file doesn't exist.
But the file does exist, because we can see it in our browser! everyone can go to this file: http://download.uberent.com/PA/PA_Windows__58678.xml
My PA Launcher also seems to be requesting PA_Windows_58678z.xml, which definitely DOES exist and might be the actual update. I'm just not sure why the client isn't doing anything with it.
If I had to guess, I'd say a regional CDN is having problems updating. Not sure WHY. That shouldn't happen. You are both using the Uber Launcher, I assume?
Uber launcher, yes. And like I said, it does also request PA_Windows_58678x.xml but either doesn't get a response or doesn't do anything with it. I might look into that more. I'm in Washington, DC if that helps narrow down the regional issues.