Marked crashed when i try to open .md or .mdown

David Chase's Avatar

David Chase

10 Feb, 2013 04:33 PM

Hi,
It seems that its a similar problem to https://marked.tenderapp.com/discussions/problems/11-unable-to-open...

But I dont think I have any ruby issues, i am running OSX 10.8.2

Error:
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'launch path not accessible' terminate called throwing an exception
abort() called

  1. Support Staff 1 Posted by Brett on 10 Feb, 2013 04:46 PM

    Brett's Avatar

    If you open Terminal and type:

    ls /usr/bin/ruby

    What does it say? Also, just to check, type:

    which ruby

    and let me know what that says, too.

    Thanks,
    Brett

  2. 2 Posted by David Chase on 10 Feb, 2013 05:37 PM

    David Chase's Avatar

    ls /usr/bin/ruby
    ls: /usr/bin/ruby: No such file or directory
    which ruby
    /usr/local/bin/ruby

    Thank you
    -David

  3. Support Staff 3 Posted by Brett on 10 Feb, 2013 06:18 PM

    Brett's Avatar

    You've modified your Ruby setup. At the very least you need to symlink your
    custom Ruby to the default folder:

    ln -s /usr/local/bin/ruby /usr/bin/ruby

    Try that and let me know if it works.

    -Brett

  4. 4 Posted by David Chase on 10 Feb, 2013 06:24 PM

    David Chase's Avatar

    Thank you Brett, that did it!
    That for me was a duh! moment my apologies

    -David

  5. Brett closed this discussion on 10 Mar, 2013 02:19 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac