Frictional Games Forum (read-only)

Full Version: [Arch64] Penumbra Collection Installer problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

I bought the Penumbra collection yesterday, and, after hours of downloading (damn slow connection here) I finally got penumbra_collection_1.1.sh.

However, when I do

Code:
[anthrax@lynxcore downloads]$ sh penumbra_collection_1.1.sh

I get

Code:
Verifying archive integrity... All good.
Uncompressing Installer for The Penumbra Collection..................Extraction failed.
...............Signal caught, cleaning up

That's all, no more info. Same for -f ncurses or the like.

My system is Arch64 with 32-bit libstdc++5 and 32-bit nvidia packages explicitly installed.
Full path to the installer is /home/anthrax/games/downloads.

Any ideas on what went wrong?
provide the output of these two commands.
Code:
md5sum penumbra_collection_1.1.sh
df -h /tmp
Nevermind. I noticed that I have only 800 MB left on /tmp, while on my /home I have 38GB. Silly me. A quick --target /somewhere/with/more/space did the trick.

But thanks for the surprisingly fast reply.