Check out our Monthly Survey Page to see what our users are running.
We do often include affiliate links to earn us some pennies. See more here.

Humble Bundle number 13!

By -
Update - It's out, the latest Humble Bundle is out, Indie bundle number 5! It's the 13th bundle to hit the internet.

Looks to be one of the fastest selling ones too! Well over $500k already!
YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link

Some disappointment for you - Limbo isn't even native, it includes it's own version of Wine...works perfectly for me though!

----------
So the rumour mill is buzzing and the next Humble Bundle may very soon be upon us!

It looks as if we will be getting at least 1 game completely new to Linux this time too.

More info as and when it comes in keep checking back for the latest! It will hopefully launch tonight.

Source of the rumour;
http://cdr.thebronasium.com/sub/14870
And others Article taken from GamingOnLinux.com.
Tags: Misc
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly checked on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. You can also follow my personal adventures on Bluesky.
See more from me
The comments on this article are closed.
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
65 comments Subscribe
Page: 1/4»
  Go to:

Cheeseness 31 May 2012
This would be Humble Indie Bundle #5 if it turns out to be an "indie" bundle. It'll be the 12th bundle all up though (the number 8 is coming from leaked opensteamworks info - I've got no idea why it's numbered like that for Steam)
Liam Dawe 31 May 2012
Corrected! Thanks :)
Cheeseness 31 May 2012
Oh noes. I counted wrong. This would be the 13th bundle. There have been 12 to date.
Sorry >_<
Alex V.Sharp 31 May 2012
We should start a campaign for including Desura keys in advance. Just sayin' :rolleyes:
Someone 31 May 2012
oak 31 May 2012
Holy smokes! This sure beats the past few bundles. I was starting to lose hope with these guys.
Kame 31 May 2012
Wow. MAKE SURE YOU PAY OVER THE AVERAGE. Bastion is a FANTASTIC game and the soundtrack is simply amazing.
oak 31 May 2012
There's even support for downloading from the Ubuntu Software Center!!! Woohoo!
Alex V.Sharp 31 May 2012
There's even support for downloading from the Ubuntu Software Center!!! Woohoo!

Yeah... woohoo... :(
Kame 31 May 2012
Yeah... woohoo... :(


Well, on the bright side it's better than nothing. Luckily I've come to love the unity2d interface. Which their taking out of Ubuntu 12.10... :(
Hamish 31 May 2012
I was rather meh when I heard this was coming, but now it's... woah!

They ported Psyhconauts? Bloody Hell! :eek:
Beherit 31 May 2012
Not to exaggerate but this to me is definitely the best bundle ever! Totally worth going above the average!
Use2378 31 May 2012
Looks like the Linux version of LIMBO is just a Wine wrapper: http://www.reddit.com/r/linux/comments/ue5kp/the_humble_indie_bundle_v_amnesia_the_dark/c4umgmc

I expected more from a HIB
Liam Dawe 31 May 2012
Man that's very annoying, it's the game i want to play!
lfz 31 May 2012
Looks like the Linux version of LIMBO is just a Wine wrapper: http://www.reddit.com/r/linux/comments/ue5kp/the_humble_indie_bundle_v_amnesia_the_dark/c4umgmc

I expected more from a HIB


What's the problem with that? People put a lot of effort in Wine development just so that this kind of thing can happen and more games can be played on Linux. I particulary wish more developers would at least officialy support Wine instead of saying that porting for Linux is hard.

That being said, I read the thread and it seems that the game doesnt run as expected and that sux indeed, if they wanted to pull this out they should have at least put some effort in making it run flawlessly.
Liam Dawe 31 May 2012
What's the problem with that? People put a lot of effort in Wine development just so that this kind of thing can happen and more games can be played on Linux. I particulary wish more developers would at least officialy support Wine instead of saying that porting for Linux is hard.

That being said, I read the thread and it seems that the game doesnt run as expected and that sux indeed, if they wanted to pull this out they should have at least put some effort in making it run flawlessly.


The point it is very very hard to get wine to run "flawlessly" due to the very nature of what it is doing.
Xpander 31 May 2012
i had no problems running it in wine when i used to play.
now with the bundle version (crossover ported one)..that works well also.
yeah..native version would be better but no problem with the winelib one for me at least.

only problem is that the damn game doesnt have windowed mode. so its better to play windows version in wine to emulate wine window to be able to play in windowed mode:)
Beemer 1 Jun 2012
i had no problems running it in wine when i used to play.
now with the bundle version (crossover ported one)..that works well also.
yeah..native version would be better but no problem with the winelib one for me at least.

only problem is that the damn game doesnt have windowed mode. so its better to play windows version in wine to emulate wine window to be able to play in windowed mode:)


I found a fix for this. In the limbo directory, you run the ./launch-limbo.sh. Edit that to include the following three lines directly after the DIRNAME line:

if [ "$1" == -w ]; then
perl -e 'open (SETIN,"<./support/limbo/drive_c/Program Files/limbo/settings.txt"); @settings = ; close SETIN; open (SETOUT,">./support/limbo/drive_c/Program Files/limbo/settings.txt");foreach $line(@settings) { if ($line =~ /windowedmode/) { print SETOUT "windowedmode = truen" } else { print SETOUT $line;} } close SETOUT;'
else
perl -e 'open (SETIN,"<./support/limbo/drive_c/Program Files/limbo/settings.txt"); @settings = ; close SETIN; open (SETOUT,">./support/limbo/drive_c/Program Files/limbo/settings.txt");foreach $line(@settings) { if ($line =~ /windowedmode/) { print SETOUT "windowedmode = falsen" } else { print SETOUT $line;} } close SETOUT;'
fi

It's a major hack and uses perl instead of sed (i've never quite got the hang of sed) but the end result is:

./launch-limbo.sh
starts the game fullscreen

./launch-limbo.sh -w
starts the game in windowed mode

Note that the script assumes you are in the root limbo directory when running the launcher.

Beemer
Beemer 1 Jun 2012
crap - that should read 'the following *four* lines :)

also not the perl lines are each one line, take care when copying not to split the line as it looks in the post.
Beherit 1 Jun 2012
Well the irony is that Limbo runs smoothly on my machine and Bastion which is sort of native (XNA mono) crashes on click.

Edit: Got it!

Ubuntu 12.04
You have to edit
/usr/local/games/Bastion/OpenTK.dll.config (or the path you installed at)
and add the line


Now it runs fine. Slower than on Chrome (!) but it's ok
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.