maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Roguelikes on N900 discussions (https://talk.maemo.org/showthread.php?t=65869)

009N 2010-12-15 15:06

Re: Roguelikes on N900 discussions
 
Quote:

Originally Posted by TimusEravan (Post 897218)
@ 009N : would something this be possible for DoomRL - http://doom.chaosforge.org/downloads

I love that game :D

Will try that. Not sure if all the dependencies can be fixed. Or do you know where the source code is?

009N 2010-12-15 15:12

Re: Roguelikes on N900 discussions
 
This website has RSS feeds for so many roguelikes all in one place! :D
http://www.elderlore.com/fr/category...elike/page/159

Addison 2010-12-16 02:47

Re: Roguelikes on N900 discussions
 
Ugh... Sorry. What am I doing wrong on this?



[1|user@Nokia-N800-43-7|~]cd /usr/bin/adom-qemu/ [1|user@Nokia-N800-43-7|/usr/bin/adom-qemu]cp -a qemu-i386 adom adom-i386 toggle_fullscreen lib/* test/
cp: cannot remove 'test/qemu-i386': No such file or directory
cp: cannot remove 'test/adom': No such file or directory
cp: cannot remove 'test/adom-i386': No such file or directory
cp: cannot remove 'test/toggle_fullscreen': No such file or directory
cp: cannot remove 'test/ld-linux.so.2': No such file or directory
cp: cannot remove 'test/libc-2.11.2.so': No such file or directory
cp: cannot remove 'test/libc.so.6': No such file or directory
cp: cannot remove 'test/libdl.so.2': No such file or directory
cp: cannot remove 'test/libgcc_s.so.1': No such file or directory
cp: cannot remove 'test/libm.so.6': No such file or directory
cp: cannot remove 'test/libncurses.so.5': No such file or directory
cp: cannot remove 'test/libstdc++.so.6': No such file or directory
cp: cannot remove 'test/libstdc++.so.6.0.13': No such file or directory
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu]cd test
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu/test]./toggle_fullscreen
-bash: ./toggle_fullscreen: No such file or directory
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu/test]./qemu-i386 ./ld-linux.so.2 --library-path `pwd` ./adom-i386
-bash: ./qemu-i386: No such file or directory

TimusEravan 2010-12-16 05:24

Re: Roguelikes on N900 discussions
 
@Addison : The files and folder have root owner while you seems to be running as "user"

run the following commands -
sudo gainroot <Not sure what the command is on N800 to switch user to root>
cd /usr/bin/
chmod 777 adom-qemu
cd adom-qemu
chmod 777 *
exit <To return to the original user>

then run the other commands

Quote:

Originally Posted by 009N (Post 897385)
Will try that. Not sure if all the dependencies can be fixed. Or do you know where the source code is?

Source has not been released for DoomRL but the dependencies given in the readme are lua5.1, timidity, sdl and sdl_mixer.

Addison 2010-12-16 07:24

Re: Roguelikes on N900 discussions
 
Okay. New errors of unhappiness. :)

[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu]cp -a qemu-i386 adom adom-i386 tog gle_fullscreen lib/* test/
cp: cannot preserve ownership of 'test/qemu-i386': Operation not permitted
cp: cannot preserve ownership of 'test/adom': Operation not permitted
cp: cannot preserve ownership of 'test/adom-i386': Operation not permitted
cp: cannot preserve ownership of 'test/toggle_fullscreen': Operation not perm itted
cp: cannot preserve ownership of 'test/ld-linux.so.2': Operation not permitte d
cp: cannot preserve ownership of 'test/libc-2.11.2.so': Operation not permitt ed
cp: cannot preserve ownership of 'test/libc.so.6': Operation not permitted
cp: cannot preserve ownership of 'test/libdl.so.2': Operation not permitted
cp: cannot preserve ownership of 'test/libgcc_s.so.1': Operation not permitte d
cp: cannot preserve ownership of 'test/libm.so.6': Operation not permitted
cp: cannot preserve ownership of 'test/libncurses.so.5': Operation not permit ted
cp: cannot preserve ownership of 'test/libstdc++.so.6': Operation not permitt ed
cp: cannot preserve ownership of 'test/libstdc++.so.6.0.13': Operation not pe rmitted
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu]cd test
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu/test]./toggle_fullscreen
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu/test]./qemu-i386 ./ld-linu -library-path `pwd` ./adom-i386
./qemu-i386: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./qemu-i386)

TimusEravan 2010-12-16 09:56

Re: Roguelikes on N900 discussions
 
delete the "test" dir and rerun the commands

009N 2010-12-16 14:32

Re: Roguelikes on N900 discussions
 
Did you mkdir test before copying?
Where did you put the files? vfat or ext2/3?
DoomRL needs a lot more dependencies than "small" games like ADOM, particularly those for sound effects. A brief test poured out the same fatal error messages all over the screen, despite the presence of all the required libraries. The game also requires a screen of at least 80x25. The combination of the strong sound effects and (very colorful) ascii graphics gave me a perplexing but funny feeling. Perhaps a workaround is to disable the sound and music, if there is such an option, but the game will be of much less fun. :D
Speaking of perplexing game, anyone tried Dwarf Fortress? It's the most complicated roguelike I've ever seen. Playing it on a 2.8" screen is nothing but fantasy.
http://www.bay12games.com/dwarves/index.html
http://df.magmawiki.com/
http://www.bay12games.com/dwarves/screens/dwf5.png
Look at the system requirements http://df.magmawiki.com/index.php/40...m_requirements ... OMG :eek:

TimusEravan 2010-12-16 16:44

Re: Roguelikes on N900 discussions
 
Yeah doomRL will be much less fun without the sound effects :(
but imo its the perfect RL for n900 - not too complex, can be quickly played for 10-15 mins and insanely fun :D
are you continuing to try to get it to run? can you tell me the steps you take? I can also try this game or some other small RL

DF is the most complex game I have seen - I tried to get into it on pc but gave up after 8-10 tries :o

Addison 2010-12-17 15:19

Re: Roguelikes on N900 discussions
 
Okay, I changed the owner for all of the files to user and tested again. :)


[1|user@Nokia-N800-43-7|~]cd /usr/bin/adom-qemu/ [1|user@Nokia-N800-43-7|/usr/bin/adom-qemu]cp -a qemu-i386 adom adom-i386 toggle_fullscreen lib/* test/
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu]cd test
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu/test]./toggle_fullscreen
[1|user@Nokia-N800-43-7|/usr/bin/adom-qemu/test]./qemu-i386 ./ld-linu -library-path `pwd` ./adom-i386
./qemu-i386: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./qemu-i386)

Addison 2010-12-18 04:56

Re: Roguelikes on N900 discussions
 
Someone please tell me I'm not hosed on this.

I would love to have this offline on my tablet! :)


All times are GMT. The time now is 09:09.

vBulletin® Version 3.8.8