[TxMt] RegisterProcess failed (error = -50)

Allan Odgaard allan at macromates.com
Mon May 9 10:30:11 UTC 2005


On May 8, 2005, at 19:11, hadley wickham wrote:

> When I try to use the TM command line tool, I get the following error:
>
> RegisterProcess failed (error = -50)
> Abort trap

In your ~/.bash_profile do you have something like:
    export PATH="~/bin:$PATH"
If so, change it to:
    export PATH="$HOME/bin:$PATH"




More information about the textmate mailing list