Game won't start

The worst monsters in the Hearthlands warp the fabric of space and time..

Game won't start

Postby rhadiel » Mon Oct 12, 2009 10:33 am

Hello,
I have just created an account, pressed the big red PLAY button, downloaded the Java "autohaven.jnlp" file but after download I get this error:
Image

P.S. i`m using Chrome browser... might this be the cause?

Thanks!
rhadiel
 
Posts: 5
Joined: Mon Oct 12, 2009 10:30 am

Re: Game won't start

Postby rhadiel » Tue Oct 13, 2009 11:01 am

More details:

Launch File:

Code: Select all
<?xml version="1.0" ?>
<!--

   This is a Java Web Start file. If you are reading this text,
   it most likely means that you have not installed Java, which
   you will need to play Haven and Hearth. The easiest way to get
   Java is probably to go to http://www.java.com/ and download
   it.
   
   It might also mean that you are just curious, in which case I
   bid you to go ahead. 'Tis a good thing.

-->
<jnlp spec="1.0+" codebase="http://www.havenandhearth.com/java/">
  <information>
    <title>Haven and Hearth</title>
    <vendor>Seatribe</vendor>
    <homepage href="http://www.havenandhearth.com/" />
    <description>The Haven game</description>
    <icon href="icon.gif" />
    <icon href="splash.gif" kind="splash" />
  </information>
  <security>
    <all-permissions />
  </security>
  <resources>
    <j2se version="1.5+" max-heap-size="256M" />
    <jar href="haven.jar" />
    <jar href="haven-res.jar" />
    <property name="haven.errorhandler" value="on" />
    <property name="haven.defserv" value="sh.seatribe.se" />
    <property name="haven.fullscreen" value="off" />
    <property name="haven.authuser" value="rhadiel" />
    <property name="haven.authck" value="0B2881B094064CC3B725C57917E15AA803C9BF973DDE06046547C5E883588DD9" />
    <extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp" />
  </resources>
  <application-desc />
</jnlp>


Exception:
Code: Select all
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.havenandhearth.com/java/jogl/jogl.jnlp
   at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getCachedFile(Unknown Source)
   at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
   at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)
   at com.sun.javaws.Launcher.downloadResources(Unknown Source)
   at com.sun.javaws.Launcher.prepareLaunchFile(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$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)



Wrapped Exception:
Code: Select all
java.lang.NullPointerException
   at com.sun.deploy.net.proxy.DeployProxySelector.select(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.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.net.DownloadEngine.actionDownload(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
   at com.sun.deploy.net.DownloadEngine.getCachedFile(Unknown Source)
   at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
   at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)
   at com.sun.javaws.Launcher.downloadResources(Unknown Source)
   at com.sun.javaws.Launcher.prepareLaunchFile(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$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
rhadiel
 
Posts: 5
Joined: Mon Oct 12, 2009 10:30 am

Re: Game won't start

Postby Blaze » Tue Oct 13, 2009 11:06 am

If you're running the file directly off your computer (Meaning you downloaded the client itself to your java cache from this link. I doubt your browser is the problem.

And err:
Code: Select all
   This is a Java Web Start file. If you are reading this text,
   it most likely means that you have not installed Java, which
   you will need to play Haven and Hearth. The easiest way to get
   Java is probably to go to http://www.java.com/ and download
   it.

That might be the problem.
You see a masterful engraving by Blaze. On it is Blaze, bears, boars, and foxes. Blaze is striking down the bears. The boars are screaming. The foxes are in a fetal position. The image relates to the return of Blaze in the late winter of 2009.
User avatar
Blaze
 
Posts: 1072
Joined: Sun May 31, 2009 3:59 am
Location: Hearth

Re: Game won't start

Postby rhadiel » Tue Oct 13, 2009 11:11 am

Blaze,

When I press the PLAY button in the website's header, the file downloads automatically after I provide login credentials.

Tried with Chrome, IE7 and Firefox 3.5x.

Any suggestions will be welcomed :)
rhadiel
 
Posts: 5
Joined: Mon Oct 12, 2009 10:30 am

Re: Game won't start

Postby Blaze » Tue Oct 13, 2009 11:16 am

Okay, I'll say it plainly:

"You HAVE installed Java, right?"

If you have either:
1. Something on your machine is preventing the game from writing into your JWS cache.
2. The client isn't installed where it should be.
3. The download was corrupted, which I doubt.
You see a masterful engraving by Blaze. On it is Blaze, bears, boars, and foxes. Blaze is striking down the bears. The boars are screaming. The foxes are in a fetal position. The image relates to the return of Blaze in the late winter of 2009.
User avatar
Blaze
 
Posts: 1072
Joined: Sun May 31, 2009 3:59 am
Location: Hearth

Re: Game won't start

Postby rhadiel » Tue Oct 13, 2009 11:24 am

Hehe yes, I DO have Java installed.
Image

And about your first point, I have checked all browsers and nothing blocks Java...
rhadiel
 
Posts: 5
Joined: Mon Oct 12, 2009 10:30 am

Re: Game won't start

Postby Blaze » Tue Oct 13, 2009 11:27 am

Type in "Javaws" in your "Run" box (or it's equivalent) and hit enter. Your Java Application Cache should pop-up confirming that you do indeed have H&H completely installed. For some reason your computer can't A. Find it, B. Load it, or C. Can't allocate the RAM for it.

What are your system specs?
You see a masterful engraving by Blaze. On it is Blaze, bears, boars, and foxes. Blaze is striking down the bears. The boars are screaming. The foxes are in a fetal position. The image relates to the return of Blaze in the late winter of 2009.
User avatar
Blaze
 
Posts: 1072
Joined: Sun May 31, 2009 3:59 am
Location: Hearth

Re: Game won't start

Postby rhadiel » Tue Oct 13, 2009 11:37 am

The JWS popup does indeed appear. Must be something screwed with my Java.


Thanks for the tips, will try at home.
rhadiel
 
Posts: 5
Joined: Mon Oct 12, 2009 10:30 am

Re: Game won't start

Postby loftar » Tue Oct 13, 2009 4:28 pm

rhadiel wrote:Wrapped Exception:
Code: Select all
java.lang.NullPointerException
   at com.sun.deploy.net.proxy.DeployProxySelector.select(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)

This is the real error. I cannot immediately tell what causes it, though; it looks really weird and I haven't seen anything like it before. Judging the causing class name "DeployProxySelector" being called from the HTTP client code, there might be something messed up with your proxy settings. Java has its own control panel program in Windows where you can set the Java-specific proxy settings, so you may want to check it out.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9045
Joined: Fri Apr 03, 2009 7:05 am

Re: Game won't start

Postby Szioul » Sun Nov 01, 2009 5:35 am

I had the same problem. My firewall didn't allow javaw.exe access to the internet.
Szioul
 
Posts: 1
Joined: Sat Oct 31, 2009 1:21 am

Next

Return to Bugs

Who is online

Users browsing this forum: Claude [Bot] and 0 guests