Psychonauts came in a neat file called psychonauts-linux-06042012-bin
.
The file system calls it an executable, but I can't find a way to execute it.
Ubuntu suggested using "PyPar2" to open it like an archive, which made it into a bunch of .par2 files, but it then couldn't find anything else to open those.
It seems that other people have been able to start the game, so what should I do differently?
bash: ./psychonauts-linux-06042012-bin: No such file or directory
A quick LS shows that it certainly is. Thanks for your great help, by the way! – coldcaption Jun 09 '12 at 13:17bash
to run it instead and it said "cannot execute binary file." I tried re-downloading, too. Do you think it could be a problem with Ubuntu? – coldcaption Jun 09 '12 at 14:30file psychonauts-linux-06042012-bin
revealed that it is 32 bit. I ranapt-get install ia32-libs
and executed it from Unity and the installer is currently running. Thanks for your detailed help! – coldcaption Jun 09 '12 at 15:34