Hello, I try to run the game on ubuntu 10.04. I installed Open JDK Java 6 runtime, then use the command sudo javaws / home / chupizz / Downloads / autohaven and I display this window
I get a very similar error when I try starting; I am using Fedora 11.
java.lang.UnsatisfiedLinkError: no jogl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1678) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189) at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49) at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80) at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103) at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49) at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111) at java.security.AccessController.doPrivileged(Native Method) at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109) at com.sun.opengl.impl.x11.X11GLDrawableFactory.<clinit>(X11GLDrawableFactory.java:101) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:111) at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90) at haven.HavenPanel.<init>(HavenPanel.java:63) at haven.MainFrame.<init>(MainFrame.java:120) at haven.MainFrame.main2(MainFrame.java:209) at haven.MainFrame.access$100(MainFrame.java:34) at haven.MainFrame$5.run(MainFrame.java:262) at java.lang.Thread.run(Thread.java:636)
These kinds of errors seem to happen every once in a while, but I haven't the slightest clue as to what causes them. It commonly helps to clear Java's cache, though.
However,
chupizz wrote:use the command sudo javaws / home / chupizz / Downloads / autohaven
Whyever are you running it as root?
"Object-oriented design is the roman numerals of computing." -- Rob Pike