Earlier today I was playing, but now when I try to start the game, I get an error that says "Unable to launch the application."
The details are:
<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.errorurl" value="http://www.havenandhearth.com/java/errsvc/post"/>
<property name="haven.defserv" value="moltke.seatribe.se"/>
<property name="haven.fullscreen" value="off"/>
<property name="haven.authuser" value="xxx"/>
<property name="haven.authck" value="xxx"/>
<extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp"/>
</resources>
<application-desc/>
</jnlp>
And the "exception is listed as:
JNLPException[category: Download Error : Exception: null : LaunchDesc: null
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)