b_o_b
Advanced Member
- Joined
- Sep 7, 2010
- Messages
- 1,493
I just installed Fenix on my Ubuntu Linux desktop and extracted a ruckage gp2x game to see if it is possible to execute the game on another device then the GP2X.
GPE that starts Ruck-man:
#!/bin/sh
cd runtime
./fxi ../data/ruckman.dcb -s233
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
it seems that fxi is the fenix GP2X executable and ruckman.dcb is the game itself. Now I installed fenix but the fxi command is not recognized. Nothing that starts with fenix as well.
Running fxi from the gp2x results (no surprise) in bash: ./fxi: cannot execute binary file: Exec format error
I have installed fenix-dev, fenix-plugins:386 and fenix-plugins-mpeg:386 - no other fenix packages is available in the repo.
Then installed http://manpages.ubuntu.com/manpages/xenial/en/man1/fenix-fxi.1.html and after that
fenix-fxi ruckman.dcb results in'ruckman.dcb': file does not exist or it's not a DCB version 6 file or compatible
Ubuntu fenix-fxi version is 0.92 and I think ruckage used 0.8 so could be incompatible. I haven't found a 0.8 deb yet or source that can be compiled.
http://fenix.divsite.net/ doesn't really help..
I have seen a comment of someone that managed to execute a ruckage game on his Linux PC so I hope it is possible. Any suggestions?
GPE that starts Ruck-man:
#!/bin/sh
cd runtime
./fxi ../data/ruckman.dcb -s233
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
it seems that fxi is the fenix GP2X executable and ruckman.dcb is the game itself. Now I installed fenix but the fxi command is not recognized. Nothing that starts with fenix as well.
Running fxi from the gp2x results (no surprise) in bash: ./fxi: cannot execute binary file: Exec format error
I have installed fenix-dev, fenix-plugins:386 and fenix-plugins-mpeg:386 - no other fenix packages is available in the repo.
Then installed http://manpages.ubuntu.com/manpages/xenial/en/man1/fenix-fxi.1.html and after that
fenix-fxi ruckman.dcb results in'ruckman.dcb': file does not exist or it's not a DCB version 6 file or compatible
Ubuntu fenix-fxi version is 0.92 and I think ruckage used 0.8 so could be incompatible. I haven't found a 0.8 deb yet or source that can be compiled.
http://fenix.divsite.net/ doesn't really help..
I have seen a comment of someone that managed to execute a ruckage game on his Linux PC so I hope it is possible. Any suggestions?