Torrent Hash - Hash of all existing torrents
Please, pay attention to the fact that you are about to download the torrent NOT from torhash.net
torhash.net is just a torrent search engine, no torrents are hosted here.

World Of Goo - Linux Version

Infohash:

434267F1088744FD48658E60390737A43DAD16CA

Type:

Games

Title:

World Of Goo - Linux Version

Category:

Games/PC

Uploaded:

2009-02-21 (by ph_)

Description:

World Of Goo ############ This is the full version of the popular game "World of Goo" for Linux. Installation: - download - unpack (tar -xjpf file) - if wanted, move somewhere appropriate - make executable (chmod +x /path/to/WorldOfGoo/WorldOfGoo*) - run (cd /path/to/WorldOfGoo/ && ./WorldOfGoo) Note: x64-users need emul-linux-x86 compability-libs! If you've got problems, check out the `linux-issues.txt` and modify config.txt as needed/wanted. If you enjoy this game, please show your support for the people and their effort, it's only ~20$. Please be patient, I can only up @100k/s max and not for too long, got other stuff to seed, so please don't be an asshole and keep a ratio >1.0. thx. Edit, please comment, if it works for you :)

Tags:

  1. WoG
  2. World Of Goo
  3. Goo
  4. Linux
  5. Game

Files count:

1

Size:

60.84 Mb

Trackers:

udp://tracker.openbittorrent.com:80
udp://open.demonii.com:1337
udp://tracker.coppersurfer.tk:6969
udp://exodus.desync.com:6969

Comments:

LanceMJ (2009-04-08)

Thanks!

kummiliim (2009-06-20)

Thank for this. It's great seeing well-made games for Linux finally. I played through this and liked it so much that I bought a copy from 2D Boy. Do the same!

Arkapravo (2010-01-13)

WOW ! ..... just that I had to modify the commands a bit !
acer@acer:~/WorldOfGoo$ chmod +x WorldOfGoo.bin
acer@acer:~/WorldOfGoo$ ./WorldOfGoo.bin

Invad3rTak (2010-01-14)

Thanks!! [:

h1ll (2010-01-27)

Thanks works great :)
Fun game too:)

Arkapravo (2010-02-03)

Guys !..... can someone help me create a launcher for World of Goo .... much appreciated !

h1ll (2010-02-03)

Arkaprovo just right click the gnome menu and click edit menu. Then click games and click new item. Type in the code to run it. Mine is "sudo /usr/games/WorldOfGoo/WorldOFGoo" so that launches the main thing in there. If you need help just commet back.

Arkapravo (2010-02-07)

Hey h1ll , thanks for your prompt reply ..... however, I haven't yet been able to make the launcher ! ..... which flavour and version of UNIX are you using ? ....As you suggested everything works cool .... just that the game doesn't starts (there is not even a pop up window indicating some issue ! :( ) ..... however from it works cool from the terminal window

h1ll (2010-02-09)

Arkapravo try putting sudo in front of the short cut command. Some areas of your folders are only accessible by root. So idk if your putting sudo in on the terminal and not the shortcut or what.

poliklinikar (2010-03-01)

@arkapravo & H1|| : its rly easy to make launcher. everything u have to do is rename WorldOfGoo.bin to WorldOfGoo.bin32 :D then its workink! :D have fun

7673009 (2011-08-13)

Need help!
WorldOfGoo/WorldOfGoo.bin: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory

Scucci (2012-06-15)

For anyone having issues with this, first things first... make sure you set WorldOfGoo and WorldOfGoo.bin as executable.
After that, if you're getting the "segmentation fault" error if you try WorldOfGoo (sh ./WorldOfGoo) then rename your /WorldOfGoo/libs folder to /libsbak or something to keep it out of the way. That will keep the program from trying to run its out-dated libs and will use your system's instead.
Should get it up and running for you.
If you have anymore issues (like I did with my wacom pen at full screen), check out config.txt in /properties... pretty self-explanatory.

The_xpider1 (2012-11-08)

I'm using Linux Mint 13, I just installed the demo off of the 'Software Manager' then replaced it with this removing demo from the folder name.
It gave "segmentation fault"; when trying to run 'WorldOfGoo' file.
All I had to do to fix it was open 'WorldOfGoo' in
sudo gedit
erased everything in file
typed
'cd /path/to/folder/' (was cd '/opt/WorldOfGoo/' for me)
ENTER Button
then typed
"exec ./WorldOfGoo.bin"
Saved File
Ran it and it started :p
... hope that helped someone