I have been trying for the past week to install and run this game, with little success. At first I would get through only a tiny bit of the download before receiving an error message insisting I did not have Java installed (I do). I poked around a bit and saw someone else posted about needing to check that temporary files were kept, I looked and that option was already checked on - I deleted all temporary files just in case and let it reload them again. The installer went through the entire download sequence, and immediately before the finish it gave the same error message insisting I did not have Java installed. I am currently using Java 6.20, attempted uninstalling and reinstalling Java completely, and it has made no difference, so I am at a loss what else to try.
The error text is as follows:
<?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="midomiko" />
<property name="haven.authck" value="15F60B660371FD20F73CACDBD6895329B5DCD181C659229698A50BF369937415" />
<extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp" />
</resources>
<application-desc />
</jnlp>
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.havenandhearth.com/java/haven-res.jar
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.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.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$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.util.zip.ZipException: invalid stored block lengths
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.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.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.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$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Any help is appreciated, this does look like a very interesting game, I just wish it would actually install to try it out.