Search found 6 matches

by RazZziel
Tue Nov 19, 2013 9:16 pm UTC
Forum: Community Development
Topic: Distribution: Unvanquished portable for Linux
Replies: 10
Views: 14784

Re: Distribution: Unvanquished portable for Linux

Aha, that's more or less my experience; I've found that usually the best way is to include all the libraries except libGL.so.1, and then include /lib/ld-linux.so.2 and run the game as ./ld-linux.so.2 ./game_binary I use this little script to automate finding dependencies. It uses ldd, so only librar...
by RazZziel
Tue Nov 19, 2013 2:34 pm UTC
Forum: Community Development
Topic: Distribution: Unvanquished portable for Linux
Replies: 10
Views: 14784

Re: Distribution: Unvanquished portable for Linux

Just tested it on a Ubuntu 12.04.2 64bit LiveUSB, and there's just one teeny weeny library missing: libXss.so.1 Complete ldd output: http://pastebin.com/raw.php?i=YfyFtV4S Also some X11 libraries (libXcursor.so.1, libXinerama.so.1, libXrandr.so.2, libXrender.so.1) are not included and found in /usr/...
by RazZziel
Mon Nov 18, 2013 3:45 pm UTC
Forum: Community Development
Topic: Distribution: Unvanquished portable for Linux
Replies: 10
Views: 14784

Re: Distribution: Unvanquished portable for Linux

Eeck, I don't have a 64bit OS, but I'll try to run it on a LiveUSB; I'm curious on how it works and how portable it is, integrating so many libraries seemingly without embedded dynamic loader.

by RazZziel
Mon Nov 18, 2013 7:13 am UTC
Forum: Community Development
Topic: Distribution: Unvanquished portable for Linux
Replies: 10
Views: 14784

Re: Distribution: Unvanquished portable for Linux

Oops! I'm sorry for the year long delay (I guess this would be even considered a thread resurrection), didn't receive reply notification. I'll try to debug the flawed libraries when I pack the latest version of the game. Regarding linking all the dynamic libraries, it's tricky, but it's what I do in...
by RazZziel
Tue Nov 27, 2012 9:04 pm UTC
Forum: Community Development
Topic: Distribution: Unvanquished portable for Linux
Replies: 10
Views: 14784

Re: Distribution: Unvanquished portable for Linux

Thanks for the build! The ArchLinux version worked fine without PKGBUILD modification. It's the official version the one in which I had to remove some libs, so that my system libs get used instead. I uploaded some packages to https://sourceforge.net/projects/pg4l/files/Unvanquished/: Unvanquished (O...
by RazZziel
Mon Nov 26, 2012 10:57 pm UTC
Forum: Community Development
Topic: Distribution: Unvanquished portable for Linux
Replies: 10
Views: 14784

Distribution: Unvanquished portable for Linux

Hi there, I'm packing a portable version of Unvanquished for http://www.portablelinuxgames.org/ I downloaded the binaries from your site and tested them on my Archlinux. If I run the game normally, I get a nasty "X Error of failed request: BadAlloc (insufficient resources for operation)" e...