Frictional Games Forum (read-only)
[Arch64] Penumbra Collection Installer problem - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Penumbra Series (https://www.frictionalgames.com/forum/forum-22.html)
+---- Forum: Linux - Penumbra (https://www.frictionalgames.com/forum/forum-25.html)
+---- Thread: [Arch64] Penumbra Collection Installer problem (/thread-5946.html)



[Arch64] Penumbra Collection Installer problem - Whoracle - 12-29-2010

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?


RE: [Arch64] Penumbra Collection Installer problem - Urkle - 12-29-2010

provide the output of these two commands.
Code:
md5sum penumbra_collection_1.1.sh
df -h /tmp



RE: [Arch64] Penumbra Collection Installer problem - Whoracle - 12-29-2010

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.