I am unable to get the game to launch since like two days ago when I was last on and it was running fine. It seems to be a Java issue. I tried uninstalling all the older versions of Java that were still on my comp. thinking that was the issue but alas... I am at a loss...
According to the Java site I have the latest version of it. Here are the error logs:
Launch File Tab:
?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="moltke.seatribe.se" />
<property name="haven.fullscreen" value="off" />
<property name="haven.authuser" value="Reyajh" />
<property name="haven.authck" value="B2708CF97E29BE433CF498E7A6B9715D0660AA7FBA8BFE7DA6B4EB403300086A" />
<extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp" />
</resources>
<application-desc />
</jnlp>
Exception Tab:
com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: http://www.havenandhearth.com/java/haven-res.jar
at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(Unknown Source)
at com.sun.javaws.security.SigningInfo.check(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
at com.sun.javaws.Launcher.prepareResources(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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)