 by MrGemini » Tue Sep 18, 2012 4:28 am
by MrGemini » Tue Sep 18, 2012 4:28 am 
			
			Tried the normal Salem client (64 bit Java) now too, this is the error message:
It was the same as before:
Java.lang.NullPointerException
at haven.HavenPanel.run(HavenPanel.java:408)
at java.lang.Thread.run(Unknown Source)
I forgot that my old Java Installation File was for 32 bit systems while trying Ender first time. Now I uninstalled java, downloaded java 6 for 64 bit systems, wanna install the enders client and now it says "The Application wasnt able to start".
Should i better use Java 6 with 32 bit now? This is th error message:
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="http://plymouth.seatribe.se/java/jogl/"
      href="jogl.jnlp">
  <information>
    <title>Java Binding to the OpenGL API</title>
    <vendor>Sun Microsystems, Inc.</vendor>
    <homepage href="http://jogl.dev.java.net/"/>
    <description>Java Binding to the OpenGL API - JSR-231 Current Build</description>
    <description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of JSR-231 APIs)</description>
    <offline-allowed/>
  </information>
  <security>
      <all-permissions/>
  </security>
    <resources>
      <jar href="jogl.jar" />
      <extension name="gluegen-rt" href="http://plymouth.seatribe.se/java/jogl/gluegen-rt.jnlp" />
    </resources>
    <resources os="Windows" arch="x86">
      <nativelib href = "jogl-natives-windows-i586.jar" />
    </resources>
    <resources os="Windows" arch="amd64">
      <nativelib href = "jogl-natives-windows-amd64.jar" />
    </resources>
    <resources os="Windows" arch="x86_64">
      <nativelib href = "jogl-natives-windows-amd64.jar" />
    </resources>
    <resources os="SunOS" arch="sparc">
      <nativelib href = "jogl-natives-solaris-sparc.jar" />
    </resources>
    <resources os="SunOS" arch="sparcv9">
      <nativelib href = "jogl-natives-solaris-sparcv9.jar" />
    </resources>
    <resources os="SunOS" arch="x86">
      <nativelib href = "jogl-natives-solaris-i586.jar" />
    </resources>
    <resources os="SunOS" arch="amd64">
      <nativelib href = "jogl-natives-solaris-amd64.jar" />
    </resources>
    <resources os="SunOS" arch="x86_64">
      <nativelib href = "jogl-natives-solaris-amd64.jar" />
    </resources>
    <resources os="Linux" arch="i386">
      <nativelib href = "jogl-natives-linux-i586.jar" />
    </resources>
    <resources os="Linux" arch="x86">
      <nativelib href = "jogl-natives-linux-i586.jar" />
    </resources>
    <resources os="Linux" arch="amd64">
      <nativelib href = "jogl-natives-linux-amd64.jar" />
    </resources>
    <resources os="Linux" arch="x86_64">
      <nativelib href = "jogl-natives-linux-amd64.jar" />
    </resources>
    <resources os="Mac OS X" arch="ppc">
      <nativelib href = "jogl-natives-macosx-ppc.jar" />
    </resources>
    <resources os="Mac OS X" arch="i386">
      <nativelib href = "jogl-natives-macosx-universal.jar" />
    </resources>
    <resources os="Mac OS X" arch="x86_64">
      <nativelib href = "jogl-natives-macosx-universal.jar" />
    </resources>
  <component-desc />
</jnlp>
-------------------------------------------------------------------------------------
<?xml version="1.0" ?>
<jnlp spec="1.0+" codebase="http://dl.dropbox.com/u/18779594/salem/" href="salem2.jnlp">
  <information>
    <title>Custom Salem</title>
    <vendor>Ender</vendor>
    <description>The Salem game</description>
    <icon href="http://plymouth.seatribe.se/java/icon.gif" />
    <shortcut online="false">
      <desktop />
      <menu submenu="Custom Salem" />
    </shortcut>
  </information>
  <security>
    <all-permissions />
  </security>
  <resources>
    <java version="1.6+" max-heap-size="512M" />
    <j2se version="1.6+" max-heap-size="512M" />
    <jar href="salem.jar" />
    <jar href="client-res.jar" />
    <property name="haven.defserv" value="plymouth.seatribe.se" />
    <property name="haven.resurl" value="http://plymouth.seatribe.se/res/" />
    <extension name="res" href="http://plymouth.seatribe.se/java/salem-res.jnlp" />
    <extension name="jogl" href="http://plymouth.seatribe.se/java/jogl/jogl.jnlp" />
  </resources>
  <application-desc />
</jnlp>
-----------------------------------------------------------------------------------------------
JNLPException[category: Sicherheitsfehler : Exception: null : LaunchDesc: 
<jnlp spec="1.0+" codebase="http://plymouth.seatribe.se/java/jogl/" href="http://plymouth.seatribe.se/java/jogl/jogl.jnlp">
  <information>
    <title>Java Binding to the OpenGL API</title>
    <vendor>Sun Microsystems, Inc.</vendor>
    <homepage href="http://jogl.dev.java.net/"/>
    <description>Java Binding to the OpenGL API - JSR-231 Current Build</description>
    <description kind="short">Java programming language binding to the OpenGL 3D graphics API. (Current build of JSR-231 APIs)</description>
    <offline-allowed/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <update check="timeout" policy="always"/>
  <resources>
    <jar href="http://plymouth.seatribe.se/java/jogl/jogl.jar" download="eager" main="false"/>
    <extension href="http://plymouth.seatribe.se/java/jogl/gluegen-rt.jnlp" name="gluegen-rt"/>
    <nativelib href="http://plymouth.seatribe.se/java/jogl/jogl-natives-windows-amd64.jar" download="eager" main="false"/>
  </resources>
  <component-desc/>
</jnlp> ]
	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)
			Greetings, Gemini & Tinkababe
raven wrote:HOW MAKE FIRE ? I TRAY DIFFERENT WAY BUT I CANT MAKE FIRE
 Gallient wrote:YOU NEED ASK JORB GOD MAKE FIRE, FIRE FALL FROM SKY FIRE BURN FOREST.