Unable to download client

Forum for bugs and technical problems.

Re: Unable to download client

Postby staxjax » Fri Sep 07, 2012 7:10 pm

Very nice, APXEOLOG. Will you be updating this download with game/client updates? If so, this should be added to Milonti's useful links thread.
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Unable to download client

Postby Shealladh » Sat Sep 08, 2012 2:09 am

I have the same issue, I have restarted the client many times and still waiting after 14hrs for the cache to install the needed files;
Attachments
Salem_Install.PNG
Salem_Install.PNG (15.84 KiB) Viewed 2951 times
Image
Shealladh
 
Posts: 75
Joined: Thu Aug 02, 2012 4:28 am

Re: Unable to download client

Postby staxjax » Sat Sep 08, 2012 2:12 am

It looks like your download is getting stalled up while verifying the application before it is ran. Delete all temporary java files. If that doesn't work then try to turn off Windows UAC, temporarily disable your firewall and anti-virus program before trying again.
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Unable to download client

Postby Shealladh » Sat Sep 08, 2012 2:15 am

staxjax wrote:It looks like your download is getting stalled up while verifying the application before it is ran.

Turn off Windows UAC, temporarily disable your firewall and anti-virus program, and try again.


None of these are on!
Image
Shealladh
 
Posts: 75
Joined: Thu Aug 02, 2012 4:28 am

Re: Unable to download client

Postby staxjax » Sat Sep 08, 2012 2:20 am

control panel>java>general>temporary internet files>view>highlight clients and press the delete button
control panel>java>general>temporary internet files>settings>delete files>check all boxes and press ok
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Unable to download client

Postby Shealladh » Sat Sep 08, 2012 2:32 am

staxjax wrote:control panel>java>general>temporary internet files>view>highlight clients and press the delete button
control panel>java>general>temporary internet files>settings>delete files>check all boxes and press ok


Done that many times, still getting the same issue, gets stuck and appears to stop;
Attachments
Salem_Install2.PNG
Salem_Install2.PNG (15.24 KiB) Viewed 2948 times
Image
Shealladh
 
Posts: 75
Joined: Thu Aug 02, 2012 4:28 am

Re: Unable to download client

Postby staxjax » Sat Sep 08, 2012 2:40 am

Try the link APXEOLOG posted for full client downloads without the JNLP...of course these will probably only work until the next game update, but alas, it is worth a shot.

http://rghost.ru/40045724
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Unable to download client

Postby Shealladh » Sat Sep 08, 2012 2:49 am

staxjax wrote:Try the link APXEOLOG posted for full client downloads without the JNLP...of course these will probably only work until the next game update, but alas, it is worth a shot.

http://rghost.ru/40045724



Thanks. I found before that as soon as it's in cache it works fine, just seems to stall the download or timeout then constantly waits in that state.

Hopefully this will allow the cache to set itself, then should update later on with BD and Ender. When I encounter an error in BD or Ender, I restart the vanilla client and if it updates, it then fixes the error in BD or ender.

So I think there is something wrong with the caching of the client?

Edit: Well this works and is playable.
Why can't I manually update the cache files, as this is the issue, it just keeps stalling the download?
Image
Shealladh
 
Posts: 75
Joined: Thu Aug 02, 2012 4:28 am

Re: Unable to download client

Postby Shealladh » Sat Sep 08, 2012 5:18 am

OK, it finally gave an error for Vanilla Client;

Launch File:
Code: Select all
<jnlp spec="1.0+" codebase="http://plymouth.seatribe.se/java/" href="salem.jnlp">
  <information>
    <title>Salem</title>
    <vendor>Seatribe</vendor>
    <description>The Salem game</description>
    <icon href="icon.gif"/>
    <shortcut online="false">
      <desktop/>
      <menu submenu="Salem"/>
    </shortcut>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources>
    <java version="1.6+" max-heap-size="512M"/>
    <j2se version="1.6+" max-heap-size="512M"/>
    <jar href="salem.jar"/>
    <property name="haven.errorurl" value="http://plymouth.seatribe.se/java/error"/>
    <property name="haven.defserv" value="plymouth.seatribe.se"/>
    <property name="haven.resurl" value="http://plymouth.seatribe.se/res/"/>
    <property name="haven.storeurl" value="http://services.paradoxplaza.com/adam/storelette/salem"/>
    <extension name="res" href="http://plymouth.seatribe.se/java/salem-res.jnlp"/>
    <extension name="jogl" href="http://plymouth.seatribe.se/java/jogl/jogl.jnlp"/>
  </resources>
  <application-desc/>
</jnlp>


Exception:
Code: Select all
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://plymouth.seatribe.se/java/salem-res.jar
   at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
   at com.sun.deploy.net.DownloadEngine._downloadCacheEntry(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
   at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)


Wrapped Exception:
Code: Select all
java.net.SocketException: Connection reset
   at java.net.SocketInputStream.read(Unknown Source)
   at java.net.SocketInputStream.read(Unknown Source)
   at java.io.BufferedInputStream.read1(Unknown Source)
   at java.io.BufferedInputStream.read(Unknown Source)
   at sun.net.www.MeteredStream.read(Unknown Source)
   at java.io.FilterInputStream.read(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source)
   at java.io.BufferedInputStream.read1(Unknown Source)
   at java.io.BufferedInputStream.read(Unknown Source)
   at java.io.BufferedInputStream.fill(Unknown Source)
   at java.io.BufferedInputStream.read1(Unknown Source)
   at java.io.BufferedInputStream.read(Unknown Source)
   at java.io.FilterInputStream.read(Unknown Source)
   at java.io.PushbackInputStream.read(Unknown Source)
   at java.util.zip.InflaterInputStream.fill(Unknown Source)
   at java.util.zip.InflaterInputStream.read(Unknown Source)
   at java.util.zip.ZipInputStream.read(Unknown Source)
   at com.sun.deploy.net.HttpDownloadHelper.decompressWrite(Unknown Source)
   at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source)
   at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
   at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
   at com.sun.deploy.net.DownloadEngine._downloadCacheEntry(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
   at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Image
Shealladh
 
Posts: 75
Joined: Thu Aug 02, 2012 4:28 am

Re: Unable to download client

Postby MagicManICT » Sat Sep 08, 2012 5:34 am

What Java version are you using? What OS do you have? You're having some sort of disconnect from the server, and was probably why it was hanging before.
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am

PreviousNext

Return to Bugs & Technicalities

Who is online

Users browsing this forum: No registered users and 1 guest