View Single Post
  #1  
Old 02-21-2008, 04:10 PM
dirt farmer dirt farmer is offline
Registered User
 
Join Date: May 2005
Posts: 15
error in .console log upon launch

Greetings. I just noticed this today... whenever I launch the app., I get this error in my console log. Any idea what it means?

2008-02-21 13:07:37.417 SuperDuper![191] .scriptSuite warning for attribute 'boundsAsQDRect' of class 'NSWindow' in suite 'NSCoreSuite': 'NSData<QDRect>' is not a valid type name.
2008-02-21 13:07:37.418 SuperDuper![191] .scriptSuite warning for type 'NSTextStorage' attribute 'name' of class 'NSApplication' in suite 'NSCoreSuite': AppleScript name references may not work for this property because its type is not NSString-derived.
2008-02-21 13:07:37.418 SuperDuper![191] .scriptSuite warning for type 'NSTextStorage' attribute 'lastComponentOfFileName' of class 'NSDocument' in suite 'NSCoreSuite': AppleScript name references may not work for this property because its type is not NSString-derived.
2008-02-21 13:07:37.418 SuperDuper![191] .scriptSuite warning for type 'NSTextStorage' attribute 'title' of class 'NSWindow' in suite 'NSCoreSuite': AppleScript name references may not work for this property because its type is not NSString-derived.
2008-02-21 13:07:37.418 SuperDuper![191] .scriptSuite warning for attribute 'boundsAsQDRect' of class 'NSWindow' in suite 'NSCoreSuite': 'NSData<QDRect>' is not a valid type name.
2008-02-21 13:07:37.419 SuperDuper![191] .scriptSuite warning for superclass of class 'NSAttachmentTextStorage' in suite 'NSTextSuite': 'NSString' is not a valid class name.


Thanks in advance
Reply With Quote