Code Monkey home page Code Monkey logo

Comments (5)

djbe avatar djbe commented on September 26, 2024

Do you see anything of interest in the console?

from isoul.

 avatar commented on September 26, 2024

just these 2 messages...

02-03-12 5:38:06.254 AM com.apple.launchd.peruser.501: ([0x0-0x118118].com.bdp.iSoul[1457]) posix_spawn("/Users/Damazio/Downloads/Safari/iSoul/iSoul.app/Contents/MacOS/iSoul", ...): Operation not permitted

02-03-12 5:38:06.255 AM com.apple.launchd.peruser.501: ([0x0-0x118118].com.bdp.iSoul[1457]) Exited with code: 1

launching "iSoul.app/Contents/MacOS/iSoul" returns the following in the terminal:

Last login: Thu Mar 1 03:17:50 on ttys000
/Users/Damazio/Downloads/Safari/iSoul/iSoul.app/Contents/MacOS/iSoul ; exit;
badcomputer:~ Damazio$ /Users/Damazio/Downloads/Safari/iSoul/iSoul.app/Contents/MacOS/iSoul ; exit;
-bash: /Users/Damazio/Downloads/Safari/iSoul/iSoul.app/Contents/MacOS/iSoul: Operation not permitted
logout

[Process completed]

from isoul.

djbe avatar djbe commented on September 26, 2024

try this in terminal:

chmod a+x ~/Downloads/Safari/iSoul/iSoul.app/Contents/MacOS/iSoul

from isoul.

 avatar commented on September 26, 2024

thanks a lot, the permissions were right but i found the problem. there's a quarantine bug in lion which set isoul executable to be quarantined (there are other examples in the link below). now, i've disabled quarantine some time ago (see option 3 in the link below) but for some reason, isoul was on the list. enabling quarantine system wide (defaults write com.apple.LaunchServices LSQuarantine -bool YES) or on a file basis (xattr -d com.apple.quarantine isoul.app) solves the issue.

http://reviews.cnet.com/8301-13727_7-57374676-263/workarounds-for-quarantine-bug-in-os-x-lion/

from isoul.

djbe avatar djbe commented on September 26, 2024

Never encountered that particular bug, but I'm glad you were able to solve your issue.

from isoul.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.