[TxMt] Can't run tm tool
Sune Foldager
cryo at cyanite.org
Fri Sep 2 03:27:28 UTC 2005
On 02/09/2005, at 4.28, Caio Chassot wrote:
> This is what I get:
> $ tm
> RegisterProcess failed (error = -50)
> Abort trap
> Any pointers at how to solve this?
In a mail some time ago Allan wrote:
--->---
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"
---<---
-- Sune.
More information about the textmate
mailing list