So I came across Haven & Hearth on 420chan and decided to come and play. But I can't seem to get it working. I downloaded the 'autohaven' file and ran it with the command 'javaws -nosecurity autohaven' which did start it up and then proceeded to download some files but then crashed with this error.
- Code: Select all
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application.
at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:776)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:887)
Caused by: java.lang.NullPointerException
at net.sourceforge.jnlp.runtime.JNLPClassLoader.merge(JNLPClassLoader.java:1280)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:299)
at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:767)
... 2 more
Caused by:
java.lang.NullPointerException
at net.sourceforge.jnlp.runtime.JNLPClassLoader.merge(JNLPClassLoader.java:1280)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:299)
at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:767)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:887)
What's the prob guys?
Thanks bye!