A bit off topic.
Anyone know what this file is used for?
supertux-0.1.2-fp.patch.gz
It's located here with supertux_0.1.2-3_arm.ipk
http://ssel.vub.ac.be/Members/DennisWagela...ownload/zaurus/I'm not going to use it, but have downloaded it, in case it gets mentioned.
I just installed supertux, and I already have the libraries installed that Cresho mentioned above.
I installed the snes package properly. All the emulators work as they are supposed to work.
I have a C3100 running Cacko Lite 1.23
I'm getting this error:
I could not load icon image /home/QtPalmtop/bin/../data/images/icon.xpm
The simple DirectMedia error that occured was:
Couldn't open /home/QtPalmtop/bin/../data/images/icon.xpm
EDIT: I just found the location of icon.xpm here:
/home/QtPalmtop/share/supertux/images/icon.xpm
Maybe it's a permission issue? I'll try relaxing permissions in that directory.
That didn't work.
Also the directory under /home/QtPalmtop/share/ called /supertux, must be the cramfs image.
I couldn't change permissions there.
The supertux.cramfs image is mounted in 3 places, (in sysinfo).
/dev/loop3 cramfs ro
/dev/loop2 cramfs ro
/dev/loop1 cramfs ro
Could this be because of several failed attempts to get supertux to run?
EDIT2: A reboot unmounted the 3 instances of supertux.cramfs.
I'll do some more searching, (here in the forums), before I attempt to launch supertux again.
EDIT3: after searching..
dwagelaar
I read your post about my error mentioned above here:
https://www.oesf.org/forums/index.php?showt...indpost&p=67841Supertux mounts the cramfs file, but it gives me the above error.
I used the console to launch supertux.sh
If I try to launch it from the icon, it mounts the cramfs file again, and nothing else happens.
Every instance of launching supertux causes one additional mount of /dev/loopx cramfs ro
EDIT4: I tried to unmount supertux manually, using the last line in supertux.sh
su
sudo umount ${BASE}share/supertux
mount: /home/zaurus/share: No such file or directory
I assume the reason the above won't unmount the cramfs, is because my "share" directory is here:
/home/QtPalmtop/share/
Supertux is mounted below there. (The cramfs file is also located there)