Reply
Thread Tools
Posts: 14 | Thanked: 9 times | Joined on Jul 2012
#1
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,
Attached Images
 

Last edited by min0me; 2012-10-02 at 22:02.
 
Posts: 12 | Thanked: 5 times | Joined on Feb 2012
#2
i'm see two interesting things in your log:
1) they use lwjgl game engine, that use openGL (not ES) for output.
2) they use resources from GBA, GB and NintendoDS o_0. it's so bad idea...
 
aStrike's Avatar
Posts: 80 | Thanked: 225 times | Joined on Sep 2012
#3
Do you know which version of OpenGL the game uses?
There is a wrapper from OpenGL 1.3 to OpenGL ES 1.0 in the pandora forum and google code site.
__________________
Check My Game, Alpha Strike V1.1.0-2 Now in Extras-devel.
Alpha Strike (v1.0.0-2) gameplay video: HERE!
 
Artyom's Avatar
Posts: 289 | Thanked: 185 times | Joined on Sep 2012 @ Worldwide
#4
so there is a tiny possibility that this awesome game might actually work on our devices?
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 07:14.