This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I've been using Ubuntu for maybe ~1 week now, and I've downloaded a game, but my attempts at running it have so far been futile.
Game: http://7dfps.com/?action=games&id=228
I put the game's jar in this directory: /home/leafletpamhplet/games/, then try to run it by putting this in terminal:
cd /home/leafletpamhplet/games
java -jar boarding-party.jar
I then receive this error in turn after waiting for ~2 seconds.
leafletpamhplet@leafletpamhplet-HP-Pavilion-g6-Notebook-PC:~$ cd /home/leafletpamhplet/games
leafletpamhplet@leafletpamhplet-HP-Pavilion-g6-Notebook-PC:~/games$ java -jar boarding-party.jar
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoa der.main(JarRsrcLoader.java:58)
Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /tmp/libgdxleafletpamhplet/2789134151/liblwjgl.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1854)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1062)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.openal.AL.<clinit>(AL.java:59)
at com.badlogic.gdx.backends.openal.OpenALAudio.<init >(OpenALAudio.java:70)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.< init>(LwjglApplication.java:80)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.< init>(LwjglApplication.java:64)
at com.interrupt.dungeoneer.DesktopStarter.main(Deskt opStarter.java:18)
... 5 more
No idea what to do, or if this a problem with the game, or my java, although I havn't been able to run anything else with the same method.
Here's the full terminal text from when I tryed to run it.
leafletpamhplet@leafletpamhplet-HP-Pavilion-g6-Notebook-PC:~$ cd /home/leafletpamhplet/games
leafletpamhplet@leafletpamhplet-HP-Pavilion-g6-Notebook-PC:~/games$ java -jar boarding-party.jar
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoa der.main(JarRsrcLoader.java:58)
Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /tmp/libgdxleafletpamhplet/2789134151/liblwjgl.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1854)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1062)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.openal.AL.<clinit>(AL.java:59)
at com.badlogic.gdx.backends.openal.OpenALAudio.<init >(OpenALAudio.java:70)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.< init>(LwjglApplication.java:80)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.< init>(LwjglApplication.java:64)
at com.interrupt.dungeoneer.DesktopStarter.main(Deskt opStarter.java:18)
... 5 more
Subreddit
Post Details
- Posted
- 9 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/linux4noobs...