Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install script won't run
Overand Offline
Junior Member

Posts: 2
Threads: 0
Joined: Sep 2013
Reputation: 0
#3
Solved: 9 Years, 4 Months, 1 Week ago RE: Install script won't run

(SOLVED!: Edited with solution)

Well, I couldn't get it to work, even with the hints above. I'm on Arch Linux, 64-bit (fully up to date as of 2013-09-10). I got the game via the Humble store, which delivered me a .sh file (I chose via torrent).

My MD5Sum matches yours:

bc92782fafc84475dff306906184e060  AmnesiaAMFP-1.0.0.sh

But - I get a different error:


[overand@zaphod machineforpigs]$ sudo bash ./AmnesiaAMFP-1.0.0.sh
Verifying archive integrity... All good.
Uncompressing Mojo Setup..............
./AmnesiaAMFP-1.0.0.sh: line 372: ./startmojo.sh: Permission denied

Incidentally, when just executing this (without sudo, but after doing chmod +x), I get the same error.

The solution? My /tmp directory was set to be non-executable. So - I did the following, which you may need to adapt of course.

[overand@zaphod machineforpigs]$ pwd
/mnt/data/games/machineforpigs
[overand@zaphod machineforpigs]$ mkdir thetmpdir
[overand@zaphod machineforpigs]$ export TMPDIR=/mnt/data/games/machineforpigs/thetmpdir; bash AmnesiaAMFP-1.0.0.sh
(This post was last modified: 09-11-2013, 03:22 AM by Overand.)
09-11-2013, 03:08 AM
Find


Messages In This Thread
Install script won't run - by salass00 - 09-10-2013, 10:20 AM
RE: Install script won't run - by Akasu - 09-10-2013, 06:14 PM
RE: Install script won't run - by Overand - 09-11-2013, 03:08 AM
RE: Install script won't run - by Urkle - 09-19-2013, 08:22 PM
RE: Install script won't run - by Overand - 09-19-2013, 09:05 PM
RE: Install script won't run - by Urkle - 09-19-2013, 10:01 PM



Users browsing this thread: 1 Guest(s)