View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#5
Originally Posted by vi_ View Post
For your next trick get this to work.
You know zarch is closed source game?

[EDIT: video added]
https://www.youtube.com/watch?v=fGvq...ature=youtu.be

I gave it try anyway (just to proof something...). I got it running on recent speed, but without sounds, without fonts, and most critical: without keyboard focus. So it can't be played. (I didn't test usb/bt keyboard, but hardware and vnc failed) This is not even extras-devel stuff, here we go...
Code:
mkdir zarch
cd zarch/
wget http://thom.best.vwh.net/zarch-0.92-libc6.tar.gz
tar zxvf zarch-0.92-libc6.tar.gz
cd zarch-0.92
wget http://cc.oulu.fi/~rantalai/maemo5/qemu-i386.tar.gz
tar zxvf qemu-i386.tar.gz
./qemu-i386 ./lib/ld-linux.so.2 --library-path ./lib ./xzarch
(qemu-i386.tar.gz contains unmodified libs from 32bit-Ubuntu-11.10)

Error messages:
Code:
fork sndsrv: Invalid argument
No useable fonts found ! Text output impossible
(sndsrv is trying to use /dev/dsp)

With source code I could do better result, maybe you can get them?

Last edited by AapoRantalainen; 2012-04-13 at 10:47. Reason: video added
 

The Following 6 Users Say Thank You to AapoRantalainen For This Useful Post: