Events in Cocoa

Is there a way to handle events in Cocoa. I am a .Net programmer trying to come over from the dark side but as of right now I am stuck on what seems to be a simple problem. I've created a simple water meter program. It is composed of two NSTextFields, a NSButton, and a NSMessageLabel. It takes input from the one text field subtracts it from the other then mutiplies that number by the 'price per gallon' and displays the result in the label. Seems simple enough. I am now trying to clear the label when the user changes either one of those numbers in the TextFields. I've searched online but only been able to find that I might need to use delegates but only maybe, and that I might need to use control?TextDidChange. If anyone could help me or point me in the right direction i would greatly appreciate it.
Thomas

I put the log statement in my -awakeFromNib and I see in the console window where the log message appears, but the textDidChange is not getting called, or at least not working because neither the log message nor the the clearing of the message box. Here is my implementation file :
[i]
#import "WaterMeterController.h"
@implementation WaterMeterController
-(void)awakeFromNib
NSLog(@"awakeFromNib called");
[currentReading setDelegate:self];
[previousReading setDelegate:self];
     //Variable Declaration
     double PRICE_PER_GALLON = .0075;
       double totalBill = 0.0;
     int galUsed = 0;
     int currentBox = 0;
     int previousBox = 0;
- (IBAction)calculateBill:(id)sender
     currentBox = [currentReading intValue];
     previousBox = [previousReading intValue];
     galUsed = currentBox - previousBox;
     totalBill = PRICE_PER_GALLON * galUsed;
     NSString *theBill;
     theBill = [NSString stringWithFormat: @" %lf", totalBill];
     [messageText setStringValue: theBill];
- (void)textDidChange:(NSNotification *)aNotification
     //Log to console:
     NSLog(@"TextChanged");
     //Clear the Text
    [messageText setStringValue:@""];
@end
[/i]
I have also made both my text boxes (currentReading, and previousReading) delegates in the .Nib file by control clicking from the text boxes to the controller class. I can't see why this isn't working
Thanks for looking
Thomas

Similar Messages

  • Cannot Understand Event Earsffdr Cocoa-Applescript

    Hello Guys,
    I'm trying to just write a little X-code 4 app to display it's own directory, using Cocoa-Applescript. I've created a window under MainMenu.xib, and linked it to my code in AppDelegate.applescript. My code looks something like this:
    on myButtonHandler_(sender)
            set theFolder to POSIX path of (the path to current application)
            set theFile to theFolder & "/Contents/Resources/Dir.app"
            display dialog (the path to me)
            return void
        end myButtonHandler
    The app builds perfectly, but when I click the button, it says:
    [AppDelegate myButtonHandler:]: «script» doesn’t understand the «event earsffdr» message. (error -1708)
    I have no idea what is happening there, so any help is appreciated!
    P.S This code also works perfectly in Applescript Editor, but I want it to look better with a window, so this is really weird.

    I've tried the applecation bundle thing, and my code looks like this:
        on myButtonHandler_(sender)
            set theFolder to POSIX path of (the path to current application's NSBundle's mainBundle()'s bundlePath())
            set theFile to theFolder & "/Contents/Resources/Dir.app"
            display dialog theFile
        end myButtonHandler
    But now the error is:
    «class ocid» id «data optr00000000E0B3660401000000» doesn’t understand the «event earsffdr» message. (error -1708)
    In Applescript Editor, the code makes the error : NSBundle doesn’t understand the mainBundle message.
    In addition, 'path to current application' doesen't work either, and it displays the original error.

  • ICal crashes upon entering new events

    I just purchased a new Macbook Pro and I exported iCal data from my old Mac onto my new Mac. I opened iCal on the new Mac and imported the iCal data file. All of the dates have successfully been copied to iCal on my new Mac. However, when I double click to put in a new entry, iCal immediately crashes. This happens whether I double click on the day to add an event, or select add an event from the file menu. Does anyone have any ideas as to why this might be happening? The error report is below. Thanks!
    Process: iCal [1766]
    Path: /Applications/iCal.app/Contents/MacOS/iCal
    Identifier: com.apple.iCal
    Version: 4.0.4 (1395)
    Build Info: iCal-13950000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [116]
    Date/Time: 2011-01-11 20:34:20.710 -0600
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Interval Since Last Report: 201855 sec
    Crashes Since Last Report: 22
    Per-App Interval Since Last Report: 50008 sec
    Per-App Crashes Since Last Report: 13
    Anonymous UUID: 158B079A-60C7-4EC7-9111-81BA81237FA4
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000070
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x00007fff8226a340 objcmsgSendvtable14 + 16
    1 com.apple.CoreFoundation 0x00007fff88d3632d -[NSException dealloc] + 61
    2 com.apple.CoreFoundation 0x00007fff88cac1e6 _CFAutoreleasePoolPop + 230
    3 com.apple.Foundation 0x00007fff87acc100 -[NSAutoreleasePool drain] + 158
    4 com.apple.CoreData 0x00007fff855ff1ce -[NSManagedObjectContext obtainPermanentIDsForObjects:error:] + 206
    5 com.apple.CalendarStore 0x00007fff815913d3 -[CalManagedObjectContext obtainPermanentIDsForObjects:error:] + 81
    6 com.apple.CalendarStore 0x00007fff81601c7d +[CalEntityDescription insertNewObjectForEntityForName:inManagedObjectContext:obtainPermanentID:] + 126
    7 com.apple.CalendarStore 0x00007fff815aa3a0 -[CalManagedSource addEntity:inManagedObjectContext:] + 268
    8 com.apple.CalendarStore 0x00007fff814dbd8f -[CALAbstractEntity actualCommitWithUndo:] + 658
    9 com.apple.CalendarStore 0x00007fff814e3a46 -[CoreEvent actualCommitWithUndo:] + 69
    10 com.apple.CalendarStore 0x00007fff815c22b1 -[CALEntity commitAndPropogateChanges:] + 5789
    11 com.apple.iCal 0x000000010007ba7b 0x100000000 + 506491
    12 com.apple.iCal 0x00000001000d25b2 0x100000000 + 861618
    13 com.apple.iCal 0x00000001000be6cb 0x100000000 + 779979
    14 com.apple.CoreFoundation 0x00007fff88cfd96c _invoking__ + 140
    15 com.apple.CoreFoundation 0x00007fff88cfd83d -[NSInvocation invoke] + 141
    16 com.apple.iCal 0x000000010004b372 0x100000000 + 308082
    17 com.apple.AppKit 0x00007fff86aef34f -[NSWindow sendEvent:] + 5409
    18 com.apple.iCal 0x0000000100044c63 0x100000000 + 281699
    19 com.apple.AppKit 0x00007fff86a24a86 -[NSApplication sendEvent:] + 4719
    20 com.apple.iCal 0x0000000100044a81 0x100000000 + 281217
    21 com.apple.AppKit 0x00007fff869bb4da -[NSApplication run] + 474
    22 com.apple.AppKit 0x00007fff869b41a8 NSApplicationMain + 364
    23 com.apple.iCal 0x0000000100001838 0x100000000 + 6200
    24 com.apple.iCal 0x00000001000a36c0 0x100000000 + 669376
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8821316a kevent + 10
    1 libSystem.B.dylib 0x00007fff8821503d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff88214d14 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8821483e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff88214168 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff88214005 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000010 rbx: 0x00007fff71161e20 rcx: 0x00007fff7116e400 rdx: 0x0000000000000007
    rdi: 0x000000011637e190 rsi: 0x00007fff870e7d90 rbp: 0x00007fff5fbfe630 rsp: 0x00007fff5fbfe608
    r8: 0x00007fff711462a0 r9: 0x0000000000000000 r10: 0x000000011637e643 r11: 0x0000000000000000
    r12: 0x000000011637e300 r13: 0x000000010090d600 r14: 0x00007fff711703c0 r15: 0x0000000000000000
    rip: 0x00007fff8226a340 rfl: 0x0000000000010206 cr2: 0x0000000000000070
    Binary Images:
    0x100000000 - 0x1002d5fef com.apple.iCal 4.0.4 (1395) <E4906351-9A3C-A8F1-623E-BCF707FBE44D> /Applications/iCal.app/Contents/MacOS/iCal
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <63B47435-46CF-3D2D-F7F4-7FE77DEEFE06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff8004dff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8004e000 - 0x7fff80103fe7 com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff80104000 - 0x7fff8021bfef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B2FB9DA8-6EC9-FFBC-C919-C022B9CBEB73> /usr/lib/libxml2.2.dylib
    0x7fff8021c000 - 0x7fff802acfff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff802ad000 - 0x7fff802b8ff7 com.apple.NSServerNotificationCenter 2.2 (2.2) <429097EC-ED66-1EF0-EDE5-14798117BF95> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff802b9000 - 0x7fff80359fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8035a000 - 0x7fff8042cfe7 com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8042d000 - 0x7fff8043efff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff8043f000 - 0x7fff80455fef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
    0x7fff80456000 - 0x7fff804f0fff com.apple.ApplicationServices.ATS 4.4 (???) <395849EE-244A-7323-6CBA-E71E3B722984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff804f1000 - 0x7fff80546ff7 com.apple.framework.familycontrols 2.0.2 (2020) <A3CFF697-B9DB-A7E5-3B39-9DA9B34F0595> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff80547000 - 0x7fff80562ff7 com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff80563000 - 0x7fff8062efe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <A6B2D07C-FC4D-F49E-64E5-AD4DFA830C05> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8062f000 - 0x7fff80635ff7 com.apple.CommerceCore 1.0 (6) <E8A1144C-5666-9840-4729-256FE69CDBDB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff80636000 - 0x7fff806c5fff com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff80708000 - 0x7fff8072bfff com.apple.opencl 12.3 (12.3) <D30A45FC-4520-45AF-3CA5-092313DB5D54> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8072c000 - 0x7fff8072cff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8089f000 - 0x7fff808d9fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff808da000 - 0x7fff8098ffe7 com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff80990000 - 0x7fff809a2fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff809ee000 - 0x7fff80b6bff7 com.apple.WebKit 6533.19 (6533.19.4) <3B8D40F4-9B05-82BE-ECA5-7855A77AF700> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff80b6c000 - 0x7fff80b85fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff80b86000 - 0x7fff80c04fff com.apple.CoreText 3.5.0 (???) <4D5C7932-293B-17FF-7309-B580BB1953EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff80c05000 - 0x7fff80c0aff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff80c2f000 - 0x7fff81439fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8143a000 - 0x7fff81481ff7 com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff81482000 - 0x7fff8148bff7 com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff814c2000 - 0x7fff816c0fe7 com.apple.CalendarStore 4.0.4 (997) <E5AEEEDC-40F7-B118-107A-B4E735DD4C03> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff816c1000 - 0x7fff817c5fff com.apple.PubSub 1.0.5 (65.20) <67A088DF-7F4A-DC23-6F96-F9BAA4C238DC> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff817c6000 - 0x7fff81826fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81827000 - 0x7fff81827ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff81828000 - 0x7fff8186cfe7 com.apple.ImageCaptureCore 1.0.3 (1.0.3) <913FFA89-0AC8-0A8D-CC2A-364CB0F303BA> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff8186d000 - 0x7fff818cdff7 com.apple.ExchangeWebServices 1.3 (61) <7DB2989C-1362-8688-C73E-8405734A6566> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff818dd000 - 0x7fff81947fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff819a1000 - 0x7fff819beff7 libPng.dylib ??? (???) <14043CBC-329F-4009-299E-DEE411E16134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff819bf000 - 0x7fff819fafff com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff819fb000 - 0x7fff81a2aff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff81a2b000 - 0x7fff81a39ff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
    0x7fff81a3a000 - 0x7fff81a50fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff81a51000 - 0x7fff81a71ff7 com.apple.DirectoryService.Framework 3.6 (621.9) <FF6567B5-56BD-F3EC-E59D-1EC583C3CF73> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff81bdc000 - 0x7fff81c05ff7 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <778F7753-F0DD-5B89-0908-B2EC9B66B30A> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff81c06000 - 0x7fff81c72ff7 com.apple.CorePDF 1.3 (1.3) <FF2F3F1B-D1D6-684C-B174-6A455E04FF91> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff81c73000 - 0x7fff81eb5fef com.apple.AddressBook.framework 5.0.3 (875) <78FDBCC6-8F4C-C4DF-4A60-BB038572B870> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff81eb6000 - 0x7fff81ee8fff libTrueTypeScaler.dylib ??? (???) <B9ECE1BD-A716-9F65-6466-4444D641F584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff81eff000 - 0x7fff81f0aff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff81f0b000 - 0x7fff81f5dff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff81f5e000 - 0x7fff81faafff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff81fab000 - 0x7fff81fadfff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81fae000 - 0x7fff82030fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff82031000 - 0x7fff8207afef libGLU.dylib ??? (???) <CCE779A9-2467-A5AA-A558-691E43A1105F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8207b000 - 0x7fff8207dfef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff820ae000 - 0x7fff820aeff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff820af000 - 0x7fff821c8fef libGLProgrammability.dylib ??? (???) <4F2DC233-7DD2-1204-CAA5-3E6524F0AB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff821c9000 - 0x7fff8222bfe7 com.apple.datadetectorscore 2.0 (80.7) <5F0F865C-A80F-FE7F-7DF8-894A4A99EACA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8225d000 - 0x7fff82263ff7 IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff82264000 - 0x7fff8231afff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
    0x7fff8231b000 - 0x7fff82441fff com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <B51023BB-A5C9-3C65-268B-6B86B901BB2C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff82442000 - 0x7fff8247bfef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <561D0DCB-47AD-A12C-9066-70E4CBAD331C> /usr/lib/libcups.2.dylib
    0x7fff8247c000 - 0x7fff830effef com.apple.WebCore 6533.19 (6533.19.4) <214A0165-E3D0-1F7A-F2D5-5337E00E410A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff830f0000 - 0x7fff83175ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff83176000 - 0x7fff831b7ff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff831b8000 - 0x7fff83279fe7 libFontParser.dylib ??? (???) <8B12D37E-3A95-5A73-509C-3AA991E0C546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8327a000 - 0x7fff834b5fef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff834b6000 - 0x7fff834bbfff libGIF.dylib ??? (???) <9A2723D8-61F9-6D65-D254-4F9273CDA54A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff834c5000 - 0x7fff8352dfff com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff8352e000 - 0x7fff835aaff7 com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff835ab000 - 0x7fff835dcfff libGLImage.dylib ??? (???) <1A8E58CF-FA2F-14F7-A097-D34EEA8A7D03> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff83621000 - 0x7fff8365bfff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff8365c000 - 0x7fff837cbfe7 com.apple.QTKit 7.6.6 (1756) <250AB242-816D-9F5D-94FB-18BF2AE9AAE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff837cc000 - 0x7fff83c10fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff83c34000 - 0x7fff83ca5ff7 com.apple.AppleVAFramework 4.10.12 (4.10.12) <1B68BE43-4C54-87F5-0723-0B0A14CD21E8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff83d33000 - 0x7fff83de2fff edu.mit.Kerberos 6.5.10 (6.5.10) <6A159CD8-5C02-4528-C36F-6AFBFD61576B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff83ebc000 - 0x7fff840abfe7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <233B3E34-CDC4-668A-529A-7E61D510D991> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff840ac000 - 0x7fff845b0fe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff84797000 - 0x7fff84797ff7 com.apple.Carbon 150 (152) <B72D29DB-3787-26D1-E842-7AF12F179A83> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8484e000 - 0x7fff8485afff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <D659C43E-3E1A-F45C-9EFB-AF18990A402E> /usr/lib/libbz2.1.0.dylib
    0x7fff8485b000 - 0x7fff8485bff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8485c000 - 0x7fff8485efff libRadiance.dylib ??? (???) <76438F90-DD4B-9941-9367-F2DFDF927876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8492a000 - 0x7fff84963ff7 com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff84964000 - 0x7fff84965fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff84966000 - 0x7fff8498efff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8498f000 - 0x7fff849defef libTIFF.dylib ??? (???) <AE9DC484-1382-F7AD-FE25-C28082FCB5D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff849df000 - 0x7fff849e2ff7 com.apple.securityhi 4.0 (36638) <0CCEB8E0-8D7E-5046-F4E2-5F66D24B6600> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff849e3000 - 0x7fff849f6ff7 com.apple.syncservices.syncservicesui 5.2 (578.3) <4E9E62DC-148A-CC7E-601A-AC095DD5C95A> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff849f7000 - 0x7fff84c61fef com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff84c62000 - 0x7fff84e19fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <2CB9997A-A28D-80BC-5921-E7D50BBCACA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff84e22000 - 0x7fff8551f06f com.apple.CoreGraphics 1.545.0 (???) <356D59D6-1DD1-8BFF-F9B3-1CE51D2F1EC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff85520000 - 0x7fff85536fff com.apple.ImageCapture 6.0.1 (6.0.1) <09ABF2E9-D110-71A9-4A6F-8A61B683E936> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff85537000 - 0x7fff85546fff com.apple.opengl 1.6.12 (1.6.12) <DE3F0528-7759-CDFD-A2CF-C51D3C9C8B39> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff85547000 - 0x7fff85596fe7 com.apple.iCalendar 1.0.3 (54) <539A5A20-99D0-25F8-EB75-BD8437611AA6> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff85597000 - 0x7fff856d5fff com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff856d6000 - 0x7fff85793ff7 com.apple.CoreServices.OSServices 357 (357) <6A39BF24-C94A-E90F-1CFE-33420B226818> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff85794000 - 0x7fff857d7fef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
    0x7fff85808000 - 0x7fff85849fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8584a000 - 0x7fff8584aff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8584b000 - 0x7fff85851fff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff859aa000 - 0x7fff859cbfff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff859cc000 - 0x7fff85a16ff7 com.apple.DAVKit 4.0.3 (732) <883B795D-5F6B-8D66-F27B-20E74B807FF4> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff85a17000 - 0x7fff85a24ff7 com.apple.AppleFSCompression 24.4 (1.0) <57D6F613-CB5E-75BC-E351-3272D62227F5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff85a25000 - 0x7fff85a26fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff85a27000 - 0x7fff85a2afff com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff85a2b000 - 0x7fff85d5ffff com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff85d60000 - 0x7fff85d66fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <4EE16374-A094-D542-5BC5-7E846D0CE56E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff85d8f000 - 0x7fff85da4ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff85dc0000 - 0x7fff85dcdfe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <397B9057-5CDF-3B19-4E61-9DFD49369375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff85de4000 - 0x7fff85e2bfff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff85f63000 - 0x7fff85f6efff com.apple.CrashReporterSupport 10.6.6 (256) <E99205C8-C119-764D-E06B-65659A35024A> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff85f6f000 - 0x7fff860cfff7 com.apple.syncservices 5.2 (578.3) <F86C878E-8B5E-DBCE-8592-7AF88DE53261> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff860d0000 - 0x7fff864aafff com.apple.RawCamera.bundle 3.4.1 (546) <F7865FD2-4869-AB19-10AA-EFF1B3BC4178> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff864ab000 - 0x7fff864b1ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff864b2000 - 0x7fff865d3fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff865d4000 - 0x7fff865d5ff7 com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff865d6000 - 0x7fff86973fe7 com.apple.QuartzCore 1.6.3 (227.34) <215222AF-B30A-7CE5-C46C-1A766C1D1D2E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff86974000 - 0x7fff869b1ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff869b2000 - 0x7fff873a8fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff873a9000 - 0x7fff873bdff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff873be000 - 0x7fff87407ff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff87408000 - 0x7fff87445fff com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff87446000 - 0x7fff874d2fef SecurityFoundation ??? (???) <84778E7D-B73C-781A-CD71-7EF5E7EA8EF5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff874d3000 - 0x7fff87518fff com.apple.CoreMediaIOServices 134.0 (1160) <033C41A6-EB9B-6B3B-781A-AF001A945C7A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff87519000 - 0x7fff8751aff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <14F14B5E-9287-BC36-0C3F-6592E6696CD4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8751b000 - 0x7fff87522ff7 com.apple.KerberosHelper 2.1 (1.0) <8BCCEA2D-7CE7-1B3E-F371-AB8485A1588F> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff87523000 - 0x7fff87537fff libGL.dylib ??? (???) <1EB1BD0F-C17F-55DF-B8B4-8E9CF99359D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff87538000 - 0x7fff875b5fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff875b6000 - 0x7fff875c7ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff875c8000 - 0x7fff876d2ff7 com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8771e000 - 0x7fff87743ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff87744000 - 0x7fff87744ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff87745000 - 0x7fff877c2fef com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff877c3000 - 0x7fff877c8fff libGFXShared.dylib ??? (???) <991F8197-FD06-2AF1-F99B-E448ED4FB2AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff877c9000 - 0x7fff877c9ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff877f8000 - 0x7fff877fffff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87800000 - 0x7fff8780bfff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff8780c000 - 0x7fff87863fff com.apple.Symbolication 1.1 (67) <A6CA5AF6-93A7-751F-6079-0BFB4353A3AC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff87864000 - 0x7fff87a22fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <781E7B63-2AD0-E9BA-927C-4521DB616D02> /usr/lib/libicucore.A.dylib
    0x7fff87a58000 - 0x7fff87aa0ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff87aa1000 - 0x7fff87aa5ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff87aa6000 - 0x7fff87d29ff7 com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87d2a000 - 0x7fff87d2dff7 libCoreVMClient.dylib ??? (???) <609598E6-195D-E5D4-3B92-AE8D9768829C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff87d2e000 - 0x7fff87da0fef com.apple.CoreSymbolication 2.0 (23) <9DBEFE60-0268-9B93-620F-B2737100E7F2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff87da1000 - 0x7fff88027fff com.apple.security 6.1.1 (37594) <1B4E1ABD-1BB3-DA49-F574-0EEB23E73C6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff88028000 - 0x7fff88077ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <17EFD646-6F53-36E9-56BF-5A339E83EFFC> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff8812f000 - 0x7fff881e8fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff881e9000 - 0x7fff881f8fff com.apple.NetFS 3.2.1 (3.2.1) <E5D33870-27D2-E50B-9B35-16AA50369733> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff881f9000 - 0x7fff883bafff libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    0x7fff883bb000 - 0x7fff8843afe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8843b000 - 0x7fff8845bfef com.apple.DotMacSyncManager 2.0.3 (446.9) <E8F9E7E2-A696-4111-C4FF-20AB5DFBC3FC> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff8845c000 - 0x7fff88482fe7 libJPEG.dylib ??? (???) <6690F15D-E970-2678-430E-590A94F5C8E9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88483000 - 0x7fff88781fe7 com.apple.HIToolbox 1.6.4 (???) <263AD497-F4CC-9610-E7D3-B95CF6F02030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff88782000 - 0x7fff887adff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff887ae000 - 0x7fff88af1ff7 com.apple.MessageFramework 4.4 (1082) <7314B194-6FC8-7CEE-81AE-2AF4ADE34AAA> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff88af2000 - 0x7fff88c1aff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff88c77000 - 0x7fff88deefe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff88def000 - 0x7fff88ed4fef com.apple.DesktopServices 1.5.9 (1.5.9) <27890B2C-0CD2-7C27-9D0C-D5952C5E8438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff88ed5000 - 0x7fff88f18ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <7E30B5F6-99FD-C716-8670-5DD4B4BAED72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff88fa5000 - 0x7fff88fe6fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff88fe7000 - 0x7fff8905bff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <7870994A-2C09-E20E-4CAE-BB5E8703E7A3> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff8905c000 - 0x7fff8909afff com.apple.DebugSymbols 1.1 (70) <69720171-9E3A-CAA9-113B-BD1F15454921> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8909b000 - 0x7fff89175ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff89176000 - 0x7fff8917aff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <63F77AC8-84CB-0C2F-8D2B-190EE5CCDB45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.53 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.1)
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW GS23N
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0xfd110000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa130000
    USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8218, 0xfa113000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0xfa120000

    Seems to be a widely reported bug on these forums. I've had a similar problem from time to time. Some people claim it helps if, in iCal, the calendar you want to sync with is in the bottom of the list of calendars (on the left side of the window). You can just drag them around in the order. Try putting your calendar on the bottom of the list and see if that helps.
    I have had the same problem you have off-and-on, and this trick (of moving the syncing calendar to the bottom of the list) seems to have helped, though I've only tried it through one or two syncs.

  • Events Are Missing

    Today when i opened iphoto all my events did not show up as they always have in the past. i am using an external HD and when i click on that in the finder and then click on the "iphoto library" icon the preview tells me the size is 71 GB on disk so i know all the events/photos must be there, but when i open the program only the photos i downloaded today show up. where did all my events and photos go and how do i get them to all show up again as they always used to every time i simply opened iphoto? side question: is there some way you can simply see all the file folders and photo files without actually having to go through iphoto?
    any help is much appreciated.

    Sounds like a damaged database file:
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
    2. Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 08* library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    is there some way you can simply see all the file folders and photo files without actually having to go through iphoto?
    The point of using iPhoto is that you use it to access the photos. Just like you use the Finder to manage your documents, iTunes to manage your Music, you use iPhoto to manage your pics.
    With iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Unix Style Package File. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    Want to look inside the Library? Right click on it and select ‘Show Package Contents’ from the resulting menu. A Finder window will open with the Library displayed.
    Standard Warning: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    FYI
    There are many, many ways to access your files in iPhoto. They can be accessed with the app running, without running the app and through other apps - :
    *For Users of 10.5 Only*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and 10.5* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • Getting Window details in Cocoa

    Hi,
    I'm a student and newbie to Cocoa. I was trying to learn by practicing more programming when I became curious of the Grab tool. In the Grab tool, we can take a snap of the contents of the window when we click on it. I'm trying to do similar to that. I want to get the details of the window I clicked, its owner, the view, etc.
    I tried using the NSResponder, 'mouseDown:' class which didn't work. I'm not sure whether it can be used on a 'NSObject' classes.
    I tried using the NSDistributionNotificationCenter. I could get some events only when I give the 'name:' as 'nil'. Even in this case, I'm notified when I click on Menus... not on the windows.
    I don't know where I'm going wrong or how to go about it....
    I would greatly appreciate if anyone could provide me any pointers for this issue...
    Thanking you in advance
    Sakthi

    Hi abapuser
                       as of now, i need all details pertaining to leave and travel requests, (creation, approval, rejection & withdrawn).

  • Best practice for responding to keyDown event

    I am writing my first Cocoa application.  It's a simple utility app -- a calculator.  I've got everything working, the last thing I want to add is I want the app to respond to key press events.  So, you could click the "4" button with the mouse, or you could just press the "4" key on the keyboard.  I'm reading all the event handling documentation, but I'm not picking up on the recommended approach for getting an NSResponder (or NSView) that handles the event.
    I can make a subclass of NSWindow and tell the interface builder to make the main window of that type.  Then when I override the keyDown message in my new NSWindow subclass, it gets the events, but I'm not sure how to connect it to my application delegate class (since I basically just want to switch on the key pressed and call the corresponding message in the delegate that the button "select" action targets.
    Or, I think I heard something about doing this by changing the super class of the application delegate class from NSObject to NSView, or NSResponder or something.  I haven't poked at that idea much, but I'm not sure how to actually get the application delegate object then actually set up as the first responder (I think that's what I'd want to do).
    So, I'm hoping someone can give me specific directions on how/where I should implement my keyDown method, but I'd also like to understand what the recommended "best practice" is for doing this.  What would Apple say is the right architecture for doing this?  I'm as much interested in learning how to make this work as learning the Apple design pattern behind it.
    The structure of my program is as follows:
    I have one nib file (actualy a .xib) where I've designed my window with a textbox for display and a hand-ful of buttons.  I've registered outlets and actions from there to the AppDelegate class (the one that the standard project template sets up for you).  Following the MVC pattern, I then have a Calculator class that the AppDelegate initializes and all the actual logic of the calculator is in that class.  The AppDelegate basically just responds to messages from the buttons, passes them along to methods in the Calculator class, and then asks the Calculator for the current display value and updates that back into the textbox. So, the graphical elements in my nib file are the "view", the AppDelegate is the "controler" and the Calculator class is the "model".  Right? 
    So, who is supposed to be handling keyDown events?   Seems like the view should capture them and send them to the controller, but how do I set that up?

    Dear Noppong,
    You can do it with multiple ways like :-
    1. Get the current host name and make complete URL with using host name for the webdynpro iview.
    request = (IPortalComponentRequest) this.getRequest();
    HttpServletRequest req = request.getServletRequest();
    StringBuffer strURL = req.getRequestURL();
    2. Create the KM Document or Link for webdynpro Iview OR Create the WPC Web Page for the webdynpro ivew
    Refer to [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ff/681a4138a147cbabc3c76bde4dcdbd/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ff/681a4138a147cbabc3c76bde4dcdbd/content.htm]
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • Web View not loading in Cocoa Applescript application?

    Hey guys...me again, and I need help, AGAIN, haha.
    I found a tutorial for web views in Cocoa Applescript because I couldnt find it anywhere, but it wont load.
    The web view does not display anything when the app is launching.
    I am using Cocoa Applescript.
    This is my AppDelegate.applescript I am using for the web view:
    script AppDelegate
      property parent : class "NSObject"
        property ourWebView : missing value (* This links the webview *)
              on applicationWillFinishLaunching_(aNotification)
      -- tell ourWebView to setMainFrameURL_("http://tinyurl.com/RMHTML")
              end applicationWillFinishLaunching_
              on applicationShouldTerminate_(sender)
      -- Insert code here to do any housekeeping before your application quits
                        return current application's NSTerminateNow
              end applicationShouldTerminate_
        on myButtonHandler_(sender)
            activate application "Terminal"
            tell application "System Events" to keystroke "Desktop/RecoverDevice"
            tell application "System Events" to keystroke return
            delay 1
            tell application "System Events" to keystroke "setenv auto-boot true"
            delay 1
            tell application "System Events" to keystroke return
            delay 1
            tell application "System Events" to keystroke "saveenv"
            delay 1
            tell application "System Events" to keystroke return
            delay 1
            tell application "System Events" to keystroke "reboot"
            delay 1
            tell application "System Events" to keystroke return
            delay 1
            tell application "Terminal"
                quit
            end tell
        end doMyButton_
        on myButtontwoHandler_(sender)
            open location "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YF2DKZYRH6B GA"
        end doMyButton2_
    end script
    Whoever helps me will be thanked in my apps about page...
    Thanks, Adam B

    When I launch it...it says this:
    2012-01-22 17:21:01.658 RecoverMe[96706:407] Error loading /Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit:  dlopen(/Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit, 265): no suitable image found.  Did find:
              /Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit: GC capability mismatch
    Does that have anything to do with it not loading the webview?

  • How to follow/trace an event in Xcode

    How do you trace a Cocao event/message? For example, how do you follow a touch event on a UITableView cell on the iPhone screen up to the tabbleView:didSelectRowAtIndexPath: callback of a UITableViewController based class?
    If I put a breakpoint in the tabbleView:didSelectRowAtIndexPath: callback I can see a call stack. How can I put breakpoint within the Cocoa/Core/Library stuff ? It seems like I can only see source code for either bottom end ( int main(int argc, char *argv[]) or top end ( didSelectRowAtIndexPath ... ) It does not seem possible to put a breakpoint on th Cocoa/core/library functions in in between.
    I did figured out I could add breakpoints for something like the global 'sendEvent' but that is quite low level and still pretty far from an actual target object. How can I trace objects in between?

    OOPS!!
    I posted my question in the wrong community

  • Issue with events not propagating when selecting toolbar items

    Hey All,
    I'm on OS X Lion using CS6 beta and observing events in Photoshop form an outside application using Cocoa's NSEvent#addGlobalMonitorForEventsMatchingMask.
    It seems Photoshop is stoping the propogation of some events coming out of selection of toolbar items. Here's the issue:
    There are two ways to select the Pencil tool from the toolbar. (Method A) I can click the Paintbrush, holding down for a second and releasing, then mouse move to the Pencil and click, OR (Method B) I can mouse down the on the Paintbrush and drag the mouse to the Pencil.
    If I use Method A I get what seems to be every event associated with the interaction, BUT If I use Method B Photoshop seems to stop the propogation of a lot of drag events.
    Are there any experts out there that have an knowledge of why this is, or if there are any known work arounds?
    Regards,
    Ned
    ps This is also an isue in Photoshop 5

    Ned, this is a bit over my head, but FYI (and your troubleshooting research), there are other methods to get alternate tools: ALT+click to cycle them, CMD/right-click to get the flyout, and Shift+Tool shortcut (unless you changed the setting in preferences)
    BTW, method B is not  the same as A? The only difference is that in A, there is a release, then a move to target area, then another click, while in B, we have a hold, then a move to the target area, then release.

  • IMovie 11 (9.0.6) Crashes When Loading Events or Project List

    My iMovie starts up fine, but whenever I try to load the list of my Projects or an event that contains videos and pictures, it just crashes on the spot.
    Heres the crash report:
    Process:         iMovie [34501]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:      com.apple.iMovieApp
    Version:         9.0.6 (1763)
    Build Info:      iMovieApp-1764000000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [247]
    Date/Time:       2012-07-04 22:39:29.521 -0600
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          176891 sec
    Crashes Since Last Report:           98
    Per-App Interval Since Last Report:  791 sec
    Per-App Crashes Since Last Report:   23
    Anonymous UUID:                      15C791B6-D1D6-40AE-9676-E1674E885B9E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000db82140
    VM Regions Near 0xdb82140:
        __TEXT                 000000000daaa000-000000000db7b000 [  836K] r-x/rwx SM=COW  /Library/Application Support/3ivx/*.dylib
    --> __DATA                 000000000db7b000-000000000dbb6000 [  236K] rw-/rwx SM=COW  /Library/Application Support/3ivx/*.dylib
        __DATA                 000000000dbb6000-000000000dbd6000 [  128K] rw-/rwx SM=PRV  /Library/Application Support/3ivx/*.dylib
    Application Specific Information:
    objc[34501]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0x0db82140 get_feature_flags + 0
    1   lib3ivxEnc.dylib                        0x0dafff3c InitHooks + 5088
    2   lib3ivxEnc.dylib                        0x0db01d52 InitThrivex + 68
    3   lib3ivxEnc.dylib                        0x0db15be0 l3_init + 11
    4   com.3ivx.videocodec                     0x0caa456d ThrivXCDOpen + 676
    5   com.apple.CoreServices.CarbonCore          0x92ffb334 callComponentStorage_44 + 25
    6   com.apple.CoreServices.CarbonCore          0x930aa43d _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45
    7   com.apple.CoreServices.CarbonCore          0x930aa47d CallComponentFunctionWithStorageProcInfo + 30
    8   com.3ivx.videocodec                     0x0caa3d5e ThrivXCDComponentDispatch + 173
    9   com.apple.CoreServices.CarbonCore          0x93020415 CallComponent + 223
    10  com.apple.CoreServices.CarbonCore          0x9302045e CallComponentDispatch + 29
    11  com.apple.CoreServices.CarbonCore          0x9308c7cb CallComponentOpen + 43
    12  com.apple.CoreServices.CarbonCore          0x9301f0d4 OpenAComponent + 426
    13  com.apple.CoreServices.CarbonCore          0x9301f154 OpenComponent + 24
    14  com.apple.CoreServices.CarbonCore          0x9302039c CallComponent + 102
    15  com.apple.CoreServices.CarbonCore          0x9302045e CallComponentDispatch + 29
    16  com.apple.CoreServices.CarbonCore          0x9308c655 CallComponentGetPublicResource + 57
    17  com.apple.QuickTime                     0x9a668307 cchaMissing + 329
    18  com.apple.CoreServices.CarbonCore          0x9301fb71 GetComponentPublicResourceList + 691
    19  com.apple.QuickTime                     0x9a6676ff startUsingCachedCodecCharacterizations + 263
    20  com.apple.QuickTime                     0x9a6671c0 FindBestChain + 30
    21  com.apple.QuickTime                     0x9a665fe2 ICMSequenceGetChain + 504
    22  com.apple.QuickTime                     0x9a6607c3 DoBandedDecompress + 5416
    23  com.apple.QuickTime                     0x9a65f232 ICMAction + 2916
    24  com.apple.QuickTime                     0x9a65e4e6 ICMDeviceLoop + 4098
    25  com.apple.QuickTime                     0x9a665542 DecompressSequenceFrameWhen + 748
    26  com.apple.QuickTime                     0x9a6b5f4f ICMDecompressionSessionDecodeFrame + 877
    27  com.apple.QuickTimeComponents.component          0x923950f7 0x91d92000 + 6303991
    28  com.apple.QuickTimeComponents.component          0x92399ed1 0x91d92000 + 6323921
    29  com.apple.QuickTimeComponents.component          0x9239bee5 0x91d92000 + 6332133
    30  com.apple.QuickTimeComponents.component          0x9239e2d7 0x91d92000 + 6341335
    31  com.apple.QuickTimeComponents.component          0x923912bb 0x91d92000 + 6288059
    32  com.apple.CoreServices.CarbonCore          0x92ffb821 callComponentStorage_44444 + 47
    33  com.apple.CoreServices.CarbonCore          0x930aa43d _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45
    34  com.apple.CoreServices.CarbonCore          0x930aa47d CallComponentFunctionWithStorageProcInfo + 30
    35  com.apple.QuickTimeComponents.component          0x9238eb82 Video2ComponentDispatch + 95
    36  com.apple.CoreServices.CarbonCore          0x93020415 CallComponent + 223
    37  com.apple.CoreServices.CarbonCore          0x9302045e CallComponentDispatch + 29
    38  com.apple.QuickTime                     0x9a6a63d4 MediaMoviesTask + 61
    39  com.apple.QuickTime                     0x9a6a5514 TaskMovie_priv + 3712
    40  com.apple.QuickTime                     0x9a6b32ed MoviesTask_priv + 91
    41  com.apple.iMovieApp                     0x000ce00d 0x5b000 + 471053
    42  com.apple.iMovieApp                     0x000b91c2 0x5b000 + 385474
    43  com.apple.iMovieApp                     0x0010e7b8 0x5b000 + 735160
    44  com.apple.iMovieApp                     0x0010e92e 0x5b000 + 735534
    45  com.apple.iMovieApp                     0x001104f0 0x5b000 + 742640
    46  com.apple.iMovieApp                     0x00110241 0x5b000 + 741953
    47  com.apple.iMovieApp                     0x00110035 0x5b000 + 741429
    48  com.apple.iMovieApp                     0x0010ffb7 0x5b000 + 741303
    49  com.apple.iMovieApp                     0x0013a2e9 0x5b000 + 914153
    50  com.apple.iMovieApp                     0x00135aa2 0x5b000 + 895650
    51  com.apple.iMovieApp                     0x0014a574 0x5b000 + 980340
    52  com.apple.Foundation                    0x9bed9df1 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49
    53  com.apple.CoreFoundation                0x9338e903 ___CFXNotificationPost_block_invoke_1 + 275
    54  com.apple.CoreFoundation                0x93359688 _CFXNotificationPost + 2776
    55  com.apple.Foundation                    0x9bec4fde -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
    56  com.apple.Foundation                    0x9beda272 -[NSNotificationCenter postNotificationName:object:] + 55
    57  com.apple.AppKit                        0x9825f95c -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 174
    58  com.apple.AppKit                        0x98234d65 -[NSTableView _enableSelectionPostingAndPost] + 428
    59  com.apple.AppKit                        0x9825c52d -[NSTableView mouseDown:] + 5181
    60  com.apple.AppKit                        0x9863aa68 -[NSOutlineView mouseDown:] + 80
    61  com.apple.iMovieApp                     0x001507ba 0x5b000 + 1005498
    62  com.apple.AppKit                        0x981befc5 -[NSWindow sendEvent:] + 7533
    63  com.apple.iMovieApp                     0x001d29db 0x5b000 + 1538523
    64  com.apple.AppKit                        0x98158163 -[NSApplication sendEvent:] + 4788
    65  com.apple.iMovieApp                     0x000ac90c 0x5b000 + 334092
    66  com.apple.AppKit                        0x980e9d11 -[NSApplication run] + 1007
    67  com.apple.AppKit                        0x9837abd9 NSApplicationMain + 1054
    68  com.apple.iMovieApp                     0x0005d62a 0x5b000 + 9770
    69  com.apple.iMovieApp                     0x0005d195 0x5b000 + 8597
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9107fb5e __select_nocancel + 10
    1   libdispatch.dylib                       0x90049cc9 _dispatch_mgr_invoke + 642
    2   libdispatch.dylib                       0x9004885f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9108002e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ad08ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ad0a6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x9108002e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ad08ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ad0a6fe start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9108002e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ad08ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ad0a6fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9108002e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ad08ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ad0a6fe start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x9108002e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9ad08ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x9ad0a6fe start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib                  0x9107dc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9107d1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9333b9da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x93344b04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x933441dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x93354f01 CFRunLoopRun + 129
    6   com.apple.FWAVCPrivate                  0x02002763 _ZN3AVSL27AVCVideoServicesThreadStartEPNS_28AVCVideoServicesThreadParamsE + 254
    7   libsystem_c.dylib                       0x9ad06ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9ad0a6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9107f83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9ad0ae78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9ad0af7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x92ff73a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x92ff711d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x92ff6f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x9237e516 0x91d92000 + 6210838
    7   libsystem_c.dylib                       0x9ad06ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9ad0a6de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9107f83e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9ad0ae78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x9ad0af7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x92ff73a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x92ff711d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x92ff6f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x93029e53 AIOFileThread(void*) + 1019
    7   libsystem_c.dylib                       0x9ad06ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x9ad0a6de thread_start + 34
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x9107fb42 __select + 10
    1   com.apple.CoreFoundation                0x93392e15 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x9ad06ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x9ad0a6de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9107fbb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9acbb7b9 nanosleep$UNIX2003 + 187
    2   com.apple.Foundation                    0x9bf548df +[NSThread sleepUntilDate:] + 219
    3   com.apple.iMovieApp                     0x001cb3e7 0x5b000 + 1508327
    4   com.apple.Foundation                    0x9bf21e25 -[NSThread main] + 45
    5   com.apple.Foundation                    0x9bf21dd5 __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x9ad06ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x9ad0a6de thread_start + 34
    Thread 12:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x9107dc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9107d1f6 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x939f19fe HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, unsigned int) + 122
    3   com.apple.audio.CoreAudio               0x939f1a6a HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 60
    4   com.apple.audio.CoreAudio               0x939e9e5f HALC_ProxyIOContext::IOWorkLoop() + 1145
    5   com.apple.audio.CoreAudio               0x939e9926 HALC_ProxyIOContext::IOThreadEntry(void*) + 136
    6   com.apple.audio.CoreAudio               0x939e9898 __HALC_ProxyIOContext_block_invoke_6 + 20
    7   com.apple.audio.CoreAudio               0x939e981d HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x9ad06ed9 _pthread_start + 335
    9   libsystem_c.dylib                       0x9ad0a6de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9107dc5e semaphore_wait_trap + 10
    1   com.apple.QuickTimeComponents.component          0x92859f00 0x91d92000 + 11304704
    2   com.apple.QuickTimeComponents.component          0x923ee63d 0x91d92000 + 6669885
    3   com.apple.QuickTimeComponents.component          0x92859e33 0x91d92000 + 11304499
    4   libsystem_c.dylib                       0x9ad06ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9ad0a6de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x0dae83d8  ebx: 0x0db14ff7  ecx: 0x0db75120  edx: 0x0dab7a53
      edi: 0x0dbc3b00  esi: 0x0dbc3b00  ebp: 0xc0057ce8  esp: 0xc0057cbc
       ss: 0x00000023  efl: 0x00010286  eip: 0x0db82140   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0db82140
    Logical CPU: 2
    Binary Images:
       0x5b000 -   0x4e0fef  com.apple.iMovieApp (9.0.6 - 1763) <72E7D3BC-10CA-3578-9687-5DC00242CFA9> /Applications/iMovie.app/Contents/MacOS/iMovie
      0x5a1000 -   0x5b8ff7  com.apple.iLifeFaceRecognition (1.0 - 21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
      0x5ca000 -   0x5cbff3  com.apple.Helium (3.1.0 - 18567.3) <72A242AC-3BA7-3DD5-A043-000C7A9DCD11> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
      0x5cf000 -   0x5fdfe3  com.apple.MPEG2TSDecoder (1.0 - 84) <7E230E93-F7F6-34A2-8B60-E6F79E353426> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
      0x635000 -   0x636ff7 +com.bensyverson.dvmatte.autopicker (1.0 - 1.0) <EB13CAE4-1A5F-7C8E-F4FA-39C5B0A22636> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
      0x63e000 -   0x63ffff +eOkaoCom.dylib (??? - ???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
      0x643000 -   0x668ff2 +eOkaoPt.dylib (??? - ???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
      0x672000 -   0x6a6fe7 +eOkaoDt.dylib (??? - ???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
      0x6af000 -   0x816fff +eOkaoFr.dylib (??? - ???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
      0x81b000 -   0xa1efeb  com.apple.Helium.HeliumRender (2.1.0 - 18567.3) <A20BE37C-2987-3BB8-AA52-0607FE7CCF8C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
      0xa72000 -   0xaf3fe7  com.apple.Helium.Heliumfilters (2.1.0 - 18567.3) <3DCC7DCF-8734-31A0-9B6F-0139CC6CB71C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
      0xe2d000 -   0xfeafeb  com.apple.Helium.HeliumSensoCore (2.0.2 - 18567.3) <BFA19728-C6DD-3D2D-BFF5-1099CBB20679> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
    0x1ffe000 -  0x202eff7  com.apple.FWAVCPrivate (52.47 - 47) <8E724EF3-79D6-3B0D-8A57-6E13DA3EACB5> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x2143000 -  0x2145fff  com.apple.AddressBook.LocalSourceBundle (1.4 - 1090) <61BC69A7-F09E-3CD9-A4CD-FAB46898E9DD> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x214a000 -  0x214dffe  com.apple.DirectoryServicesSource (1.4 - 1090) <D9ED3AB9-2F3E-3331-84B5-EDDDBBC1F371> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x3c21000 -  0x3c7cfff  com.apple.AddressBook.CardDAVPlugin (10.7.2 - 200) <B5CA94A3-383B-371A-BB8C-F7142EB4FF6B> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x6ed1000 -  0x6ed3ffd  com.apple.PDFImporter (2.2 - ???) <97B2F1FB-8D5F-3F55-A071-736C41662BC4> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x6ee2000 -  0x704fffb  GLEngine (??? - ???) <D73F1031-6DD3-38EB-966B-7A2C9F17F023> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x7083000 -  0x717affb  libGLProgrammability.dylib (??? - ???) <FA509930-D201-372B-B787-18CBD8477D06> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x719e000 -  0x7535fef  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.18.18 - 7.1.8) <FA35853F-72D6-3070-A975-D64BB5A2952D> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x76f4000 -  0x7721ff8  GLRendererFloat (??? - ???) <70ADE58D-B399-3279-9774-2D5929D5FCB1> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x7e92000 -  0x7e92fff  com.apple.iLMBAppDefPlugin (2.6.3 - 288.3.32) <2DD0403B-5608-3BE8-B005-27F92AC570F4> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x7e97000 -  0x7e98fff  com.apple.iLMBFolderPlugin (2.6.3 - 288.3.32) <D85D3CB7-6A10-3F68-96E9-C9CC5A66255D> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x806b000 -  0x8072ff5  com.apple.iLMBAperturePlugin (2.6.3 - 288.3.32) <5E332CFA-0A13-3C06-AF16-EFCC1FDD2038> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin
    0x8791000 -  0x879affc  com.apple.iLMBFinalCutPlugin (2.6.3 - 288.3.32) <46FDDF4E-4165-3923-B57A-21D38462C472> /Library/Application Support/iLifeMediaBrowser/*/iLMBFinalCutPlugin
    0x896a000 -  0x896dfff  com.apple.iLMBGarageBandPlugin (2.6.3 - 288.3.32) <75D95F77-ED1C-31DD-B4D6-BACA044399C3> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x8973000 -  0x8974ff7  com.apple.iLMBMoviesFolderPlugin (2.6.3 - 288.3.32) <046183A4-8B97-3CF4-929B-F73FE64B6276> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
    0x8d04000 -  0x8e5aff9  com.apple.iLMBAperture31Plugin (2.6.3 - 288.3.32) <F7E40BA5-4DB1-3486-96E8-1106CC60FD48> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperture31Plugin
    0x8ea2000 -  0x9046ff5  com.apple.iLMBAperturePlugin2012 (2.6.3 - 288.3.32) <44BB86D6-86F9-3877-9137-CDF1DB927554> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin2012
    0x90a0000 -  0x90abff3  com.apple.iLMBiMoviePlugin (2.6.3 - 288.3.32) <583F1438-3B57-3B81-AF28-FB82A82054B5> /Library/Application Support/iLifeMediaBrowser/*/iLMBiMoviePlugin
    0x90b2000 -  0x90c5ff7  com.apple.iLMBiPhoto8Plugin (2.6.3 - 288.3.32) <7A31CC42-9752-3B19-B3D2-7435CB7A0D50> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
    0x90cd000 -  0x9226ff9  com.apple.iLMBiPhoto9Plugin (2.6.3 - 288.3.32) <F8C6F271-ED94-35D9-A5A1-0BF62F6FAC27> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
    0x926e000 -  0x9276ff3  com.apple.iLMBiPhotoPlugin (2.6.3 - 288.3.32) <845CB0C1-6DF5-3D73-B914-ADCD529DE7E1> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin
    0x927d000 -  0x9422ffd  com.apple.iLMBiPhotoPlugin2012 (2.6.3 - 288.3.32) <01BA4581-21CB-37B1-A083-5B3A5717F2EC> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
    0x947d000 -  0x9485ff3  com.apple.iLMBiTunesPlugin (2.6.3 - 288.3.32) <26B31C94-C68B-35D2-976D-53869C819FDD> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x948c000 -  0x9543ff7  com.apple.iTunesAccess (10.6.3 - 10.6.3) <20F54184-69D0-468A-CEA5-1665192AF5BA> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x9573000 -  0x9575ff8  com.apple.iLMBPhotoBooth2Plugin (2.6.3 - 288.3.32) <96393C47-51C0-3A02-B182-A155B9DBD2A6> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBooth2Plugin
    0x957a000 -  0x957bff7  com.apple.iLMBPhotoBoothPlugin (2.6.3 - 288.3.32) <B033393A-644E-32AB-85C4-77D1B30C0850> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
    0x9580000 -  0x960dfe7  com.apple.mobiledevice (507.11 - 507.11) <D0CF942A-141A-A03E-2321-858612F157F2> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x9b30000 -  0x9b34ffb  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <E6982BB2-BEC8-3232-989D-B3D5B26AE0DF> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x9d0a000 -  0x9d0ffff  com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xbc8d000 -  0xbc92fe2  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <864BA467-5F11-3B41-B261-894067B8209E> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0xbc99000 -  0xbc9bfff  libCoreFSCache.dylib (??? - ???) <5B141DE1-6FC9-3155-833B-23A447A598AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0xbcca000 -  0xbccaffb +cl_kernels (??? - ???) <8047D42B-EFEC-4B12-95F1-7EFD35646A52> cl_kernels
    0xbccc000 -  0xbd6dff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <7A0427BD-4FB5-3F4E-A7F8-F760AD944283> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0xbd87000 -  0xbd88ff8 +cl_kernels (??? - ???) <51C22356-EF6D-43B0-87F2-2BFF8032F849> cl_kernels
    0xc1bb000 -  0xc387ff7  com.apple.audio.codecs.Components (2.2 - 2.2) <6D0FEBA5-0913-3BEF-9551-AFF7D0918845> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0xcaa2000 -  0xcab7fcb +com.3ivx.videocodec (503.44 - 503.44) /Library/QuickTime/3ivxVideoCodec.component/Contents/MacOS/3ivxVideoCodec
    0xcb8a000 -  0xcc37ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0xcc7c000 -  0xcc9fffc  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <EAD01EC4-D8D7-3462-84E5-A74BEB52B456> /usr/lib/libssl.0.9.7.dylib
    0xdaaa000 -  0xdb7affb +lib3ivxEnc.dylib (??? - ???) /Library/Application Support/3ivx/lib3ivxEnc.dylib
    0x70000000 - 0x70141fff  com.apple.audio.units.Components (1.7.2 - 1.7.2) <44C7D574-F577-30B8-B74D-F2EF8A5A282A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe5a000 - 0x8fe8caa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x90010ffc  com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90011000 - 0x90013ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90047000 - 0x90055fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
    0x90056000 - 0x90174fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90175000 - 0x9019aff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9019b000 - 0x901bdffe  com.apple.framework.familycontrols (3.0 - 300) <5BCCDDC2-AFAC-3290-AEEF-23B2664CA11F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x901be000 - 0x90245fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90246000 - 0x9025afff  com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9025b000 - 0x902aaffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <7FF10781-5418-37BB-A6B3-1606DA82CBFF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x902ab000 - 0x9032aff7  com.apple.iLifeMediaBrowser (2.6.3 - 502.3.12) <2A8A782C-0799-3CB9-A1AE-13743B7EFECF> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9032b000 - 0x90339ff7  com.apple.AppleFSCompression (37 - 1.0) <E54AEE04-F1D2-3178-AF5B-5A2AED9CF884> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9033a000 - 0x90344ffe  com.apple.NSServerNotificationCenter (4.1 - 4.1) <A70B231A-6680-353B-8C96-AAA17F74EFC5> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x90345000 - 0x90396ff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x90397000 - 0x903cefef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x903cf000 - 0x903d0ffd  libCVMSPluginSupport.dylib (??? - ???) <22B85645-AA98-372B-BB55-55DCCF0EC716> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x905d3000 - 0x905d3ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90600000 - 0x90620ff7  com.apple.RemoteViewServices (1.4 - 44.1) <1F831750-1E77-3013-B1A6-0DF528623790> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x90621000 - 0x90624ffd  libCoreVMClient.dylib (??? - ???) <361CCFAF-8565-383F-915F-0B059C793E42> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90625000 - 0x90625fff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90626000 - 0x9064cffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x906b6000 - 0x90786ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <94798A2B-4C7A-30EA-9920-283451BDB9FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90787000 - 0x907a4ff3  com.apple.openscripting (1.3.3 - ???) <33713C0B-B7D5-37AA-87DB-2727FDCC8007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x907a5000 - 0x90959ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x90a11000 - 0x90a12fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x90d43000 - 0x90d47ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
    0x90dc5000 - 0x90e3bfff  com.apple.Metadata (10.7.0 - 627.32) <650EE880-1488-3DC6-963B-F3D6E043FFDC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90e3c000 - 0x90e77fff  com.apple.bom (11.0 - 183) <8E3F690E-4D23-3379-828C-5AB0453B9226> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90e84000 - 0x90eacff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x90f50000 - 0x90fb2ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90fb3000 - 0x90fefffa  libGLImage.dylib (??? - ???) <504E7865-571E-38B4-A84A-D7B513AC84F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90ff2000 - 0x90ffbff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x90ffc000 - 0x9100aff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x91067000 - 0x91085ff7  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <3705DE40-E00F-3E37-ADB0-D4AE5F9950F5> /usr/lib/system/libsystem_kernel.dylib
    0x910a5000 - 0x911b9ff3  com.apple.QuickTimeImporters.component (7.7.1 - 2330) <4EFF594F-DC0B-3DAC-9149-15D01478DD99> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x911ba000 - 0x911cafff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x911cb000 - 0x9128bffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9144c000 - 0x9149cff8  libTIFF.dylib (??? - ???) <4DC2025D-15E7-35CA-B7C5-9F73B26C8B53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x914a3000 - 0x914b4fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x914c1000 - 0x916eaffb  com.apple.QuartzComposer (5.0 - 236.7) <1504F5A4-FF1A-365E-9E01-30410C561C2C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x916eb000 - 0x917c2ff3  com.apple.avfoundation (2.0 - 180.40) <B906D052-D92D-3D35-BF59-F6D0AE692EC2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9180f000 - 0x91817ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x91818000 - 0x9181bff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x9181c000 - 0x91827ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91828000 - 0x91883ff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x91897000 - 0x919c3ff9  com.apple.CFNetwork (520.4.3 - 520.4.3) <E9E315D4-CE22-3715-BED2-BB95AD5E10E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x919d5000 - 0x91a3dff3  com.apple.ISSupport (1.9.8 - 56) <59225A65-41C1-35CA-9F29-229AC427B728> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91a73000 - 0x91a75ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
    0x91a76000 - 0x91a7eff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
    0x91a7f000 - 0x91a80fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91a81000 - 0x91a8ffff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x91a90000 - 0x91d53fff  com.apple.security (7.0 - 55148.1) <77754898-4FCD-3CA3-9339-F1058C852806> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91d54000 - 0x91d91ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <1C757924-4E54-3522-A885-99795EA10228> /usr/lib/libcups.2.dylib
    0x91d92000 - 0x92ae2ffb  com.apple.QuickTimeComponents.component (7.7.1 - 2330) <91F3ABCA-3BB8-3B01-AA3F-37B3D798755A> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92ae3000 - 0x92ee5ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92ee6000 - 0x92ef1ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x92ef2000 - 0x92f57ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92f58000 - 0x92f5bfff  com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x92f5c000 - 0x92fb8ff7  com.apple.coredav (1.0.1 - 164.1) <6AED84F9-51EF-3015-B922-1063473E5F1A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x92fb9000 - 0x932bbfff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <9692D838-85A5-32C1-B7FB-7C141FFC2557> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93309000 - 0x934e0fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x934e1000 - 0x939bdff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x939be000 - 0x939d4ffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x939d5000 - 0x93a36ffb  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <E617857C-D870-3E2D-BA13-3732DD1BC15E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93a37000 - 0x93ce9ff7  com.apple.AddressBook.framework (6.1.2 - 1090) <0DCD5DB2-81DC-3103-A1F7-DC6960184C61> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93cea000 - 0x93cedff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <1211BEEB-31C9-3A5D-9E71-10FC4A541D1E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93cee000 - 0x93dfdfff  com.apple.DesktopServices (1.6.3 - 1.6.3) <18CAAA9E-7065-3FF7-ACFE-CDB60E5426A2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93dfe000 - 0x93dfffff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x93e00000 - 0x93e10fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94b77000 - 0x94c04ff7  com.apple.CoreText (220.20.0 - ???) <0C3EDD4F-6112-353A-8A3A-8D630182C22A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94c05000 - 0x94e1fff7  com.apple.imageKit (2.1.2 - 1.0) <0A14D083-5217-3180-A354-A5FDC754E3FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94e57000 - 0x94e5aff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x94e5b000 - 0x952d0ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x952d1000 - 0x952edff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x952ee000 - 0x952f5ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x95358000 - 0x9535fffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x95680000 - 0x956d2ff7  libFontRegistry.dylib (??? - ???) <96E9602C-DFD3-3021-8090-60228CC80D26> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x956d3000 - 0x956d8ffb  com.apple.phonenumbers (1.0 - 47) <1830301D-5409-3949-9614-C43C62B39DDA> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x95717000 - 0x95717fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x95718000 - 0x9575bffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
    0x9575c000 - 0x957f3ff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x957f4000 - 0x959ecff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x959ed000 - 0x959f1ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x959f2000 - 0x959f8ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x959f9000 - 0x95c6cffb  com.apple.CoreImage (7.98 - 1.0.1) <EDC91BA1-673D-3B47-BFD5-BBF11C36EE6A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x95cb8000 - 0x95dc8fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x95dc9000 - 0x95dd3ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95dd4000 - 0x961c8ffb  com.apple.VideoToolbox (1.0 - 705.78) <BE955448-F79F-3136-A4AF-6EDBAFEDD9C2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x961c9000 - 0x96844fe5  com.apple.CoreAUC (6.16.11 - 6.16.11) <E52E2D54-138B-3F44-AA2C-309FB876DF6A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96860000 - 0x968a1ff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib
    0x968a2000 - 0x968bffff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x968c0000 - 0x968eeff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x968ef000 - 0x96940ff9  com.apple.QuickLookFramework (3.2 - 500.16) <725FAE01-1597-38C7-841D-D9D83358921E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96982000 - 0x969b8ff4  com.apple.LDAPFramework (3.2 - 120.2) <39DF72E3-CDAF-33CC-B2DA-67B8891A5CFF> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x969b9000 - 0x969f9ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96d6f000 - 0x96d87fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A8CE15CF-2539-318A-910C-8789D45FFD69> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x96d88000 - 0x96d88fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96d9c000 - 0x96e38fef  com.apple.ink.framework (1.4 - 110) <1A3E2916-60C1-3AC1-86BF-202F6567B228> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96e39000 - 0x96e49ff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x96e4a000 - 0x96e4bfff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x96e93000 - 0x96e9cffb  com.apple.aps.framework (2.1 - 2.1) <498C8125-A32E-3554-B4B1-8F416623D45C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x96e9d000 - 0x96ec0fff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96ec1000 - 0x96efffff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <19174EC0-DE0F-38EA-B5F3-7580E84677DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96f00000 - 0x96f07fff  com.apple.agl (3.2.0 - AGL-3.2.0) <ED5A5B8A-0014-3897-951F-628391333256> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96f08000 - 0x96f66fff  com.apple.coreui (1.2.2 - 165.10) <C6B099D6-7F02-3971-99B9-E415308959CF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96f69000 - 0x96f6cffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96f6d000 - 0x96f74ff9  libsystem_dnssd.dylib (??? - ???) <D3A766FC-C409-3A57-ADE4-94B7688E1C7E> /usr/lib/system/libsystem_dnssd.dylib
    0x96f75000 - 0x96f79fff  libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x96f7a000 - 0x96f94fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96f95000 - 0x96fa8ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x96fa9000 - 0x96fb6fff  com.apple.KerberosHelper (3.0 - 1.0) <0E16B080-3931-3D3E-A786-419C24B44B02> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x96fdb000 - 0x97005ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x97006000 - 0x9709cff7  com.apple.LaunchServices (480.33 - 480.33) <5A4BF529-391E-3987-940E-287ACE56078A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9709d000 - 0x970abfff  com.apple.opengl (1.7.7 - 1.7.7) <2D362F15-5EA6-37B6-9BCB-58F2C599ACDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x970ac000 - 0x97110fff  com.apple.framework.IOKit (2.0 - ???) <88D60E59-430D-35B8-B1E9-F5138301AEF9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97112000 - 0x97114ff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x97115000 - 0x97189fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x974cb000 - 0x975aeff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x975af000 - 0x97711ffb  com.apple.QuartzCore (1.7 - 270.4) <6BC84C60-1003-3008-ABE4-779EF7B4F524> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9775d000 - 0x97791ff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
    0x97792000 - 0x9779afff  com.apple.AOSNotification (1.4.0 - 504.1) <DB0B29CD-8CA1-3D12-999E-429F4403B685> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x9779b000 - 0x977bcfff  com.apple.framework.internetaccounts (1.2 - 3) <5A5099CB-8F73-3425-BAB1-FF6CD624143C> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x977bd000 - 0x97cc9fff  com.apple.RawCamera.bundle (3.13.0 - 627) <3859CCFE-E5FB-3EA6-7D4D-D32801FC31E4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x97cca000 - 0x98084ffb  com.apple.SceneKit (125.3 - 125.4) <48806882-FE04-36A5-83A1-A0D2F2FA03F9> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x98085000 - 0x98085fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98094000 - 0x98096ffc  com.apple.QuickTimeH264.component (7.7.1 - 2330) <749FC098-FB98-38FB-8977-E5306A6B1688> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x98097000 - 0x980a2fff  libkxld.dylib (??? - ???) <D8ED88D0-7153-3514-9927-AF15A12261A5> /usr/lib/system/libkxld.dylib
    0x980e4000 - 0x98b79ff6  com.apple.AppKit (6.7.3 - 1138.47) <D8CD06D7-F18C-39BE-BC68-B343F87F0469> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x98b7a000 - 0x98ba4ff1  com.apple.CoreServicesInternal (113.17 - 113.17) <41979516-2F26-3707-A6CA-7A95A1B0D963> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x98ba5000 - 0x98ba5fff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x98ba6000 - 0x98ba9ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x98baa000 - 0x98cbbff7  libJP2.dylib (??? - ???) <845C74F4-1074-3983-945F-EB669538CAA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x98cbc000 - 0x98d60fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98d61000 - 0x98ec3fff  com.apple.QTKit (7.7.1 - 2330) <DD58823D-D3E7-31CB-9DF9-ACB981F5A744> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x98ec4000 - 0x98ef3ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x98ef4000 - 0x98f51ffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x98f52000 - 0x98f92ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x98fbb000 - 0x98fc4fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x9900a000 - 0x99038fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x990c9000 - 0x991e0fe9  com.apple.WebKit (7534.56 - 7534.56.5) <1EFE77EE-97B8-3D3C-B2ED-0FA4328E418B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x991e1000 - 0x99217ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x99218000 - 0x99310ff7  libFontParser.dylib (??? - ???) <1A0DA421-62B2-3AA7-9F62-0E01C1887D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x99311000 - 0x99c3b59b  com.apple.CoreGraphics (1.600.0 - ???) <62026E0C-E30F-3FF0-B0F6-6A2D270B20BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x99c3c000 - 0x99c49fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x99c4a000 - 0x99c4afff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x99c4b000 - 0x99d9dfff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <E369AC9E-F548-3DF6-B320-9D09E486070E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99d9e000 - 0x99e0dfff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x99e1b000 - 0x99e7dff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x99e7e000 - 0x99e82ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x99e83000 - 0x99f73ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x99f74000 - 0x99fb8fff  com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x99fb9000 - 0x99fbdfff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x99fbe000 - 0x9a007ff7  libGLU.dylib (??? - ???) <5EE0B644-FAD6-3E3C-A380-9B0CDA0B6432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9a062000 - 0x9a077fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9a078000 - 0x9a0a3fff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9a0d5000 - 0x9a41bfff  com.apple.MediaToolbox (1.0 - 705.78) <E6990E4A-B562-3051-86A6-B39E040BF766> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9a564000 - 0x9a64cfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x9a654000 - 0x9a8d9fe3  com.apple.QuickTime (7.7.1 - 2330) <060B6A47-FC15-3D38-8EFB-FCF38680510B> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9a8da000 - 0x9a933fff  com.apple.HIServices (1.21 - ???) <5F4D3797-32E2-3709-85F4-4B56515A17D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9a934000 - 0x9a9c1fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9aa1a000 - 0x9aa1bff7  libsystem_sandbox.dylib (??? - ???) <EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9> /usr/lib/system/libsystem_sandbox.dylib
    0x9aa43000 - 0x9aa48ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x9aa49000 - 0x9aa5eff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9aa5f000 - 0x9aae9ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9aaea000 - 0x9ab65ffb  com.apple.ApplicationServices.ATS (317.11.0 - ???) <42238C8B-C93F-3369-A500-EC0F10EB2C80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9ab66000 - 0x9ac29fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <F2063FC8-2BE1-3B97-98AF-8796B0D4BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9ac2a000 - 0x9ac2bff7  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <600909D9-BD75-386E-8D3E-7CBD29079DF3> /usr/lib/system/libquarantine.dylib
    0x9ac2c000 - 0x9aca9ffe  com.apple.PDFKit (2.6.3 - 2.6.3) <780A5EE1-48CB-3B80-BBDF-1081512BA0DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9acaa000 - 0x9ad75fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x9ad76000 - 0x9ad7bffd  libGFXShared.dylib (??? - ???) <1CA9B41B-2C61-38F8-ABAC-1D5511478F5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9ad7c000 - 0x9b0c2ff3  com.apple.HIToolbox (1.9 - ???) <409E6397-0DCB-3431-9CCC-368317C62545> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9b1f2000 - 0x9bc23fff  com.apple.WebCore (7534.56 - 7534.56.5) <568036DA-63F6-33E5-B25D-D66DF1B1C2E7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9bd5c000 - 0x9be34ff6  com.apple.QuickLookUIFramework (3.2 - 500.16) <1598FDEB-8F90-3D42-AAA1-CD227F3C16BF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9bec2000 - 0x9c1ccff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Li

    Same problem for me too. If you look at the top section of your crash report you see reference to 3ivx, this is some kind of video codec. I did a search on my mac for 3ivx and uninstalled it. This fixed the problem. See these two articles for more information:
    http://forums.appleinsider.com/t/150648/imovie-crashed-after-osx-update-from-6-1 2-2012
    http://linvsmac.blogspot.com/2012/07/imovie-906-upgrade-conflicts-with-3ivx.html
    Hope this helps.

  • How can I create Tracking-Areas in Cocoa-Applescript?

    How can I create multiple tracking areas that activate handlers that are specific to a certain area, when the mouse enters that area, in Cocoa-Applescript, Xcode 5?

    You can use NSTrackingArea to set up the area(s) you want to track.  For example, if you have a view named "myView" that you wanted to use, you can set up a tracking area by specifying the rectangle (I am going to use the entire view) and tracking options with something like:
       set options to (current application's NSTrackingMouseEnteredAndExited as integer) + (current application's NSTrackingActiveInKeyWindow as integer) + (current application's NSTrackingInVisibleRect as integer)
       set trackingArea to current application's class "NSTrackingArea"'s alloc's initWithRect:(myView's frame()) options:options owner:me userInfo:"tracking myView"
       myView's addTrackingArea:trackingArea
    The options are a bit wordy, but they determine how things are tracked - you could also just look up what they are in the class headers and use that.  You then need to add NSResponder handlers in the owner class for what you are interested in - for this example, they would be:
      on mouseEntered:theEvent -- cursor has entered a tracking rectangle
        log "mouseEntered"
        log theEvent's userData() -- data specific to a trackingArea
      end mouseEntered:
      on mouseExited:theEvent -- cursor has exited a tracking rectangle
        log "mouseExited"
        log theEvent's userData() -- data specific to a trackingArea
      end mouseExited:
    When using multiple tracking areas, you can add some user info that can be retrieved from the event.  In the above example, I used the string "tracking myView", but it can be whatever you want.

  • Key down events

    Hi,
    I've been working on code for handling a flash-plugin inside an existing application, and have been looking at getting the flash player working with the Cocoa/CoreGraphics API.
    Thus far, I have plugin loading, focus, mouse handling events all working. But then key events don't work consistently - on some flash applications, the key down events work, but on most they return a '1' but the flash app doesn't respond.
    This is most odd, and a pretty esoteric type of work - I don't know many people who get this kind of work, and it's hard finding people who can share their experiences of this.
    I've been going through the NPAPI docs on the mozilla website and copying a lot of the handling code in WebKit, Chromium and Firefox, but none of it seems to help any more - my handling code works the same way as that does, but the responses for key down events are different.
    So, this is just a last try before I go crazy - has anyone ever seen anything like this before?
    Thanks,
    Tom.

    Well, it is a problem with Flash Player and not Flash. I don't need an experienced Flash developer.
    Seriously though, the nature of the question is so esoteric that I doubt there are many developers anywhere who could give much advice.
    Thanks anyway.

  • Some iPhoto events aren't displayed in finder windows

    When trying to upload or attach iPhoto pictures, the finder item labeled iPhoto is missing events from my recently uploaded events and photos. I can see older events and upload files easily. I'm hoping this is a simple fix but does anyone have ideas on how to update this file listing in finder?
    I have an iMac with snowleopard, iPhoto 11 and all of the latest software updates for both. I have also rebuilt the data base, repaired permissions etc from the iPhoto repair menu.
    Any ideas?  Thanks!

    The newer iPhoto version is not setup for accessing the photos via the Finder. the following is from a post by Terence Devlin on accessing photos for use outside of iPhoto.  It's the definitive treatise on the subject.
    There are many, many ways to access your files in iPhoto:
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running: 
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation   which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3.Show File:
    a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected. 
    b. On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected. 
    The above is how one should access photos for use outside of iPhoto.
    OT

  • On iPhoto 08 - File Directories, Events and Gallery Support

    For sometime now, I have been meaning to better organize my digital photos and share them with my friends and family on the web. I have finally done so, and now I am having a bit of a problem implementing my organization into the new iPhoto, but I am willing to learn about the newest version of iPhoto and figure out ways to make things work. So I have a couple of questions.
    One problem I have always had with digital photos is that it is not easy to see when the photo was taken when you are just looking at the photo as a file. I guess my major concern is that the "Date Modified" in the Finder is a little bit misleading on first glance. I want to be able to look at a file and tell when the photo was taken and not when it was uploaded to my computer. So I found an Automator Action that will allow to go back and rename your photos according to the date they were taken. I used the %Y%m%d_%H%M%S date syntax to rename all of my pictures. My thinking was that I would be able to quickly know the date/time the picture was taken in Finder or iPhoto. Someone in the Applescript Discussion gave me a simple script that would further organize the directories my pictures lived in. So now, a photo I have taken today would look something like this on my computer /2008/200809/20080909/20080909_083029.jpg. Now that I have imported my photos in the newest version of iPhoto, I see that Apple has changed the iPhoto directory so that it is not easily viewable.
    My first question is what does this mean for me going forward. It looks like my file/directory syntax remained intact inside the iPhoto directory, but how will I continue to add pictures using my current syntax in the future? There are programs/scripts to download pictures from your camera using the same naming conventions I already used for folders and files. Will iPhoto allow me to directly create directories in subdirectories in the iPhoto directory without using iPhoto to download the photos from my computer?
    Also, I started using the .Mac galleries right before I started in on my photo reorganizing adventure. Initially I thought it might be a neat idea to have the Albums in the Gallery tied to the syntax of the directories syntax so that my friends and family would have a visual timeline of my kid's growing up. So maybe there would be an album called 200908 where friends and families could see last months pictures, and also see albums of previous months. And when I started using the newest version of iPhoto I realized there is a new element I needed to learn about called "events". I guess because of the syntax of my directories, it has created a new event for every day I have pictures. Is this how iPhoto determines events? I really cannot find much information on this. This is pretty neat, but it does not really follow the exact syntax of my directory system. In other words, there is no way to have events (months) and sub-events (days). Furthermore, I believe there is a limit on the number of Albums you can have in your .Mac gallery, and I am assuming that I would go over this if I created an Album for everyday that I had pictures. I realize that I could probably create Smart Albums in my iPhoto so that I had pictures from a YYYYMM folder, but it seems like a lot of extra work. Should I change my directory syntax to %Y/%Y%m/%Y%m%d_%H%M%S.jpg (i.e. 2008/200809/20080909_083029.jpg) so that events are represented as months and not days? Or is there another way to achieve limiting the number of events and still keep the same organization?
    Sorry for the long-winded question, hopefully someone can get me started. Thank you in advance.

    Redshark
    Do you want to organise your Photos?
    Or your Files?
    If you want to organise your files, use the Finder - it's exactly what it's for. And all your questions relate to organising Files.
    If you want to organise your Photos use iPhoto.
    The point of iPhoto is that you organise the pics and let iPhoto look after the files. After you import them to iPhoto, forget about them.
    With iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Unix Style Package File. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves. These changes include renaming files.
    Will iPhoto allow me to directly create directories in subdirectories in the iPhoto directory without using iPhoto to download the photos from my computer?
    No. Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    The only way to bring photos into the iPhoto Library Folder is via importing them through iPhoto.
    Here's the thing: Want to find the photos from a specific date? Use the calendar tool. (Click on the wee magnifying glass in the search window. You can find the pics from a specific day, month, year effortlessly. With Date base Smart Albums you can find all the pics from just about any combination of dates that you might want.
    Want to then get to +that pic from 6/5/2003+ Need to email that file? Or want to open it in Photoshop to edit? Or want to upload it to a website?
    There are many, many ways to access your files in iPhoto:
    For 10.5 users: You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. If you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto. With 10.5 you can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    Or, if you want to access the files with iPhoto not running, then create a Media Browser using Automator (takes about 10 seconds) or use THIS
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    So, in a nutshell, you need to decide which your are organising... files or photos.
    Events are a Download filtered by date. You can set the paramaters in the iPhoto Preferences -> Events.
    Events in the iPhoto Window correspond exactly with the Folders in the Originals Folder in the iPhoto Library package file (Right click on it in the Pictures Folder -> Show Package Contents).
    You can move photos between Events, you can rename Events, edit them, create them, as long as you do it via the iPhoto Window. Check out the Info Pane (wee 'i', lower left) the name and date fields are editable. Edit a Event Name using the Info Pane, the Event Folder in iPhoto Library/Originals will also have the new name.
    Regards
    TD

  • Organizing photos in events that match originals

    I cleaned up(crop, delete bad ones, rename files) my photos in "events" but it didn't change in "originals". how do i get that to match?

    Welcome to the Apple Discussions.
    Do you mean the Originals folder in the Finder?
    The strict relationship between the structure of the folders in the Finder and the Rolls/Events in the iPhoto Window changed in iPhoto 09 and no one outside of Apple knows why.
    But it's really just another example of how iPhoto does not support you accessing the files via the Finder. Never has.
    You can achieve more by accessing the files in the supported ways: Select the Event in the iPhoto Window and go File -> Export.
    You then can select among the options under Kind:
    Originals will get you exactly that: the original files. These will be the contents of the Event as per the iPhoto Window regardless of the arrangement of files in the underlying file structure.
    Current will get you the most recent versions of the files: a mix of edited and unedited pics. Again, the contents as per the iPhoto Window. There is simply no way to get this by accessing the files in the Finder.
    All the other versions allow you to write the metadata - tiles, keywords, descriptions and locations - to the files on export - again, something not possible with accessing the files via the Finder.
    Some notes:
    Deleting: Did you empty the iPhoto trash?
    Renaming: In the iPhoto Window you +add a title+ to a Photo. There is no way to rename a file in iPhoto, the nearest you can do is use the title as filename when exporting.
    Some FYI:
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

Maybe you are looking for

  • Prev/Next Buttons

    I am using some paging code to add a previous and next buttons to my spry gallery. I am attempting (unsuccessfully) to hide the previous button at the beginning of the recordset and the next button at the end. I have pasted the code below if anyone h

  • Converting PowerMacs to a Render Farm?

    Perhaps like many of us, upgrading over the years, I've accumulated a collection of G4's and now a couple of G5s, and I'm reluctant to part with them...their resale value being minor, at best.  I would be more interested in finding uses for them. (we

  • How to pull e-mail, password recovery phrase and password recovery answer f

    Hi all, I am very new to HR ABAP and have some basic doubts in ABAP HR. I need to pull login which is like an e-mail id, password recovery phrase and Password Recovery Answer. Can some one guide me from where or from which table or which info type sh

  • Which tool is used for database designing

    Hi, Can you please share which tool is used for database(Oracle) designing most Thanks

  • How to disable transparent_hugepage on CentOS VM

    I am updating MongoDB instances to version 3.0 and MongoDB is complaining about the transparen_hugepage setting being enabled. Attempted to use: echo never > /sys/kernel/mm/transparent_hugepage/enabled and: sudo echo never > /sys/kernel/mm/transparen