mate error

View: New views
16 Messages — Rating Filter:   Alert me  

mate error

by Jay States :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I searched the list and found a error with BlogMate, but I don't have it
installed.  I do know that this error is local in nature.  I can login
under admin and use mate from the command line.  Under my account I get
this message:

2007-11-26 15:03:11.446 mate[2591:10b] Exception raised during posting
of notification.  Ignored.  exception: '[NOTE: this exception originated
in the server.]
*** Object does not implement or has different method signature'
invoked observer method: '*** -[OakLaunchHelper didLaunchTextMate:]'
observer: 0x121090  notification name:
'NSWorkspaceDidLaunchApplicationNotification'

I've removed the preferences.plist and removed bundles and other
possible solutions from the list but nothing.

Thanks for any help.
J


______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by guerom00 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there.
I kinda second this bug. It happens to me when I try to go from Skim back to TextMate via PDFSync.
Here is what I see in the Console, seems similar to the above post :

26/11/07 22:34:17 mate[48999] An uncaught exception was raised
26/11/07 22:34:17 mate[48999] [NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature
26/11/07 22:34:17 mate[48999] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature'
26/11/07 22:34:17 mate[48999] Stack: (
    2422567531,
    2449408155,
    2422566289,
    2450962534,
    2450960393,
    2422590154,
    2422590258,
    10507,
    14446,
    9754,
    9525
)

TIA

PS : I'm running on 10.5.1
TextMate 1.5.7
Skim 1.0RC1


Re: mate error

by Jay States :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

guerom00 wrote:

> Hi there.
> I kinda second this bug. It happens to me when I try to go from Skim back to
> TextMate via PDFSync.
> Here is what I see in the Console, seems similar to the above post :
>
> 26/11/07 22:34:17 mate[48999] An uncaught exception was raised
> 26/11/07 22:34:17 mate[48999] [NOTE: this exception originated in the
> server.]
> *** Object does not implement or has different method signature
> 26/11/07 22:34:17 mate[48999] *** Terminating app due to uncaught exception
> 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in
> the server.]
> *** Object does not implement or has different method signature'
> 26/11/07 22:34:17 mate[48999] Stack: (
>     2422567531,
>     2449408155,
>     2422566289,
>     2450962534,
>     2450960393,
>     2422590154,
>     2422590258,
>     10507,
>     14446,
>     9754,
>     9525
> )
>
> TIA
>
> PS : I'm running on 10.5.1
> TextMate 1.5.7
> Skim 1.0RC1
>
>
>  
That's the same message, but I'm not using Skim

J

______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by guerom00 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jay States wrote:
That's the same message, but I'm not using Skim

J
I know. I didn't want to open a new thread…

Re: mate error

by Allan Odgaard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 26 Nov 2007, at 22:39, guerom00 wrote:

> [...]
> Here is what I see in the Console, seems similar to the above post :
>
> 26/11/07 22:34:17 mate[48999] An uncaught exception was raised
> 26/11/07 22:34:17 mate[48999] [NOTE: this exception originated in the
> server.]
> *** Object does not implement or has different method signature
> 26/11/07 22:34:17 mate[48999] *** Terminating app due to uncaught  
> exception
> 'NSInvalidArgumentException', reason: '[NOTE: this exception  
> originated in
> the server.]
> *** Object does not implement or has different method signature'
> 26/11/07 22:34:17 mate[48999] Stack: (
>    2422567531,
> …

When this happens, can you try first find out the process ID of  
TextMate, this is the second column (first number) in the output from  
running:

     ps ux|grep TextMate

Then try translate the stack dump to something useful by running:

     atos -p «pid» «stack dump»|c++filt

E.g.:

     atos -p 92096 2422567531 2449408155 2422566289 2450962534|c++filt

Maybe that can help reveal what is going on.


______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by guerom00 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah, I should've provided the crash log (I assume that's what you want…). Here it is :

Process:         mate [20427]
Path:            /Applications/TextMate.app/Contents/Resources/mate
Identifier:      mate
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  Skim [20314]

Date/Time:       2007-11-26 09:20:58.653 +0100
OS Version:      Mac OS X 10.5.1 (9B18)
Report Version:  6

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature'

Thread 0 Crashed:
0   com.apple.CoreFoundation       0x90657114 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 4
1   libobjc.A.dylib               0x91ff009b objc_exception_throw + 40
2   com.apple.CoreFoundation       0x90656d91 -[NSException raise] + 17
3   com.apple.Foundation           0x9216b866 -[NSConnection sendInvocation:internal:] + 1430
4   com.apple.Foundation           0x9216b009 -[NSDistantObject forwardInvocation:] + 329
5   com.apple.CoreFoundation       0x9065caca ___forwarding___ + 986
6   com.apple.CoreFoundation       0x9065cb32 _CF_forwarding_prep_0 + 50
7   mate                           0x0000290b 0x1000 + 6411
8   mate                           0x0000386e 0x1000 + 10350
9   mate                           0x0000261a 0x1000 + 5658
10  mate                           0x00002535 0x1000 + 5429

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xa005e0f0  ebx: 0x91ff007c  ecx: 0xa005d1a0  edx: 0x0000b000
  edi: 0xbfffe318  esi: 0xa02632e0  ebp: 0xbfffe0d8  esp: 0xbfffe0d8
   ss: 0x0000001f  efl: 0x00000286  eip: 0x90657114   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x55823000

HTH

Re: mate error

by Jay States :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OK -> this is the message from a cold start.

2007-11-28 07:52:01.756 mate[3036:10b] Exception raised during posting of notification.  Ignored.  exception: '[NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature'  invoked observer method: '*** -[OakLaunchHelper didLaunchTextMate:]'  observer: 0x121500  notification name: 'NSWorkspaceDidLaunchApplicationNotification'

Once TextMate is open. This is the message produced from the stack dump using atos:

__raiseError (in CoreFoundation)
objc_exception_throw (in libobjc.A.dylib)
-[NSException raise] (in CoreFoundation)
-[NSConnection sendInvocation:internal:] (in Foundation)
-[NSDistantObject forwardInvocation:] (in Foundation)
___forwarding___ (in CoreFoundation)
_CF_forwarding_prep_0 (in CoreFoundation)
0x0000290b (in TextMate)
-[OakDocumentDidCloseObserver dealloc] (in TextMate)
0x0000261a (in TextMate)
0x00002535 (in TextMate)

I should mention. 10.5.1, MBP 17' v3


______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by Allan Odgaard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 28 Nov 2007, at 09:41, guerom00 wrote:

> Yeah, I should've provided the crash log (I assume that's what you  
> want…).
> Here it is :
> [...]


Basically the crash dump you attached just confirms that something bad  
happened when mate tried to talk to TextMate (it looks like it didn’t  
actually talk with the TextMate.appp it knows). I had hoped the stack  
dump that it listed (which you initially quoted) as addresses referred  
to the TextMate.app executable.



______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by Allan Odgaard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A user reports that the ‘mate’ problem is caused by Logitech Control  
Center and that it also affects Growl.

If anyone has the problem is *not* running LCC, let me know.


______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by Jay States :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well that explains it... I'm using the LCC.

J

______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by guerom00 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does anyone know of a replacement for LCC ? I have a MX Revolution and that's a shame not to be able to use some of the advanced features…

Re: mate error

by Fred B-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 30 Nov 2007, at 12:18, guerom00 wrote:
> Does anyone know of a replacement for LCC ? I have a MX Revolution  
> and that's
> a shame not to be able to use some of the advanced features…

There are 3 solutions I know of:

- [USBOverdrive][1]
- [SteerMouse][2]
- [ControllerMate][3]

Although it can look a bit daunting at first, ControllerMate is  
cheaper (15$) and MUCH more powerful.
I really recommend it, there is no way you'll regret LCC.


[1]: http://www.usboverdrive.com/
[2]: http://plentycom.jp/
[3]: http://www.orderedbytes.com/controllermate/


______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by Alexey Blinov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Im usin Logitech MX Revolution WITHOUT LCC and its fine ) Unable to
use zoom button is a good price for TM ;)

On Nov 30, 2007 2:57 PM, Fred B <fredb7@...> wrote:

> On 30 Nov 2007, at 12:18, guerom00 wrote:
> > Does anyone know of a replacement for LCC ? I have a MX Revolution
> > and that's
> > a shame not to be able to use some of the advanced features…
>
> There are 3 solutions I know of:
>
> - [USBOverdrive][1]
> - [SteerMouse][2]
> - [ControllerMate][3]
>
> Although it can look a bit daunting at first, ControllerMate is
> cheaper (15$) and MUCH more powerful.
> I really recommend it, there is no way you'll regret LCC.
>
>
> [1]: http://www.usboverdrive.com/
> [2]: http://plentycom.jp/
> [3]: http://www.orderedbytes.com/controllermate/
>
>
>
> ______________________________________________________________________
> For new threads USE THIS: textmate@...
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>


______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by Eric O'Brien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I *am* running LCC and mate seems to work.

LCC is version 2.3.1.  There is a newer version, but I read somewhere  
that there were problems with it, so I haven't installed the newer one.

My alias for "mate" points to ... TextMate.app/Contents/SharedSupport/
Support/bin/mate, not TextMate.app/Contents/Resources/mate as is  
shown in crash log posted by guerom00, in case this is significant.

I *am* running Growl, too.  I don't recall receiving any  
notifications lately though.  What effect is LCC supposed to have on  
Growl?

eo


On Nov 29, 2007, at 1:35 PM, Allan Odgaard wrote:

> A user reports that the ‘mate’ problem is caused by Logitech  
> Control Center and that it also affects Growl.
>
> If anyone has the problem is *not* running LCC, let me know.
>

______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by Allan Odgaard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10 Dec 2007, at 23:59, Eric O'Brien wrote:

> I *am* running LCC and mate seems to work.
>
> LCC is version 2.3.1.  There is a newer version, but I read  
> somewhere that there were problems with it [...] What effect is LCC  
> supposed to have on Growl?

Yes, the problem is with 2.4. It makes a lot of inter-app  
communication fail, it makes some things (like the osascript shell  
command) spew out errors about leaking, etc.


______________________________________________________________________
For new threads USE THIS: textmate@...
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate

Re: mate error

by hazmatt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I get this same error.  I'm running 10.5.1 on a C2D Mac Book Pro.

2008-02-08 11:50:00.333 mate[17103:10b] An uncaught exception was raised
2008-02-08 11:50:00.336 mate[17103:10b] [NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature
2008-02-08 11:50:00.337 mate[17103:10b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature'
2008-02-08 11:50:00.338 mate[17103:10b] Stack: (
    2491863659,
    2531516571,
    2491862417,
    2444806246,
    2444804105,
    2491886282,
    2491886386,
    10507,
    14446,
    9754,
    9525
)
Trace/BPT trap

Any suggestions to get it working again?

thanks, -Matt

guerom00 wrote:
Hi there.
I kinda second this bug. It happens to me when I try to go from Skim back to TextMate via PDFSync.
Here is what I see in the Console, seems similar to the above post :

26/11/07 22:34:17 mate[48999] An uncaught exception was raised
26/11/07 22:34:17 mate[48999] [NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature
26/11/07 22:34:17 mate[48999] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '[NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature'
26/11/07 22:34:17 mate[48999] Stack: (
    2422567531,
    2449408155,
    2422566289,
    2450962534,
    2450960393,
    2422590154,
    2422590258,
    10507,
    14446,
    9754,
    9525
)

TIA

PS : I'm running on 10.5.1
TextMate 1.5.7
Skim 1.0RC1