Wondering if anyone could help me with a problem

Hi all ive been trying to run a game that apparently runs on the RPI, PokeMMO.
However ive ran into a problem and cant find the solution anywhere.

[INFO 2016-01-11 12-04-37] com.pokeemu.client.Client:? - MemoryInfo: Heap Memory Usage: 2/495 MB
[INFO 2016-01-11 12-04-37] com.pokeemu.client.Client:? - MemoryInfo: NonHeap Memory Usage: 4/96 MB
[INFO 2016-01-11 12-04-37] com.pokeemu.client.Client:? - Starting PokeMMO Client. Client revision: 6464
[INFO 2016-01-11 12-04-37] com.pokeemu.client.Client:? - https://pokemmo.eu
[INFO 2016-01-11 12-04-37] com.pokeemu.client.Client:? - Java Version: 1.7.0_91
[INFO 2016-01-11 12-04-37] com.pokeemu.client.Client:? - Java Home: /usr/lib/jvm/java-7-openjdk-armhf/jre
[INFO 2016-01-11 12-04-38] com.pokeemu.client.o0OO.super.B:? - Loading possible string container: strings_de.xml
[INFO 2016-01-11 12-04-39] com.pokeemu.client.o0OO.super.B:? - Loading possible string container: strings_fr.xml
[INFO 2016-01-11 12-04-40] com.pokeemu.client.o0OO.super.B:? - Loading possible string container: strings_it.xml
[INFO 2016-01-11 12-04-41] com.pokeemu.client.o0OO.super.B:? - Loading possible string container: strings_es.xml
[INFO 2016-01-11 12-04-41] com.pokeemu.client.o0OO.super.B:? - Loading possible string container: strings_en.xml
[INFO 2016-01-11 12-04-42] com.pokeemu.client.o0OO.super.super:? - Populating primary string container: en
OpenJDK Zero VM warning: You have loaded library /home/j/Desktop/PokeMMO-Client/lib/native/linux/liblwjgl64.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It’s highly recommended that you fix the library with 'execstack -c ', or link it with ‘-z noexecstack’.
Exception in thread “main” java.lang.UnsatisfiedLinkError: /home/j/Desktop/PokeMMO-Client/lib/native/linux/liblwjgl.so: /home/j/Desktop/PokeMMO-Client/lib/native/linux/liblwjgl.so: cannot open shared object file: No such file or directory (Possible cause: can’t load IA 32-bit .so on a ARM-bit platform)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851)
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.(Sys.java:112)
at com.pokeemu.client.I.B.(Unknown Source)
at com.pokeemu.client.Client.(Unknown Source)
at com.pokeemu.client.Client.main(Unknown Source)

Could anyone please tell me what is going on, and if its able to be fixed.
I have also posted in the games forums.
Thanks

There is your problem, I don’t really know how to help you further though!. :smiley:

Thanks i hope someone will be able to help me with this

I’d start by attempting to install the missing library: liblwjgl.so

Try typing “sudo apt-get install liblwjgl-java” in a console terminal and see if that helps.