[Request] PokeMMO on Meego
1 Attachment(s)
Hello,
Has anyone had a go at getting PokeMMO running on their Meego device?
The software fairly new, its not open source, so no code.
It runs well on Linux, Windowz, MacOS
ARM support is not going to be ready any time soon as they want PC as a platform to be rock solid first i guess.
It looks like no one has tried and people are very pessimistic in chat.
The whole platform is built on java which i had a go at running and initially i had some problems because some of the of the lib files where compiled for i386 platforms, but after replacing them with ARM compiled ones and then finding the missing files, i had the program loading, but it freezes at the start screen
I'm no programmer, but advice would be nice if i have to wait for them, or if there is something i can do my end to make it run..
here is a dump of what happens:
Code:
/opt/PokeMMO-Client # sh PokeMMO.sh
[INFO 2012-10-02 17-38-26] com.pokeemu.client.Client:? - Starting PokeMMO Client. Client revision: 1531
[INFO 2012-10-02 17-38-26] com.pokeemu.client.Client:? - http://pokemmo.eu
[INFO 2012-10-02 17-38-26] com.pokeemu.client.Client:? - Java Version: 1.6.0_34
[INFO 2012-10-02 17-38-26] com.pokeemu.client.Client:? - Possible rom 1636 - Pokemon Fire Red.gba
[INFO 2012-10-02 17-38-26] com.pokeemu.commons.F.B:? - Loaded GBA ROM BPRE
[INFO 2012-10-02 17-38-26] com.pokeemu.client.Client:? - Possible rom 4780 - Pokemon HeartGold.nds
[INFO 2012-10-02 17-38-27] com.pokeemu.commons.F.ooOO.ooOO.F:? - Loaded DS ROM POKEMON HG
oams.size = 2
ncer.cebk.banks[i].oams = 2
oams.size = 4
ncer.cebk.banks[i].oams = 4
[INFO 2012-10-02 17-38-38] com.pokeemu.client.Client:? - Possible rom Pokemon - Red Version.gb
[INFO 2012-10-02 17-38-40] com.pokeemu.client.Client:? - Loaded all resources in 2095 milliseconds
[INFO 2012-10-02 17-38-40] com.pokeemu.client.Client:? - MemoryInfo: Heap Memory Usage: 91/495 MB
[INFO 2012-10-02 17-38-40] com.pokeemu.client.Client:? - MemoryInfo: NonHeap Memory Usage: 7/96 MB
java.lang.Exception: Failed to set display mode.
at org.lwjgl.util.Display.setDisplayMode(Display.java:240)
at com.pokeemu.client.graphics.B.OO0000(Unknown Source)
at com.pokeemu.client.graphics.B.new.super(Unknown Source)
at com.pokeemu.client.graphics.B.ÃO0000(Unknown Source)
at com.pokeemu.client.Client.<init>(Unknown Source)
at com.pokeemu.client.Client.main(Unknown Source)
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.LinuxMouse.nGetButtonCount(J)I
at org.lwjgl.opengl.LinuxMouse.nGetButtonCount(Native Method)
at org.lwjgl.opengl.LinuxMouse.<init>(LinuxMouse.java:88)
at org.lwjgl.opengl.LinuxDisplay.createMouse(LinuxDisplay.java:927)
at org.lwjgl.input.Mouse.create(Mouse.java:265)
at org.lwjgl.input.Mouse.create(Mouse.java:291)
at org.lwjgl.opengl.Display.initControls(Display.java:1053)
at org.lwjgl.opengl.Display.createWindow(Display.java:310)
at org.lwjgl.opengl.Display.create(Display.java:844)
at org.lwjgl.opengl.Display.create(Display.java:753)
at org.lwjgl.opengl.Display.create(Display.java:735)
at com.pokeemu.client.graphics.B.new.super(Unknown Source)
at com.pokeemu.client.graphics.B.ÃO0000(Unknown Source)
at com.pokeemu.client.Client.<init>(Unknown Source)
at com.pokeemu.client.Client.main(Unknown Source)
Regards,
|