Hi,
I'm on Panther 10.3.9, I was using TextMate v1.1b5 until very recently.
I decided it was time to upgrade, and deleted every TextMate related folder that I knew of. (basically what I saw in `locate | grep TextMate`)
I then installed 1.1b16, and copied tm and tm_wait to ~/bin.
This is what I get:
$ tm RegisterProcess failed (error = -50) Abort trap
Any pointers at how to solve this?
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.
Hi Caio,
$ tm RegisterProcess failed (error = -50) Abort trap
Any pointers at how to solve this?
If you use bash or similar, the type builtin will clear this up:
$ type -a tm tm is /usr/bin/tm tm is /Users/bin/tm
The first one will be run. Hope this comes in useful to someone.
Peter