[Mono-osx] [PREVIEW] Continuum 0.2 - a native OS-X IDE for Mono

Jesse Jones jesjones at mindspring.com
Thu Feb 26 06:40:16 EST 2009


On Feb 26, 2009, at 1:20 AM, Joanna Carter wrote:

> Hi Jesse
>
> I just checked the Console output :
>
> 26/02/09 09:02:51 com.apple.launchd[101]
> ([0x0-0x156156].Continuum-IDE[3998]) Exited with exit code: 127
> 26/02/09 09:16:20 [0x0-0x15e15e].Continuum-IDE[4036] /Volumes/Fichiers
> Utilisateurs/Utilisateurs/JoannaCarter/Downloads/Continuum/ 
> Continuum-0.2.250.0/bin/Continuum.app/Contents/MacOS/launcher:
> line 3: cd: /Volumes/Fichiers: No such file or directory

It's probably a problem with a space in the path like Laurent said.  
You can either move it somewhere where the path doesn't have a space  
or change the third line of the Continuum.app/Contents/MacOS/launcher  
file to

cd "${APP_PATH}/Contents/MacOS"

  -- Jesse


More information about the Mono-osx mailing list