Uncompressing installer fails - 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 - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html) +---- Forum: Linux - ATDD (https://www.frictionalgames.com/forum/forum-32.html) +---- Thread: Uncompressing installer fails (/thread-4235.html) |
Uncompressing installer fails - thomasdegraaff - 09-12-2010 The installer fails: Code: $ ./amnesia_tdd_1.0.sh I'm using Ubuntu 10.04 64 bits. Already tried downloading it again, same problem. RE: Uncompressing installer fails - Tanshaydar - 09-12-2010 Did you make it executable? chmod +x? RE: Uncompressing installer fails - thomasdegraaff - 09-12-2010 Yeah.. otherwise it wouldn't have given feedback, now would it? RE: Uncompressing installer fails - Urkle - 09-12-2010 Do you have enough free disk space in /tmp? And is /tmp NOT mounted with noexec? You will need around 1-1.5GB free in /tmp or specify --target when running the installer to specify an alternate location. RE: Uncompressing installer fails - thomasdegraaff - 09-15-2010 (09-12-2010, 10:15 PM)Urkle Wrote: Do you have enough free disk space in /tmp? And is /tmp NOT mounted with noexec? Thx! This did the trick. Code: ./amnesia_tdd_1.0.sh --target /mnt/Documenten/Games/Amnesia/tmp/ |