If I run as root user I can get through the folder selection screen and to the login screen. I have set it (24 bit color, have tried both windowed and fullscreen), put in my password and submit. I get an error box "Unable to launch the application." Viewing detail I see: "Unexpected exception: java.lang.reflect.InvocationTargetException". The full error message is:
Code: Select all
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.UnsatisfiedLinkError: /root/.java/deployment/cache/6.0/62/484ccb3e-6c7ae918-n/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1838)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
at org.lwjgl.Sys.loadLibrary(Sys.java:81)
at org.lwjgl.Sys.<clinit>(Sys.java:98)
at org.lwjgl.opengl.Display.<clinit>(Display.java:129)
at illarion.client.IllaClient.init(IllaClient.java:204)
at illarion.client.IllaClient.<init>(IllaClient.java:148)
at illarion.client.IllaClient.main(IllaClient.java:612)
... 9 more
1. I can't get to the login screen as a regular user.
2. As root user I can get to the login screen, but I can't actually login without a java error.
Thoughts?
Thanks in advance for any help.
