Off-Topic > Off-Topic - Tiny Core Lounge

Who wants to play some games? :)

(1/3) > >>

pioj:
I found this website: http://www.portablelinuxgames.org/

It provides standalone builds of many games. You just download the file, change its permissions to allow execute, and call the binary as usual (sh or ./ ). There's algo a section for applications...

Maybe it's not the philosophy of TinyCore Linux but it reminds me how great is to have everything portable in a single file.

I've tested Frogatto and Cave Story and they run fastastic.

vinnie:
After I give all permission to the .run package I try to launch:

--- Code: ---tc@box:~/test$ ./Cave_Story_1.run
./Cave_Story_1.run: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory

--- End code ---

I install fuse.tcz:

--- Code: ---tc@box:~/test$ ./Cave_Story_1.run
fuse: failed to open /dev/fuse: Permission denied
open dir error: : No such file or directory
tc@box:~/test$ sudo ./Cave_Story_1.run

Usage:
  ./<package>    :   play game
  ./<pagkage> -c :   show configuration
  ./<pagkage> -h :   show readme

ln: invalid option -- 't'
BusyBox v1.20.2 (2012-08-07 01:31:01 UTC) multi-call binary.

Usage: ln [OPTIONS] TARGET... LINK|DIR

Create a link LINK or DIR/TARGET to the specified TARGET(s)

        -s      Make symlinks instead of hardlinks
        -f      Remove existing destinations
        -n      Don't dereference symlinks - treat like normal file
        -b      Make a backup of the target (if exists) before link operation
        -S suf  Use suffix instead of ~ when making backup files

Starting game...
/tmp/.mount_kbVId7/AppRun: line 39: ./doukutsu: No such file or directory
tc@box:~/test$

--- End code ---

pioj:
I've tested it on a few full distros. Seems that gnome/glib or gtk remains as a dependency for them to run without errors.

jls:

--- Code: --- sudo chown -R jls:staff /dev/fuse
--- End code ---

tinypoodle:
I got as far as getting Cave Story start, but then it came to a choice where I could switch options with cursor keys, but no obvious way to continue.

From all others I tried, 0verkill is the only one working for me.

fuse is not an absolute need, the downloaded file could be mounted as iso, and then cd to mount point and executing "AppRun" should make it run...

Rather interesting is output of 'file' on provided download files:

--- Code: ---ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV)\012-  ISO 9660 CD-ROM filesystem data\012-  'ISOIMAGE                       ', dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped
--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version