Page 1 of 11 123 ... LastLast
Results 1 to 10 of 106

Thread: Humble Indie Bundle 4

  1. #1
    Join Date
    Feb 2009
    Location
    Slovenija
    Beans
    Hidden!

    Humble Indie Bundle 4

    It's up, and it has some fantastic games in it: http://www.humblebundle.com/

    Super Meat Boy
    Shank
    NightSkyHD
    Jamestown
    Bit.Trip Runner

    Pay more than the average and you get:
    Cave Story+
    Gratuitous Space Battles

    Update:
    If you pay more than average you get also Humble Indie Bundle #3
    Crayon Physics Deluxe
    Cogs
    VVVVVV
    Hammerfight
    And Yet it Moves
    Last edited by R33D3M33R; December 20th, 2011 at 09:40 PM.

  2. #2
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Humble Indie Bundle 4

    Sticked, and bought.


    Gratuitous Space Battles is GOLD!!
    I didn't knew there was a Linux version, but there is! w00t!
    Last edited by Perfect Storm; December 13th, 2011 at 08:29 PM.

  3. #3
    Join Date
    Jun 2006
    Location
    DC
    Beans
    26
    Distro
    Ubuntu

    Re: Humble Indie Bundle 4

    It looks like GSB crashes out of the box for me on Ubuntu 10.04.

    I managed to get it into gdb and got the following back-trace when it segfaulted.

    Program received signal SIGSEGV, Segmentation fault.
    0x0838dc5d in D3DXCreateTextureFromFileEx(IDirect3DDevice9*, char const*, unsigned int, unsigned int, unsigned int, unsigned int, _D3DFORMAT, _D3DPOOL, unsigned int, unsigned int, unsigned int, void*, void*, IDirect3DTexture9**) ()
    (gdb) bt
    #0 0x0838dc5d in D3DXCreateTextureFromFileEx(IDirect3DDevice9*, char const*, unsigned int, unsigned int, unsigned int, unsigned int, _D3DFORMAT, _D3DPOOL, unsigned int, unsigned int, unsigned int, void*, void*, IDirect3DTexture9**) ()
    #1 0x08111a87 in D3DEngine::CreateTexture(char*, char*) ()
    #2 0x08111f57 in D3DEngine::FindTexture(char*, char*, bool) ()
    #3 0x0811224a in D3DEngine::CreateTextureOnDemand(char*) ()
    #4 0x081125a5 in D3DEngine::GetTexture(char*) ()
    #5 0x08115009 in LibFont::Initialise(char*, char*, int, int, int, int) ()
    #6 0x081152b0 in LibTextEngine::AddFont(char*, char*, int, int, int, int) ()
    #7 0x0825614d in Game::InitText() ()
    #8 0x082585b8 in Game::InitApp() ()
    #9 0x082e23a5 in WinMain(void*, void*, char*, int) ()
    #10 0x08385e5a in main ()

  4. #4
    Join Date
    Jun 2010
    Location
    Ann Arbor, Michigan, USA
    Beans
    1,421

    Re: Humble Indie Bundle 4

    Buying FRIDAY! I don't wanna wait though!
    Steam: ubuntugamer( Add me ) | Gaming: Left 4 Dead 2, Metro Last Light, Assassin's Creed 4, Forced

  5. #5
    Join Date
    Jun 2006
    Location
    DC
    Beans
    26
    Distro
    Ubuntu

    Re: Humble Indie Bundle 4

    This ones looks like a winner (to me), but Gratuitous Space Battles is what I'm mainly buying it for.

  6. #6
    Join Date
    Jun 2006
    Location
    DC
    Beans
    26
    Distro
    Ubuntu

    Re: Humble Indie Bundle 4

    Looks like there is a thread on their support page about it now

  7. #7
    Join Date
    Mar 2006
    Location
    Grunnen, Nederland
    Beans
    463
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Humble Indie Bundle 4

    Awesome bundle but (64bit ubuntu 10.04):
    Code:
    $ bit.trip.runner
    bit.trip.runner: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by bit.trip.runner)
    $ getlibs /usr/bin/bit.trip.runner
    ./bit.trip.runner: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bit.trip.runner)
    This application isn't missing any dependencies
    $
    --edit--
    sort of fixed it by extracting a new version of libstdc++ from http://packages.ubuntu.com/oneiric/libstdc++6 and adding it to bit trip runners directory, creating a script that adds it to LD_LIBRARY_PATH and then running bit trip runner.
    Last edited by NESFreak; December 14th, 2011 at 02:30 PM.

  8. #8
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Humble Indie Bundle 4

    Seems there's problem with older Ubuntu releases. Works fine here on Ubuntu 11.10 64-bit.

  9. #9
    Join Date
    Mar 2006
    Location
    Grunnen, Nederland
    Beans
    463
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Humble Indie Bundle 4

    Cave Story also failed@64bit 10.04

    fixed it by removing the included libsdl.

    Cavestory also needs to be run from inside it's own directory. So instead i'm running it with a script i called 'cavestory':
    Code:
    #!/bin/sh
    
    # Change to game directory
    CANONPATH=`readlink -f "$0"`
    cd "`dirname "$CANONPATH"`"
    
    ./doukutsu "$@"
    and added a symlink from ~/bin/cavestory to the script instead

  10. #10
    Join Date
    Jun 2005
    Beans
    338
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Humble Indie Bundle 4

    Tested GSB and it worked okay on my end. Jamestown is mad fun, but the 64bit binary didn't work for me. Had to use the 32bit one, and it ran fine, oddly.

    Shank looks amazing though my gamepad worked a bit sluggishly with it.

Page 1 of 11 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •