Page 1 of 1

Download link not working / Unable to launch the application

PostPosted: Tue Jan 15, 2013 12:49 pm
by LyrickCZE
Good afternoon,

I just found this interesting game, but when trying to download it from this link:

http://plymouth.seatribe.se/java/salem.jnlp

it ends up with this error screen:
(Google Chrome can't find the server plymouth.seatribe.se)
Image

Any ideas?

Thank you for your time.

Re: Download link not working

PostPosted: Tue Jan 15, 2013 12:53 pm
by Procne
Something must be blocking this address for you. Firewall? Proxy? Are you in some office / school network?
It works for me.

Re: Download link not working

PostPosted: Tue Jan 15, 2013 1:06 pm
by LyrickCZE
Hmm, must have been some temporary problem. It is working for me as well, and I did absolutely no changes.

EDIT: Ignore the following comment, now it magically works. Again after making no changes. I'm confused.

But now after downloading salem.jnlp and running it, it ends with:
Application Error
Unable to launch the application
Details:
Code: Select all
java.net.UnknownHostException: plymouth.seatribe.se
   at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.SocksSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.<init>(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
   at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source)
   at com.sun.deploy.cache.ResourceProviderImpl.getJreResource(Unknown Source)
   at com.sun.javaws.LaunchDownload._downloadExtensionsHelper(Unknown Source)
   at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
   at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)
   at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
   at com.sun.javaws.Launcher.prepareAllResources(Unknown Source)
   at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
   at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
   at com.sun.javaws.Launcher.launch(Unknown Source)
   at com.sun.javaws.Main.launchApp(Unknown Source)
   at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
   at com.sun.javaws.Main.access$000(Unknown Source)
   at com.sun.javaws.Main$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)



I'm using Comodo Firewall which is set to show me all requests (and upon starting salem.jnlp I set javaws.exe to be trusted and also tried running it second time).
I'm not in school or work or using the proxy. Regular home network, wired, VDSL, using Win7 Home 32bit, latest Java7u11.

Any other information I should mention?

Re: Download link not working / Unable to launch the applica

PostPosted: Tue Jan 15, 2013 1:36 pm
by Procne
Well, try pinging plymouth.seatribe.se

Go to command line and type
ping plymouth.seatribe.se

If you get the error that it's impossible to resolve the hostname then try cleaning your DNS cache:
ipconfig /flushdns

Then try pinging again. If you again get error about host not being resolved then it looks like your ISP's DNS servers either can't find this host or have it blocked. You might try to choose different DNS server or use IP directly instead of host name. Try pinging 194.237.239.121
If it fails then ISP is blocking it intentionally I guess. If it works however then you can try this:

Open salem.jnlp in notepad and change all occurances of plymouth.seatribe.se to 194.237.239.121
Then run it again.

Re: Download link not working / Unable to launch the applica

PostPosted: Wed Jan 16, 2013 3:23 pm
by fiveous
Here for the commodo firewall thing, I dont use commodo firewall and I still got that issue but I managed to bypass it.

Change your Salem desktop shortcut to this, edit for correct path. The main thing is to run salem with Javaws.exe with no splash. PM me if you still need help.

Code: Select all
C:\Windows\SysWOW64\javaws.exe -Xnosplash "C:\Salem Online\salem.jnlp"