PokeMMO is a game written primarily in Java, and executes fine on the Pandora, up until a point, where a method call fails. There is no source available from what I can tell, but maybe someone here can decipher the error thrown.
So, here's the error:
Java HotSpot Client VM warning: You have loaded library /media/FSD1/pandora/JavaApps/PokeMMO/lib/native/linux/liblwjgl.so which might have disabled stack guard. The VM will try to fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /media/FSD1/pandora/JavaApps/PokeMMO/lib/native/linux/liblwjgl.so: /media/FSD1/pandora/JavaApps/PokeMMO/lib/native/linux/liblwjgl.so: cannot open shared object file: No suck file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
followed by a stacktrace beginning in java.lang.ClassLeadersNativeLibrary.load(Native Method)
To me it looks like the LightWeightJavaGameLibrary (lwjgl) doesn't work on ARM, but I have no idea what 'IA' is, or if one might be able to simulate it.
Game's website: http://pokemmo.eu/
LWJGL website: http://lwjgl.org/
Good luck, and thanks for any help
EDIT: I saw someone get Minecraft running on the Pandora, albeit slowly. AFAIK Minecraft uses LWJGL, so maybe this is more possible that I thought?
So, here's the error:
Java HotSpot Client VM warning: You have loaded library /media/FSD1/pandora/JavaApps/PokeMMO/lib/native/linux/liblwjgl.so which might have disabled stack guard. The VM will try to fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /media/FSD1/pandora/JavaApps/PokeMMO/lib/native/linux/liblwjgl.so: /media/FSD1/pandora/JavaApps/PokeMMO/lib/native/linux/liblwjgl.so: cannot open shared object file: No suck file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
followed by a stacktrace beginning in java.lang.ClassLeadersNativeLibrary.load(Native Method)
To me it looks like the LightWeightJavaGameLibrary (lwjgl) doesn't work on ARM, but I have no idea what 'IA' is, or if one might be able to simulate it.
Game's website: http://pokemmo.eu/
LWJGL website: http://lwjgl.org/
Good luck, and thanks for any help
EDIT: I saw someone get Minecraft running on the Pandora, albeit slowly. AFAIK Minecraft uses LWJGL, so maybe this is more possible that I thought?
Last edited by a moderator: