Gootool on 64bit linux doesnt find WorldOfGoo.bin

You are viewing a static copy of the old 2DBoy forum, which closed in 2010. It is preserved here for historical interest, but it is not possible to reply to topics. For more recent discussion about World of Goo, visit our new forum.
Gootool on 64bit linux doesnt find WorldOfGoo.binmisiu_mp09/26/2009 - 06:37

The game is installed in /opt/WorldOfGoo. On a 64bit system, in this directory there are two binaries:
WorldOfGoo.bin32 and WorldOfGoo.bin64.
Gootool is looking for a file called WorldOfGoo.bin, so it doesnt find it.
Creating a symbolic link to any of these binaries will solve the problem:
$cd /opt/WorldOfGoo
$sudo ln -s WorldOfGoo.bin64 WorldOfGoo.bin

Please modify the gootool or the WorldOfGoo installer so that this is not necessary.