Application error

Forum for bugs and technical problems.

Application error

Postby godmodestatus » Wed Jul 22, 2015 8:40 am

I get an application error upon starting the game,
So there were 3 logs,
godmodestatus
 
Posts: 4
Joined: Wed Jul 22, 2015 8:38 am

Re: Application error

Postby godmodestatus » Wed Jul 22, 2015 8:40 am

(1) Launch file

<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="http://game.salemthegame.com/java/jogl2/"
href="jogl-all-awt.jnlp" version="v2.1.2">
<information>
<title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title>
<vendor>JogAmp Community</vendor>
<homepage href="http://jogamp.org/"/>
<description>Java Binding to the OpenGL API - 2.0.0 - ALL.AWT</description>
<description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description>
<offline-allowed/>
</information>
<update check="background" policy="always"/>
<security>
<all-permissions/>
</security>
<resources>
<jar href="jar/jogl-all.jar" />

<extension name="gluegen-rt" href="gluegen-rt.jnlp" />
</resources>

<resources os="Windows" arch="x86">
<nativelib href = "jar/jogl-all-natives-windows-i586.jar" />
</resources>
<resources os="Windows" arch="amd64">
<nativelib href = "jar/jogl-all-natives-windows-amd64.jar" />
</resources>
<resources os="Windows" arch="x86_64">
<nativelib href = "jar/jogl-all-natives-windows-amd64.jar" />
</resources>
<resources os="SunOS" arch="sparc">
<nativelib href = "jar/jogl-all-natives-solaris-sparc.jar" />
</resources>
<resources os="SunOS" arch="sparcv9">
<nativelib href = "jar/jogl-all-natives-solaris-sparcv9.jar" />
</resources>
<resources os="SunOS" arch="x86">
<nativelib href = "jar/jogl-all-natives-solaris-i586.jar" />
</resources>
<resources os="SunOS" arch="amd64">
<nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" />
</resources>
<resources os="SunOS" arch="x86_64">
<nativelib href = "jar/jogl-all-natives-solaris-amd64.jar" />
</resources>
<resources os="Linux" arch="i386">
<nativelib href = "jar/jogl-all-natives-linux-i586.jar" />
</resources>
<resources os="Linux" arch="x86">
<nativelib href = "jar/jogl-all-natives-linux-i586.jar" />
</resources>
<resources os="Linux" arch="amd64">
<nativelib href = "jar/jogl-all-natives-linux-amd64.jar" />
</resources>
<resources os="Linux" arch="x86_64">
<nativelib href = "jar/jogl-all-natives-linux-amd64.jar" />
</resources>
<resources os="Linux" arch="arm">
<nativelib href = "jar/jogl-all-natives-linux-armv6.jar" />
<nativelib href = "jar/jogl-all-natives-linux-armv6hf.jar" />
</resources>
<resources os="Linux" arch="armv7">
<nativelib href = "jar/jogl-all-natives-linux-armv6.jar" />
<nativelib href = "jar/jogl-all-natives-linux-armv6hf.jar" />
</resources>
<resources os="Mac OS X" arch="i386">
<nativelib href = "jar/jogl-all-natives-macosx-universal.jar" />
</resources>
<resources os="Mac OS X" arch="x86_64">
<nativelib href = "jar/jogl-all-natives-macosx-universal.jar" />
</resources>

<component-desc />
</jnlp>
godmodestatus
 
Posts: 4
Joined: Wed Jul 22, 2015 8:38 am

Re: Application error

Postby godmodestatus » Wed Jul 22, 2015 8:40 am

(2 Main Launch file)


<jnlp spec="1.0+" codebase="http://game.salemthegame.com/java/" href="salem.jnlp">
<information>
<title>Salem</title>
<vendor>Seatribe</vendor>
<description>The Salem game</description>
<icon href="icon.gif"/>
<shortcut online="false">
<desktop/>
<menu submenu="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"/>
<property name="jnlp.haven.errorurl" value="http://game.salemthegame.com/java/error"/>
<property name="jnlp.haven.defserv" value="game.salemthegame.com"/>
<property name="jnlp.haven.resurl" value="http://game.salemthegame.com/res/"/>
<property name="jnlp.haven.screenurl" value="http://game.salemthegame.com/mt/ss"/>
<property name="jnlp.haven.storeurl" value="http://login.salemthegame.com/portal/tostore"/>
<property name="jnlp.haven.regurl" value="http://login.salemthegame.com/beta/nregister"/>
<extension name="res" href="http://game.salemthegame.com/java/salem-res.jnlp"/>
<extension name="jogl2" href="http://game.salemthegame.com/java/jogl2/jogl-all-awt.jnlp"/>
</resources>
<application-desc/>
</jnlp>
godmodestatus
 
Posts: 4
Joined: Wed Jul 22, 2015 8:38 am

Re: Application error

Postby godmodestatus » Wed Jul 22, 2015 8:41 am

(3) Exception

BadFieldException[ Cache must be enabled for nativelib or installer-desc support,http://game.salemthegame.com/java/jogl2/jar/jogl-all-natives-windows-i586.jar]
at com.sun.javaws.jnl.XMLFormat.handleResourceElement(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.access$400(Unknown Source)
at com.sun.javaws.jnl.XMLFormat$2$1.visitElement(Unknown Source)
at com.sun.javaws.jnl.XMLUtils.visitChildrenElements(Unknown Source)
at com.sun.javaws.jnl.XMLFormat$2.visitElement(Unknown Source)
at com.sun.javaws.jnl.XMLUtils.visitElements(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.buildResourcesDesc(Unknown Source)
at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.LaunchDownload._downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensionsHelper(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadExtensions(Unknown Source)
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)
godmodestatus
 
Posts: 4
Joined: Wed Jul 22, 2015 8:38 am

Re: Application error

Postby MagicManICT » Wed Jul 22, 2015 2:33 pm

Please don't double post. Use the edit button to add extra information. Future multiple posts may get you disciplined for spamming.

I'm going to take a wild guess at this one and say the error message here:

Cache must be enabled


means that you don't have caching turned on in Java. Make sure it is enabled and you have a large enough cache. You can turn this on in the "General" tab and click the "Settings..." button under Temporary Internet Files.
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am


Return to Bugs & Technicalities

Who is online

Users browsing this forum: No registered users and 2 guests

cron