Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Gamers & Players
  • Search

Humble Indie Bundle #3

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
34 posts
  • 1
  • 2
  • Next
Author
Message
lexming
Tux's lil' helper
Tux's lil' helper
Posts: 123
Joined: Thu Jan 04, 2007 3:26 pm
Location: Barcelona

Humble Indie Bundle #3

  • Quote

Post by lexming » Fri Jul 29, 2011 10:59 am

So here we have a new shiny bundle, the HIB#3.

Have any of you tried it on a Gentoo system? Preferably on a amd64 no-multilib ;) Because I've read somewhere that most of the games in this bundle do not come in 64 bit flavour so it seems that it is a little tricky to handle some libs.
Top
disi
Veteran
Veteran
User avatar
Posts: 1354
Joined: Fri Nov 28, 2003 4:33 am
Location: Out There ...

  • Quote

Post by disi » Fri Jul 29, 2011 11:02 am

Cogs works perfect, hf is very tiny on a large monitor. Haven't tested the others yet...

//edit: run with multilib ~amd64 ^^
Last edited by disi on Fri Jul 29, 2011 1:35 pm, edited 1 time in total.
Gentoo on Uptime Project - Larry is a cow
Top
frostschutz
Advocate
Advocate
User avatar
Posts: 2978
Joined: Tue Feb 22, 2005 11:23 am
Location: Germany

Re: Humble Indie Bundle #3

  • Quote

Post by frostschutz » Fri Jul 29, 2011 12:01 pm

lexming wrote:amd64 no-multilib
Don't expect things to work without multilib. Especially not the proprietary stuff.

My favorite game out of this pack is VVVVVV. But only the 32 bit version works for me for some reason. So amd64 multilib it is.
Top
zoidie
n00b
n00b
User avatar
Posts: 47
Joined: Tue Apr 13, 2010 9:56 am

  • Quote

Post by zoidie » Fri Jul 29, 2011 6:17 pm

I'd been wondering about this too. Can you list the games that do have 64bit versions? It seemed like a good idea to go fully 64bit when I installed this system a long time ago...
Top
disi
Veteran
Veteran
User avatar
Posts: 1354
Joined: Fri Nov 28, 2003 4:33 am
Location: Out There ...

  • Quote

Post by disi » Fri Jul 29, 2011 6:20 pm

zoidie wrote:I'd been wondering about this too. Can you list the games that do have 64bit versions? It seemed like a good idea to go fully 64bit when I installed this system a long time ago...
http://ompldr.org/vOW9pbw
Gentoo on Uptime Project - Larry is a cow
Top
TinheadNed
Guru
Guru
User avatar
Posts: 339
Joined: Sat Apr 05, 2003 5:12 pm
Location: Farnborough, UK
Contact:
Contact TinheadNed
Website

  • Quote

Post by TinheadNed » Fri Jul 29, 2011 7:24 pm

Can't get Crayon Physics to work on my amd64 machine. It needs 32 bit builds of libtiff-4 and nas. VVVVVV works a treat but I'd already completed that on Steam :/ Hammerfight I evidently don't get on with, as I can't complete the second mission.
Top
darklegion
Guru
Guru
Posts: 468
Joined: Sun Nov 14, 2004 1:47 am

  • Quote

Post by darklegion » Sun Jul 31, 2011 11:09 am

TinheadNed wrote:Can't get Crayon Physics to work on my amd64 machine. It needs 32 bit builds of libtiff-4 and nas. VVVVVV works a treat but I'd already completed that on Steam :/ Hammerfight I evidently don't get on with, as I can't complete the second mission.
Yeah, Crayon Physics wants pulseaudio as well. A dependency on pulseaudio, how ridiculous. Hopefully it will be fixed soon.
Top
civilian
Tux's lil' helper
Tux's lil' helper
Posts: 78
Joined: Tue Jan 23, 2007 1:49 pm

  • Quote

Post by civilian » Sun Jul 31, 2011 12:39 pm

Some of the dependencies can be removed/fixed by deleting the libraries bundled with the game. It doesn't remove the nas dependency though.
Top
lexming
Tux's lil' helper
Tux's lil' helper
Posts: 123
Joined: Thu Jan 04, 2007 3:26 pm
Location: Barcelona

  • Quote

Post by lexming » Sun Jul 31, 2011 4:33 pm

OK, got my bundle already :)

Tried VVVVVV and both 32 bit and 64 bit work on my system, a amd64 no-multilib with some emul-* packages. The only problem I've found is with the launch script called VVVVVV, which tries to mess with the LD_LIBRARY_PATH and ends not finding the system libs. However, launching from both VVVVVV_64 and VVVVVV_32 just works.

Here is the ldd output for the 64 bit version:

Code: Select all

ldd ./VVVVVV_64 
	linux-vdso.so.1 =>  (0x00007fff3d8ab000)
	libSDL_mixer-1.2.so.0 => /usr/lib64/libSDL_mixer-1.2.so.0 (0x00007f3474549000)
	libSDL_image-1.2.so.0 => /usr/lib64/libSDL_image-1.2.so.0 (0x00007f347432c000)
	libSDL-1.2.so.0 => /usr/lib64/libSDL-1.2.so.0 (0x00007f34740ca000)
	libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/libstdc++.so.6 (0x00007f3473db7000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f3473b36000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f347391f000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f34735b9000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f347339c000)
	libvorbisfile.so.3 => /usr/lib64/libvorbisfile.so.3 (0x00007f3473194000)
	libvorbis.so.0 => /usr/lib64/libvorbis.so.0 (0x00007f3472f68000)
	libogg.so.0 => /usr/lib64/libogg.so.0 (0x00007f3472d61000)
	libFLAC.so.8 => /usr/lib64/libFLAC.so.8 (0x00007f3472b29000)
	libmad.so.0 => /usr/lib64/libmad.so.0 (0x00007f3472909000)
	libpng14.so.14 => /usr/lib64/libpng14.so.14 (0x00007f34726df000)
	libtiff.so.3 => /usr/lib64/libtiff.so.3 (0x00007f347247b000)
	libjpeg.so.8 => /usr/lib64/libjpeg.so.8 (0x00007f347222f000)
	libz.so.1 => /lib64/libz.so.1 (0x00007f3472017000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f3471e13000)
	libasound.so.2 => /usr/lib64/libasound.so.2 (0x00007f3471b42000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f347475d000)
	librt.so.1 => /lib64/librt.so.1 (0x00007f3471939000)
Will try the others later, VVVVVV is too much addicting :D
Top
nowhereman
n00b
n00b
User avatar
Posts: 38
Joined: Fri Sep 01, 2006 8:06 am

  • Quote

Post by nowhereman » Sat Aug 06, 2011 7:16 am

Hi,
I got a bundle too :-) I'm on amd64-multilib.
- Crayon Physics Deluxe: doesn't work due to missing pulseaudio-dependency (merging pulseaudio didn't help either)
- Cogs: works really neatly, quite fascination game too.
- VVVVVV: no problems with running, and a lot of fun, only played through fast (but I have to admit, I didn't find all shiny trinkets)
- Hammerfight: starts ok, but apart from that it's a real pain. In windowed mode the cursor leaves the window and I loose control
and in fullscreen mode the screen resolution is totally messed up; I also couldn't find a way to adjust it.
Furthermore, enemy entities are constantly outside the game space...
- And Yet It Moves: works fine too, but not quite my case. Maybe it's just too difficult for me ^^
- Steel Storm: works for the most part and is real fun. Often there is a lot of graphics distortion in the beginning;
applying the graphics settings helps, so that is not such a problem.
But the bigger problem is, that from time to time it is crashing my X. :-(
- Atom Zombie Smasher: Oh a new bonus game, haven't tried that yet...
and for all the HIB#2 Games, they all work perfectly.
NOTHING IS REAL
Top
Etal
Veteran
Veteran
User avatar
Posts: 1932
Joined: Fri Jul 15, 2005 3:01 pm

  • Quote

Post by Etal » Sat Aug 06, 2011 5:07 pm

I was wondering whether I wanted buy based on what I've heard, but when #2 was added, I knew I had to :)

I hope #1 will be available again sometime too.
“And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010
Top
Doogman
Apprentice
Apprentice
User avatar
Posts: 244
Joined: Fri Sep 24, 2004 1:55 pm

  • Quote

Post by Doogman » Sun Aug 07, 2011 1:14 am

I had a blast playing VVVVVV as well. It's always hard to beat the value of a Humble Bundle and they seem to be getting better.

Make sure you check back to your d/l page for updates. A few of the games had updates since I first downloaded them. Although Crayon Physics still has too many dependencies and Hammerfight just doesn't work very well yet.

Atom Zombie Smasher is a hoot. Gotta love surf music and zombies. :) Unfortunately, the random unit picks sometimes give you an un-winnable situation.
Top
niick
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 94
Joined: Thu Mar 09, 2006 3:20 pm

  • Quote

Post by niick » Sun Aug 07, 2011 6:59 pm

Hey guys, cogs was working great for me and I was loving it, but I have re-emerged mesa-9999 (i'm using nouveau so often update) and now I get;

Code: Select all

emit_fetch:1174 - illegal/unhandled src reg file: 0
:( Anyone got any advice?
"Give me control of a nation's money and I care not who makes the laws."
Mayer Amschel Rothschild
Top
Etal
Veteran
Veteran
User avatar
Posts: 1932
Joined: Fri Jul 15, 2005 3:01 pm

  • Quote

Post by Etal » Mon Aug 08, 2011 4:11 am

niick wrote:Hey guys, cogs was working great for me and I was loving it, but I have re-emerged mesa-9999 (i'm using nouveau so often update) and now I get;

Code: Select all

emit_fetch:1174 - illegal/unhandled src reg file: 0
:( Anyone got any advice?
emerge =mesa-7.11 ? :twisted:

Edit: next time you update, remember: quickpkg is your friend
“And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010
Top
niick
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 94
Joined: Thu Mar 09, 2006 3:20 pm

  • Quote

Post by niick » Mon Aug 08, 2011 3:46 pm

It was only a very temporary thing, re-emerged this afternoon and everything works again :D

Thanks for pointing out quickpkg, been using gentoo for a while but never actually used that before, creating an mesa+drivers package now.
"Give me control of a nation's money and I care not who makes the laws."
Mayer Amschel Rothschild
Top
niick
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 94
Joined: Thu Mar 09, 2006 3:20 pm

  • Quote

Post by niick » Mon Aug 08, 2011 9:31 pm

This fix made hammerfight run smooth-ish here. In ~/.local/share/Hammerfight/Config.ini make sure this is set:

Code: Select all

CORE_USE_SLEEP=false
You can read more about it here.
"Give me control of a nation's money and I care not who makes the laws."
Mayer Amschel Rothschild
Top
DooBeDooBeDo
Apprentice
Apprentice
User avatar
Posts: 220
Joined: Wed Aug 21, 2002 9:50 pm
Location: UK

  • Quote

Post by DooBeDooBeDo » Tue Aug 09, 2011 12:26 am

For those having trouble with crayon physics:

Code: Select all

~/games/CrayonPhysicsDeluxe/lib32 $ ls -l
total 16872
-rw-r--r-- 1 ron ron   279760 Jul 25 14:43 libGLEW.so.1.5
-rw-r--r-- 1 ron ron  2689884 Jul 25 14:43 libQtCore.so.4.dontuse
-rw-r--r-- 1 ron ron 10985332 Jul 25 14:43 libQtGui.so.4.dontuse
-rw-r--r-- 1 ron ron   391984 Jul 25 14:43 libSDL-1.2.so.0.dontuse
-rw-r--r-- 1 ron ron    46528 Jul 25 14:43 libSDL_image-1.2.so.0.dontuse
-rw-r--r-- 1 ron ron   182604 Jul 25 14:43 libSDL_mixer-1.2.so.0
-rw-r--r-- 1 ron ron  1151776 Jul 25 14:43 libX11.so.6
-rw-r--r-- 1 ron ron   338508 Jul 25 14:43 libcurl.so.4.dontuse
-rw-r--r-- 1 ron ron   108040 Jul 25 14:43 libgcc_s.so.1
lrwxrwxrwx 1 ron ron       30 Jul 27 11:50 libgssapi_krb5.so.2 -> /usr/lib/libgssapi_krb5.so.2.2
lrwxrwxrwx 1 ron ron       19 Jul 27 11:38 libjpeg.so.62 -> /usr/lib/libjpeg.so
-rw-r--r-- 1 ron ron   149392 Jul 25 14:43 libm.so.6
lrwxrwxrwx 1 ron ron       21 Jul 27 11:39 libmikmod.so.2 -> /usr/lib/libmikmod.so
-rw-r--r-- 1 ron ron   930044 Jul 25 14:43 libstdc++.so.6
lrwxrwxrwx 1 ron ron       19 Jul 27 11:39 libtiff.so.4 -> /usr/lib/libtiff.so
it works and no pulseaudio installed here :)
Top
Doogman
Apprentice
Apprentice
User avatar
Posts: 244
Joined: Fri Sep 24, 2004 1:55 pm

  • Quote

Post by Doogman » Tue Aug 09, 2011 8:36 pm

Got crayon physics working. With the latest package I just needed to install app-emulation/emul-linux-x86-qtlibs. I don't have pulse audio either.

I'm glad I've gotten it to work as it seems to be a pretty cool game.
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Tue Aug 09, 2011 10:28 pm

Atom Zombie Smasher (main reason I got this bundle - already got steelstorm <3) is c# based and won't run for me :(
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
Doogman
Apprentice
Apprentice
User avatar
Posts: 244
Joined: Fri Sep 24, 2004 1:55 pm

  • Quote

Post by Doogman » Tue Aug 09, 2011 11:37 pm

Naib wrote:Atom Zombie Smasher (main reason I got this bundle - already got steelstorm <3) is c# based and won't run for me :(
It works on my multilib system and I have nothing special installed. It ran right-off-the-bat perfectly from the initial start. In fact, I just got done playing it. It's fun! :D

I think it comes with everything it needs in the data directory were there's tons of dll libs.
Top
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

  • Quote

Post by Naib » Wed Aug 10, 2011 12:01 am

sorted, was missing libsfml
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
Shelnutt2
Tux's lil' helper
Tux's lil' helper
Posts: 122
Joined: Sat May 05, 2007 8:40 pm

  • Quote

Post by Shelnutt2 » Wed Aug 10, 2011 12:23 am

Just got the bundle and is anyone having troubles with sound stuttering? Its happening to me in atom zombie smasher. I've had this problem before with other games from the bundle #2. The logs don't show any issues, but the sound is lagging and stuttering so bad I almost hurts to listen to. I have a feelings its a pulse audio issue. I'm running pulse audio for gnome 3.0, and actually pulse has done me good so far. I used to have issues with my audigy 2 and the sound mixer playing multiple streams but with pulse I don't have that problem.

I've searched but I can't find anyone with this trouble.
E6300, Gigabyte P35-DS3R, 7800GT, 2x512 TeamGroup DDR2 (D9), Audigy 2 value
Top
acheron2
Tux's lil' helper
Tux's lil' helper
Posts: 106
Joined: Wed Jan 17, 2007 10:43 am

  • Quote

Post by acheron2 » Thu Aug 11, 2011 11:54 pm

A question to people playing VVVVVV: what version of media-libs/tiff do you have? 3.9.4-r1 installs the library as libtiff.so.3, 4.0.0_beta7 installs it as libtiff.so.5. The game wants libtiff.so.4. What version do I need?

Update: A symlink libtiff.so.4 -> libtiff.so.3 worked.
Last edited by acheron2 on Fri Aug 12, 2011 2:59 pm, edited 1 time in total.
Top
optiluca
Guru
Guru
User avatar
Posts: 551
Joined: Mon Jan 16, 2006 5:20 pm
Location: Rivergaro, Italy

  • Quote

Post by optiluca » Fri Aug 12, 2011 9:54 am

Doogman wrote:
Naib wrote:Atom Zombie Smasher (main reason I got this bundle - already got steelstorm <3) is c# based and won't run for me :(
It works on my multilib system and I have nothing special installed. It ran right-off-the-bat perfectly from the initial start. In fact, I just got done playing it. It's fun! :D

I think it comes with everything it needs in the data directory were there's tons of dll libs.
Hi all. I have libsfml installed, but running atomzombiesmasher brings up a white screen with a loading bar, which then just crashes. It spews out this: http://pastebin.com/mxRsFNAu

Does anyone have any idea at all?

Code: Select all

emerge --info
Portage 2.2.0_alpha50 (default/linux/amd64/10.0/desktop/kde, gcc-4.5.3, glibc-2.13-r4, 3.0.1-gentoo x86_64)
=================================================================
System uname: Linux-3.0.1-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_Q_820_@_1.73GHz-with-gentoo-2.0.3
Timestamp of tree: Fri, 12 Aug 2011 09:30:01 +0000
app-shells/bash:          4.2_p10
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.2-r2
dev-util/cmake:           2.8.5-r2
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.1-r1
sys-devel/binutils:       2.21.1
sys-devel/gcc:            4.5.3
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.38 (virtual/os-headers)
sys-libs/glibc:           2.13-r4
Repositories: gentoo sunrise ikelos lcd-filtering benf bitcoin LOCAL
Installed sets: 
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.2/ext-active/ /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.2/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.2/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/etc/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://mirror.qubenet.net/mirror/gentoo/ ftp://mirror.qubenet.net/mirror/gentoo/ http://mirror.bytemark.co.uk/gentoo/"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-O1"
LINGUAS="en_GB it"
MAKEOPTS="-j8"
PKGDIR="/etc/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/sunrise /var/lib/layman/ikelos /var/lib/layman/lcd-filtering /var/lib/layman/benf /var/lib/layman/bitcoin /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 amr apm avi bash-completion berkdb bluetooth branding bzip2 cairo caps cdaudio cdda cddb cdr chm cleartype cli consolekit cracklib crypt css cuda cups cxx dbus declarative dhcp dri dts dv dvb dvd dvdr dvdread editor emboss emovix encode exif faac faad fam fame fbcondecor fbsplash ffmpeg firefox flac foomaticdb fortran gcj gd gdbm gdu gif git glitz glx gphoto2 gpm gps gstreamer hdaps iconv id3tag ieee1394 imagemagick inotify ipod ipv6 it jack java java6 joystick jpeg kde kickoff kipi ladspa lastfm lcms ldap libnotify libsamplerate lm_sensors mad mbrola mikmod mmx mng modules mp2 mp3 mp4 mpeg mplayer msn mudflap multilib musicbrainz ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp pam pango pcre pdf perl phonon plasma pmu png policykit ppds pppd python qt qt3support qt4 quicktime readline rtc samba scanner sdl semantic-desktop session skype slp smp snmp spell sse sse2 sse3 ssl ssse3 startup-notification subtitles subversion svg sysfs tcpd theora threads tiff truetype twolame udev unicode usb v4l v4l2 vdpau vorbis wicd wifi x264 xcomposite xine xinerama xml xorg xscreensaver xulrunner xv xvid zeroconf zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev joystick synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB it" PHP_TARGETS="php5-3 php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
# "Hmm, sounds like your system froze up."
# "I don't know why. It's about 80 degrees in here!"

http://www.rinkworks.com/stupid/cs_mincing.shtml
Top
Doogman
Apprentice
Apprentice
User avatar
Posts: 244
Joined: Fri Sep 24, 2004 1:55 pm

  • Quote

Post by Doogman » Fri Aug 12, 2011 11:59 am

optiluca wrote:
Hi all. I have libsfml installed, but running atomzombiesmasher brings up a white screen with a loading bar, which then just crashes. It spews out this: http://pastebin.com/mxRsFNAu

Does anyone have any idea at all?
I just checked and I don't have libsfml installed and AZS works fine. This is on a clean multilib system that I just built a few weeks ago. The only package I had to manually install to get any of the games to work (going back to HB#1) was emul-linux-x86-qtlibs for crayon physics. I had a few portage games already installed before I reinstalled all the HB games which might have taken care of some of the dependencies. When I say resinstall I just mean I checked all the HB d/l pages and made sure I had the latest version or switched to a 64 bit version (this system was 32 bit).

The only HB game that has performance problems is hammerfight and supposedly icculus has a new version that should fix most of the performance problems.

Code: Select all

emerge --info
Portage 2.1.10.3 (default/linux/amd64/10.0/desktop/gnome, gcc-4.4.5, glibc-2.12.2-r0, 2.6.39-gentoo-r3 x86_64)
=================================================================
System uname: Linux-2.6.39-gentoo-r3-x86_64-Intel-R-_Xeon-R-_CPU_E3110_@_3.00GHz-with-gentoo-2.0.3
Timestamp of tree: Fri, 12 Aug 2011 11:15:01 +0000
app-shells/bash:          4.1_p9
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.1-r1, 3.1.3-r1
dev-util/cmake:           2.8.4-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.11.1
sys-devel/binutils:       2.20.1-r1
sys-devel/gcc:            4.4.5
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=core2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://gentoo.mirrors.tds.net/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gdu gif gnome gnome-keyring gpm gstreamer gtk iconv ipv6 jpeg lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 readline sdl session spell sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" SANE_BACKENDS="plustek" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev nv" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Top
Post Reply
  • Print view

34 posts
  • 1
  • 2
  • Next

Return to “Gamers & Players”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic