I can’t make superelvis run with webstart. I’ve been able to make other lwjgl run on my computer so I don’t know what the problem is. Here the error
General:
An error occurred while launching/running the application.
Title: SUPER ELVIS 0.94-200409172
Vendor: Puppy Games
Category: Unexpected Error
Unexpected exception: java.lang.reflect.InvocationTargetException
Launch File:
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for Hallucinogenesis -->
<jnlp
spec="1.0+"
codebase="http://www.puppygames.net/downloads/hallucinogenesis"
href="hallucinogenesis.jnlp">
<information>
<title>SUPER ELVIS 0.94-200409172</title>
<vendor>Puppy Games</vendor>
<homepage href="http://www.puppygames.net/"/>
<description>Shoot things! Collect things! Help Elvis escape a bad trip!</description>
<description kind="short">Shoot-em-up</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4+"/>
<jar href="hallucinogenesis-code.jar"/>
<jar href="hallucinogenesis-sprites.jar"/>
<jar href="hallucinogenesis-sounds.jar"/>
<jar href="hallucinogenesis-images.jar"/>
<jar href="hallucinogenesis-fonts.jar"/>
<jar href="hallucinogenesis-images.jar"/>
<jar href="hallucinogenesis-game.jar"/>
<jar href="alloy.jar"/>
<jar href="lwjgl.jar"/>
<jar href="gamecommerce.jar"/>
<jar href="spgl.jar"/>
<jar href="jogg-0.0.5.jar"/>
<jar href="jorbis-0.0.12.jar"/>
<extension href="bc.jnlp" />
</resources>
<resources os="Windows">
<j2se version="1.4+"/>
<nativelib href="lwjgl-windows.jar"/>
<nativelib href="openal-windows.jar"/>
</resources>
<resources os="Linux" arch="i386">
<j2se version="1.4+"/>
<nativelib href="lwjgl-linux.jar"/>
<nativelib href="openal-linux.jar"/>
</resources>
<resources os="MacOS">
<j2se version="1.4+"/>
<nativelib href="lwjgl-osx.jar"/>
<nativelib href="openal-osx.jar"/>
</resources>
<j2se version="1.4+" initial-heap-size="40m" max-heap-size="40m" java-vm-args="-Xincgc"/>
<property key="java.library.path" value="." />
<application-desc main-class="genesis.Game"/>
</jnlp>
Exception:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError
at genesis.Game.cleanup(Game.java:529)
at genesis.Game.exit(Game.java:766)
at genesis.Game.main(Game.java:543)
... 11 more
I’m running WINXP on my laptop which has a mobility radeon 9000 graphics card. I’ve got the same problem on my stationary computer that runs WINXP and has a GeForce 3 Ti200 graphics card.
What could be wrong?