The Computer Oracle

Running app on MacOSX Mountain Lion: Job failed to exec(3) for weird reason: 13

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Dream Voyager Looping

--

Chapters
00:00 Running App On Macosx Mountain Lion: Job Failed To Exec(3) For Weird Reason: 13
00:29 Accepted Answer Score 21
00:46 Answer 2 Score 1
01:11 Thank you

--

Full question
https://superuser.com/questions/478768/r...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#macos #launchd

#avk47



ACCEPTED ANSWER

Score 21


Thanks to lanzz

I found out that the problem is permissions.

I used chmod +x to set the executable app under MacOS folder of the .app to make it executable and the problem is fixed.




ANSWER 2

Score 1


If chmod doesn't work for you:

I was getting the same error with an .app file extracted from a zip but the chmod solution didn't help. I eventually found this page which suggested re-extracting the file from the original zip using the Archive Utility. This worked for my case.

(I had extracted it using 7-Zip on a PC and picked it up on the Mac via DropBox which presumably mangled the permissions in some manner.)