Logic doesn't work

recently moved my main hard drive to a new identical computer because of logic board failure and logic pro doesn't work? Anyone have this problem?

Would you care to describe how it's "not working"?
Also, if you moved from a PPC machine to an intel one, you need at least Logic 7.2. (Those machines obviously aren't "identical", but I thought I'd throw that out there.)
Message was edited by: spheric

Similar Messages

  • Cant open logic 9,get a message saying logic doesn't work with osx lion 10.7.5

    I'm running OSX Lion10.7.5 and I reinstalled Logic 9 and a message comes up "logi 9.0.0 doesn't work with this OSX", I first installed Logic when I had OSX 10.5.8 and it worked.

    Update Logic Pro 9.0.0 to 9.1.8
    I assume you are using the boxed DVD set so here is the appropriate link....
    http://support.apple.com/kb/dl1601

  • Logic doesn't work on OS X Lion

    Is it a good idea to run Logic by opening my Application Folder, clicking Show Contents, then finding the script there called Logic, which when double clicked fires up Logic?

    This is Logic 8?
    If so, I thought on of the Lion updates would allow Logic 8 to open normally.
    Otherwise, what you're doing is a proven workaround.

  • My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    My serial number for Logic Studio doesn't work. I used one from a different box and it worked. How can I get a new number?

    http://support.apple.com/kb/TS2005
    http://support.apple.com/kb/HT1861
    https://ssl.apple.com/support/proapps/serialnumbers/

  • Help! I have had my iMac G5 fitted with new Logic Board but it doesn't work

    Help! I have had my iMac G5 fitted with new Logic Board but it doesn't work
    I have just had my iMac G5 First Gen 1.8Ghz fitted with a new Logic Board under the Apple Repair Extension Programme for iMacs.
    I got the iMac home from the repairers and switched it on and everything was working fine for about 2 hours and then all of a sudden the Error Page came up on the Screen (with a big On/Off Switch Logo) and it said I had to shut down.
    So I shut it down waited a few minutes and then tried to re-boot it but nothing happened. All that happended was the Power Light in the Right hand corner came on..but nothing else....
    Help! Any ideas what to do please?

    If you have an external firewire drive (it has to be firewire, USB won't boot on a Rev A), plug it in to the firewire port and turn it on, then boot your iMac and see if it shows on the screen.
    Have you tried to hit the eject (up arrow, the last button on the top row of the keyboard) button when you boot, perhaps the repairers left a disc in the drive? Then try and put your install disc in.
    Miriam

  • Fuzzy logic 4 doesn't work with the KT4-SR!

    why ;( ?!

    I also have problems running Fuzzy Logic.
    I do not run any other utilities, and I have the latest version of it. When I run the program, it sits in the system tray, if I try to click on it, nothing happens. Taskmanager shows FL4 uses around 99% of the CPU. Aslo, when I shut down after running FL4, Win XP can take upto 10 mins to kill the app.
    Does anyone have a fix, re-installing or upgrading FL4 doesn't work.
    Alternativly, is there another program that can be used?
    I have:
    KT4 Ultra with AMD XP 2400+
    Windows XP Pro / SP1
    Thanks

  • Visually handicap, needs to increase font size in logic pro, Command  doesn't work

    Hi,
         I'm visually handicapped, and new to logic-pro.  I'm having a miserable time reading the internal logic-pro fonts.  Command + doesn't work, and I can't find any preferrence or settings options that affect the default font sizes, any ideas?

    Unfortunately you cannot change the font size of the main fonts in Logic...
    However, there are a couple of other settings you may not be aware of...
    1) Under Logic Pro's preferences... go to Display
    Now you can change the size of the playhead and Local Windows under the General Tab
    You can increase the size of the Logic plugin windows/fonts sizes under the Mixer Tab (I have mine set to 200%)
    Note: This setting does not apply to 3rd party plugins.. only Logic's own plugins...
    Under the Piano Roll tab you can change the size of Bar/Beats/Division Lines...
    2) Using the screen zoom command... Hold down control and scroll on your mouse... will zoom in the screen...
    Note: as you are using Mountain Lion there is also a new setting under System Preferences/Accessability
    Choose Zoom on the left hand side
    Now choose Zoom Style/Picture in Picture and instead of a full screen zoom it provides you with a magnifying glass of sorts to just magnify the area arund your mouse pointer. I find this setting very useful....
    Hope this helps...

  • I downloaded OS X Mountain Lion last night and now my Logic Express program doesn't work. What do I do now?

    I downloaded Os X Mountain Lion last night and now my Logic Express doesn't work. What do I do now?
    Thanks

    Upgrade to Logic Express 9.1.7; it's the mimimum version required for Mountain Lion.
    http://support.apple.com/kb/HT5421

  • Logic pro x native instrument issue:   the vintage B3 organ doesn't work at all!

    I installed logic pro x, and the vintage B3 organ doesn't work at all! Oddest thing? Help?
    Yes, the little blue power "button" is pressed in the window for the organ.
    Yes, my other instruments seem to be working just fine...

    OK, I solved my problem - I don't know why I didn't see the other responses on this earlier. Turns out the midi output has to be set to channel 1....

  • Xalan error in web-logic 8.1 (DomSource doesn't work)

    Hi,
    The following piece of code worked in web-logic 6.1 but no longer works in WL8.1:
         xslDoc = documentBuilder.parse(xslURI);
    xmlDoc = XML.stringToDocument(ls_xml);
         // Use Document objects to make DOMSource objects
         xslDomSource = new javax.xml.transform.dom.DOMSource(xslDoc);
         xmlDomSource = new javax.xml.transform.dom.DOMSource(xmlDoc);
         // Load XSL into transformer object
         tFactory = TransformerFactory.newInstance();
         transformer = tFactory.newTransformer(xslDomSource);
         // Style and display
         transformer.transform(xmlDomSource, new StreamResult(out));
    It has to been changed to:
         xslDoc = documentBuilder.parse(xslURI);
    xmlDoc = XML.stringToDocument(ls_xml);
         // Use Document objects to make DOMSource objects
         xslDomSource = new javax.xml.transform.dom.DOMSource(xslDoc);
         xmlDomSource = new javax.xml.transform.dom.DOMSource(xmlDoc);
         // Load XSL into transformer object
         tFactory = TransformerFactory.newInstance();
    // here xslURI is a URL pointing to an XSL file
         transformer = tFactory.newTransformer(new StreamSource(xslURI));
         // Style and display
         transformer.transform(xmlDomSource, new StreamResult(out));
    The part in ****** is the changed code. Could anyone please shed some light on
    why DomSource doesn't work? Why do I have to use StreamSource?
    Thanks,
    VJ

    Hi,
    For this issue,I think it is related to the custom image.
    I suggest we don't add any drivers to the custom image to test it.
    Meanwhile,I  suggest you upload following logs here for further research. SkyDrive or similar network sharing would be better to use to share your files.
    C:\WINDOWS\PANTHER\setupact.log
    C:\WINDOWS\PANTHER\setuperr.log
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Apple remote 8.0.2 Logic Pro 8 doesn´t work

    I got 8.0.2 Logic Pro 8 on a Mac Mini with 10.6.8
    The remote doesn´t work.wasn´t this issue fixed?
    Its not the pairing, its not the battery, i got three apple remotes (I guess it was wasted money) and they do work on other programs but not Logic as they should. This is a clean installation without any unnecesseary stuff. Its a studio only.
    Does anyone have any idea or solution?
    Thanks!

    I found my solution to historical data.  The "Share Data" area shows your data source with a statement that "When multiple sources (e.g. iPhone, manual, pedometer) are available, one data source will be chosen based on the priority order listed above".  So, when iPhone was listed above manual data entry, my attempts to enter data manually were stymied.  I don't know how to rearrange the order.  For walking, I would think the iPhone could track steps and then if one walked four laps without the iPhone, he should be able to manually enter that mile as well. Don't know, though, how you avoid double coverage if you jog with the iPhone AND enter manually.

  • In app purchasing doesn't work... Reply from service not logical

    I purchased a gift card in order to use it for in app purchasing. I didn't list any oth card in my account and now I can download the main application and buy songs from iTunes But the service simply told me that my email/apple ID can't be used with that store (the country's  I am) although I used it twice! So what is it?
    In order to use a gift card for in app purchasing you need to have a debit card or any other card listed? I bought a gift card because I don't have any eligible cards for that account.

    I never recieved any response from Lenovo Support on this, checked my messages & emails since and nothing.  I guess when they don't have an answer, tickets just fall threw the cracks mysteriously.
    Either way, I never had a chance to attempt the sequence method mentioned, granted Lenovo stated what order I needed to install their software (which I performed to their exact instructions)
    Since then, out of the 2 laptops, 1 still doesn't work and the other one works periodically.  Don't know why it works when it does but after a reboot, it fails again.
    Thanks Lenovo Support for the "Stellar Customer Service"

  • Upgrading from Logic Express 7.0 to 7.1 doesn't work

    When I try to upgrade from Logic Express 7.0.1 to LE 7.1 I get an error message saying the installed version is a later version than the upgrade I'm trying to apply.
    I have upgraded from OS X.3.6 to X.4.0 since installing LE 7.0.1.
    Any clues about what's going on with this time-warp problem?

    This is exactly the same problem I have had, despite down loading several times (just in case), and even using a different machine (again, just in case). Needless to say, the query I posted on the Apple Logic help site has not been responded to!
    Fortunately, Logic Express still works but it would be nice to be running the latest (functioning) version

  • I have recently found a pop up box telling me that 'Safari quit unexpectedly', and askes me to either report, re-open or ignore. However when I quit on re-open it doesn't work. I just get the same pop up box appearing. Has anyone any ideas please?

    Sorry - I meant to say: 'However when I click on re-open it doesn't work'.
    This problem has only occurred within the last week or so, since I have started to run my Mac on Safari OX 10 Yosemite. I wonder if anyone else has had similar problems and can suggest how I rectify it?
    I am now using Firefox to get on line but would like to know what has gone wrong with Safari.
    Many thanks,
    Clare.

    I cannot use mine at all! I am having to use Firefox as well, i continue to get this and have no idea what to do???
    Process:          
    Safari [786]
    Path:             
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:       
    com.apple.Safari
    Version:          
    8.0.2 (10600.2.5)
    Build Info:       
    WebBrowser-7600002005000000~1
    Code Type:        
    X86-64 (Native)
    Parent Process:   
    ??? [1]
    Responsible:      
    Safari [786]
    User ID:          
    501
    Date/Time:        
    2014-12-27 12:02:59.114 -0600
    OS Version:       
    Mac OS X 10.10.1 (14B25)
    Report Version:   
    11
    Anonymous UUID:   
    AED39F4B-8E1B-0B58-D4A3-96C28B329DEE
    Time Awake Since Boot: 2300 seconds
    Crashed Thread:   
    15
    Exception Type:   
    EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:  
    KERN_INVALID_ADDRESS at 0x0000000000000020
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x20:
    -->
    __TEXT            
    0000000101bb0000-0000000101bb1000 [
    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib  
    0x00007fff8ec12a7e __getattrlist + 10
    1   com.apple.CoreServicesInternal    0x00007fff94ba674f prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227
    2   com.apple.CoreServicesInternal    0x00007fff94ba40ea _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 211
    3   com.apple.CoreFoundation
    0x00007fff8b13904b CFURLCopyResourcePropertyForKey + 123
    4   com.apple.CoreFoundation
    0x00007fff8b140f3e -[NSURL getResourceValue:forKey:error:] + 190
    5   com.apple.AppKit        
    0x00007fff8a21e34b +[NSImageRep _imageRepsWithContentsOfURL:expandImageContentNow:giveUpOnNetworkURLsWithoutGoo dExtensions:] + 142
    6   com.apple.AppKit        
    0x00007fff8a21e261 __51-[NSImageURLReferencingRepProvider representations]_block_invoke + 55
    7   com.apple.Foundation    
    0x00007fff95d9a006 _NSFaultInObject + 32
    8   com.apple.AppKit        
    0x00007fff8a21e223 -[NSImageURLReferencingRepProvider representations] + 89
    9   com.apple.AppKit        
    0x00007fff8a1c3af2 __45-[NSImage _usingRepresentationsPerformBlock:]_block_invoke + 47
    10  com.apple.AppKit        
    0x00007fff8a1c3a8c -[NSImage _usingRepresentationsPerformBlock:] + 91
    11  com.apple.AppKit        
    0x00007fff8a21e0fc __15-[NSImage size]_block_invoke + 380
    12  com.apple.AppKit        
    0x00007fff8a212dc7 -[NSImage size] + 137
    13  com.apple.AppKit        
    0x00007fff8a2ce62f -[NSImageCell _cellSizeAccountingForImageInControl:] + 92
    14  com.apple.AppKit        
    0x00007fff8a2ce582 -[NSImageView intrinsicContentSize] + 95
    15  com.apple.AppKit        
    0x00007fff8a26ff28 -[NSView(NSConstraintBasedLayout) _generateContentSizeConstraints] + 50
    16  com.apple.AppKit        
    0x00007fff8a26fb04 -[NSView(NSConstraintBasedLayout) _updateContentSizeConstraints] + 433
    17  com.apple.AppKit        
    0x00007fff8a26f060 -[NSView updateConstraints] + 80
    18  com.apple.AppKit        
    0x00007fff8a26ee38 -[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 664
    19  com.apple.AppKit        
    0x00007fff8a26ed70 -[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 464
    20  com.apple.AppKit        
    0x00007fff8a285f94 __82-[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:]_block _invoke + 277
    21  com.apple.Foundation    
    0x00007fff95dd24ae -[NSISEngine withBehaviors:performModifications:] + 155
    22  com.apple.AppKit        
    0x00007fff8a26ec86 -[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 230
    23  com.apple.AppKit        
    0x00007fff8a26ead6 __45-[NSView updateConstraintsForSubtreeIfNeeded]_block_invoke + 49
    24  com.apple.Foundation    
    0x00007fff95dd24ae -[NSISEngine withBehaviors:performModifications:] + 155
    25  com.apple.AppKit        
    0x00007fff8a1f27ea -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
    26  com.apple.AppKit        
    0x00007fff8a26ea9e -[NSView updateConstraintsForSubtreeIfNeeded] + 88
    27  com.apple.AppKit        
    0x00007fff8a2ce4b8 __62-[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded]_block_invoke + 136
    28  com.apple.Foundation    
    0x00007fff95dd24ae -[NSISEngine withBehaviors:performModifications:] + 155
    29  com.apple.AppKit        
    0x00007fff8a1f27ea -[NSView(NSConstraintBasedLayout) _withAutomaticEngineOptimizationDisabled:] + 70
    30  com.apple.AppKit        
    0x00007fff8a2ce3dc -[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded] + 208
    31  com.apple.AppKit        
    0x00007fff8a26e696 -[NSView layoutSubtreeIfNeeded] + 155
    32  com.apple.AppKit        
    0x00007fff8a4d2f45 -[NSAlert buildAlertStyle:title:formattedMsg:first:second:third:oldStyle:] + 9397
    33  com.apple.AppKit        
    0x00007fff8a4d0a45 -[NSAlert layout] + 357
    34  com.apple.AppKit        
    0x00007fff8a4decf1 -[NSAlert runModal] + 46
    35  com.apple.AppKit        
    0x00007fff8a1e165d __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1037
    36  com.apple.AppKit        
    0x00007fff8a1e120e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    37  com.apple.AppKit        
    0x00007fff8a1e11ad -[NSPersistentUIRestorer promptToIgnorePersistentState] + 247
    38  com.apple.AppKit        
    0x00007fff8a1e0e9a -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 255
    39  com.apple.AppKit        
    0x00007fff8a1e0c69 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    40  com.apple.AppKit        
    0x00007fff8a1e06b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    41  com.apple.Foundation    
    0x00007fff95da2458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    42  com.apple.Foundation    
    0x00007fff95da22c9 _NSAppleEventManagerGenericHandler + 102
    43  com.apple.AE            
    0x00007fff8c13b99c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    44  com.apple.AE            
    0x00007fff8c13b719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    45  com.apple.AE            
    0x00007fff8c13b623 aeProcessAppleEvent + 295
    46  com.apple.HIToolbox     
    0x00007fff8979f37e AEProcessAppleEvent + 56
    47  com.apple.AppKit        
    0x00007fff8a1dcd76 _DPSNextEvent + 2665
    48  com.apple.AppKit        
    0x00007fff8a1dbe80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    49  com.apple.Safari.framework  
    0x0000000101c2fad0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    50  com.apple.AppKit        
    0x00007fff8a1cfe23 -[NSApplication run] + 594
    51  com.apple.AppKit        
    0x00007fff8a1bb2d4 NSApplicationMain + 1832
    52  libdyld.dylib           
    0x00007fff922305c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff8ec1422e kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff955a9a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 7:: WebCore: IconDatabase
    0   libsystem_kernel.dylib  
    0x00007fff8ec13132 __psynch_cvwait + 10
    1   com.apple.WebCore       
    0x00000001037dd88b WebCore::IconDatabase::syncThreadMainLoop() + 411
    2   com.apple.WebCore       
    0x00000001037da9d9 WebCore::IconDatabase::iconDatabaseSyncThread() + 361
    3   com.apple.JavaScriptCore
    0x000000010299ca9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib 
    0x00007fff8dd092fc _pthread_body + 131
    5   libsystem_pthread.dylib 
    0x00007fff8dd09279 _pthread_start + 176
    6   libsystem_pthread.dylib 
    0x00007fff8dd074b1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 9:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib  
    0x00007fff8ec0e52e mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8ec0d69f mach_msg + 55
    2   com.apple.QuartzCore    
    0x00007fff9468fd63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore    
    0x00007fff9468fc96 thread_fun + 25
    4   libsystem_pthread.dylib 
    0x00007fff8dd092fc _pthread_body + 131
    5   libsystem_pthread.dylib 
    0x00007fff8dd09279 _pthread_start + 176
    6   libsystem_pthread.dylib 
    0x00007fff8dd074b1 thread_start + 13
    Thread 10:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib  
    0x00007fff8ec0e52e mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff8ec0d69f mach_msg + 55
    2   com.apple.CoreFoundation
    0x00007fff8b14eb14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation
    0x00007fff8b14dfdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation
    0x00007fff8b14d838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork     
    0x00007fff90ecad20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation    
    0x00007fff95de8b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib 
    0x00007fff8dd092fc _pthread_body + 131
    8   libsystem_pthread.dylib 
    0x00007fff8dd09279 _pthread_start + 176
    9   libsystem_pthread.dylib 
    0x00007fff8dd074b1 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib  
    0x00007fff8ec133f6 __select + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd092fc _pthread_body + 131
    2   libsystem_pthread.dylib 
    0x00007fff8dd09279 _pthread_start + 176
    3   libsystem_pthread.dylib 
    0x00007fff8dd074b1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib  
    0x00007fff8ec13946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8dd074a1 start_wqthread + 13
    Thread 14:
    Thread 15 Crashed:
    0   libsystem_pthread.dylib 
    0x00007fff8dd07695 _pthread_mutex_lock + 87
    1   libsystem_c.dylib       
    0x00007fff98093b78 vfprintf_l + 28
    2   libsystem_c.dylib       
    0x00007fff9808c620 fprintf + 186
    3   ???                     
    0x000000010ac515dc 0 + 4475655644
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7b4f11d8  rcx: 0x00007fff7b4f11f0  rdx: 0x00000000000000a0
      rdi: 0x00007fff7b4f11f0  rsi: 0x00007fff8dd07b14  rbp: 0x000000010ac4de30  rsp: 0x000000010ac4ddb0
       r8: 0x000000010abb4000   r9: 0x0000000000000054  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x00007fff7b4f06b8  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff8dd07695  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Logical CPU:
    6
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x101bb0000 -   
    0x101bb0fff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
    0x101bb9000 -   
    0x1024f2ff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
    0x102992000 -   
    0x102ea5ff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
    0x10300b000 -   
    0x1032bffff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
    0x10359b000 -   
    0x10359bfff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
    0x1035a1000 -   
    0x1036ddffb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
    0x1037d6000 -   
    0x10477bff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
    0x10a7dc000 -   
    0x10a7dcff5 +cl_kernels (???) <2B02B8D9-91CE-461E-9862-EE769DF8E174> cl_kernels
    0x10a7de000 -   
    0x10a8c4fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x10a98b000 -   
    0x10a98bfef +cl_kernels (???) <7A55F558-91D3-494C-812B-D4C6768AC6AD> cl_kernels
    0x7fff69b06000 -
    0x7fff69b3c837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff88fc1000 -
    0x7fff88fc2ff7  com.apple.AddressBook.ContactsData (9.0 - 1499) <A3D84EBD-3007-3A49-BEE5-F05790DCF38E> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a
    0x7fff88fc3000 -
    0x7fff88feefff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff88ff8000 -
    0x7fff89049ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8904a000 -
    0x7fff893b5fff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff893d5000 -
    0x7fff893d8fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8947c000 -
    0x7fff89763ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff89764000 -
    0x7fff89a66fff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff89a7f000 -
    0x7fff89aaffff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff89ab0000 -
    0x7fff89ac3ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff89ac4000 -
    0x7fff89b3afe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff89b3b000 -
    0x7fff89f6bfff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff89f6c000 -
    0x7fff89f8fff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff89f90000 -
    0x7fff89fb8fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff89fb9000 -
    0x7fff8a19e267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff8a19f000 -
    0x7fff8a1a3fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
    0x7fff8a1a4000 -
    0x7fff8a1aaff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8a1b8000 -
    0x7fff8acf9fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8acfa000 -
    0x7fff8ad8bfff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8b023000 -
    0x7fff8b06dfff  com.apple.DiskManagement (7.0 - 847) <A57A181E-7C50-38F6-BE0A-4F437BB8C45F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    0x7fff8b06e000 -
    0x7fff8b0bafff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8b0dc000 -
    0x7fff8b472fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8b473000 -
    0x7fff8b48cff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8b48d000 -
    0x7fff8b4fcfff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8b4fd000 -
    0x7fff8b51bff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff8b51c000 -
    0x7fff8b5c4ff7  com.apple.PackageKit (3.0 - 434) <B6C2831E-914D-3E5F-B0E9-A7079489A6FD> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff8b5ea000 -
    0x7fff8b606ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8b607000 -
    0x7fff8b65bfff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff8b65f000 -
    0x7fff8b667ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8b673000 -
    0x7fff8b673fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8b674000 -
    0x7fff8b68fff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff8b6c3000 -
    0x7fff8b6ceff7  com.apple.CommerceCore (1.0 - 376.0.5) <57E5C067-52F6-3854-86C0-D878EDA24B55> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8b6cf000 -
    0x7fff8b6d0ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8b6d1000 -
    0x7fff8b794ff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8b795000 -
    0x7fff8b7c0ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff8b7c1000 -
    0x7fff8b855fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8b88f000 -
    0x7fff8b894ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
    0x7fff8b895000 -
    0x7fff8b8a4fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8c12e000 -
    0x7fff8c18dff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8c18e000 -
    0x7fff8c18efff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8c18f000 -
    0x7fff8c192ff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8c1ad000 -
    0x7fff8c2ddfff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
    0x7fff8c2de000 -
    0x7fff8c319fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8c31a000 -
    0x7fff8c35bfff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8c3a7000 -
    0x7fff8c462ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8c463000 -
    0x7fff8c471ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff8c5d7000 -
    0x7fff8c5dafff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8c5e8000 -
    0x7fff8c631ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8c635000 -
    0x7fff8c63cfff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
    0x7fff8c660000 -
    0x7fff8c69bfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8c69c000 -
    0x7fff8c6b6ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8c6b7000 -
    0x7fff8c704ff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8c70d000 -
    0x7fff8c712ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8c713000 -
    0x7fff8c724fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff8c793000 -
    0x7fff8c828ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8c932000 -
    0x7fff8c963fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff8c971000 -
    0x7fff8c9e5fff  com.apple.ShareKit (1.0 - 323) <9FC7280E-DB42-37F0-AE57-29E28C9B4E16> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
    0x7fff8c9e6000 -
    0x7fff8ca26fff  com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff8ca27000 -
    0x7fff8ca2ffe7  libcldcpuengine.dylib (2.4.5) <DF810F9A-1755-3283-82C3-D8192BCD8016> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x7fff8ca7b000 -
    0x7fff8ca82fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
    0x7fff8ca83000 -
    0x7fff8ca87fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8ca88000 -
    0x7fff8cab5fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8cab6000 -
    0x7fff8caeefff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8caef000 -
    0x7fff8caf0fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8ccaf000 -
    0x7fff8ccd2fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8ccd3000 -
    0x7fff8cdc7ff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8cf05000 -
    0x7fff8cf0cfff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8cf5d000 -
    0x7fff8cf65fff  com.apple.xpcobjects (103 - 103) <A202ACEF-7A3D-303E-BB07-29FF49DE279D> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
    0x7fff8cf80000 -
    0x7fff8cf96ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8cf97000 -
    0x7fff8d038ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8d039000 -
    0x7fff8d03fff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8d040000 -
    0x7fff8d0d1fff  com.apple.SoftwareUpdate.framework (6 - 744) <4EBCE244-C676-3228-BF4B-645B143C1B97> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
    0x7fff8d113000 -
    0x7fff8d11bfff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8d11c000 -
    0x7fff8d136ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8d137000 -
    0x7fff8d137ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
    0x7fff8d1bf000 -
    0x7fff8d3ffff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8d400000 -
    0x7fff8d517fe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8d518000 -
    0x7fff8d520ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x7fff8d521000 -
    0x7fff8d535ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8d536000 -
    0x7fff8d543fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff8d544000 -
    0x7fff8d627fff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8d693000 -
    0x7fff8d71cfff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8d71d000 -
    0x7fff8daf4fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8daf5000 -
    0x7fff8daf7fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
    0x7fff8daf8000 -
    0x7fff8dc3afff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
    0x7fff8dc3b000 -
    0x7fff8dc3bfff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8dc3c000 -
    0x7fff8dc45fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8dc46000 -
    0x7fff8dc6bff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8dced000 -
    0x7fff8dcf1ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8dcf2000 -
    0x7fff8dcfeff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8dd06000 -
    0x7fff8dd0ffff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8dd10000 -
    0x7fff8e567ff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8e568000 -
    0x7fff8e5b4ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8e5b5000 -
    0x7fff8e610fff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8e611000 -
    0x7fff8e641ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8e642000 -
    0x7fff8e688ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8e689000 -
    0x7fff8e6dcffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib
    0x7fff8e6dd000 -
    0x7fff8ebc9fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8ebca000 -
    0x7fff8ebfcff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8ebfd000 -
    0x7fff8ec1afff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8ec1b000 -
    0x7fff8ec3cfff  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8ec3d000 -
    0x7fff8eccbff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8eccc000 -
    0x7fff8ecfcffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8ecfd000 -
    0x7fff8ed6eff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8ed6f000 -
    0x7fff8edc9ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x7fff8edca000 -
    0x7fff8edccfff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff8edcd000 -
    0x7fff8ee0ffff  com.apple.sociald.Social (87 - 87) <A32F7CCA-6D52-3F4E-8779-548E07A84738> /System/Library/Frameworks/Social.framework/Versions/A/Social
    0x7fff8ee10000 -
    0x7fff8ee49fff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
    0x7fff8ee4a000 -
    0x7fff8ee50fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8ee66000 -
    0x7fff8ee6efff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff8ef12000 -
    0x7fff8ef41fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8f169000 -
    0x7fff8f415fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8f416000 -
    0x7fff8f508ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8f509000 -
    0x7fff8f916ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8f917000 -
    0x7fff8f98fff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8f990000 -
    0x7fff8f99aff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8f99b000 -
    0x7fff8f9b5ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8f9b6000 -
    0x7fff8f9c0ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8f9c1000 -
    0x7fff8fc3bfff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8fc3c000 -
    0x7fff8fc43ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8fc44000 -
    0x7fff8fc4cff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e
    0x7fff8fc4d000 -
    0x7fff8fc58ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
    0x7fff8fc59000 -
    0x7fff8fceaff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
    0x7fff8fceb000 -
    0x7fff8fd19ff7  com.apple.CommerceKit (1.2.0 - 376.0.5) <651BD237-2055-3D9D-8B12-8A4474D26AC1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
    0x7fff8fd1a000 -
    0x7fff8fd1eff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8fd1f000 -
    0x7fff8fe12ff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8fe20000 -
    0x7fff8fe21fff  libquit.dylib (182) <62510786-F686-3AC4-B315-D05A4B7A896F> /usr/lib/libquit.dylib
    0x7fff8fe22000 -
    0x7fff8fe33ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8fe34000 -
    0x7fff8fe3fff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
    0x7fff8fee8000 -
    0x7fff8fefdfff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff8fefe000 -
    0x7fff90016ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff90017000 -
    0x7fff90019ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9001a000 -
    0x7fff90294ff3  com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff902f0000 -
    0x7fff90302ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
    0x7fff90303000 -
    0x7fff90309fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff9030a000 -
    0x7fff90336fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x7fff9036b000 -
    0x7fff90378ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x7fff90656000 -
    0x7fff90658fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff90664000 -
    0x7fff906aaff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff906ab000 -
    0x7fff906b3ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff90771000 -
    0x7fff907a8ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff907a9000 -
    0x7fff908e6fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff908e7000 -
    0x7fff908f5ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff908f6000 -
    0x7fff90912fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff90913000 -
    0x7fff909b1fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff909b2000 -
    0x7fff90a01ff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff90a02000 -
    0x7fff90d35ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
    0x7fff90d36000 -
    0x7fff90db7ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff90db8000 -
    0x7fff90dc1ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff90dc2000 -
    0x7fff90e29ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff90e2a000 -
    0x7fff9102dff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff9102e000 -
    0x7fff91040fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff91089000 -
    0x7fff9126eff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff9126f000 -
    0x7fff91295ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff91426000 -
    0x7fff9142bfff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff91453000 -
    0x7fff91469ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff9146a000 -
    0x7fff914eeff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge

  • Paste to another instrument doesn't work...

    Paste to another instrument doesn't work. Paste function work only in the same instrument.
    Everytime when I try to "CMD+V" Logic crashes...

    Help us understand your problem.
    What exactly are you trying to copy and paste?
    If it's MIDI data from one istrument track in Arrange to another, this should work.
    If you're trying to copy settings (ie a particular sound) from one software instrument to another, that's obviously not possible as all AU's (Audio Instruments) have different parameters and are unique, so their settings will only work for each instrument.

Maybe you are looking for

  • Text in samrtforms when print preview display as ####

    Dear friends, I have got the problem about smartforms, I have created my own smartform with original language ‘TH’ and created the text node with Thai and English including Numeric Character. But when I executed the form to print preview, any texts c

  • Simple layout structure for a webshop, need help, details inside

    Studied htmldb for abit. Still abit confused as how it all works. Read the user guide/done some of the examples in the 2day course pdf. Here is the thing. For starters I like to have two regions: sidebar with some kind of tree structure where it's po

  • Keep getting Error Message (-39) Cant synce Photo's to i-Phone

    Keep getting Error Message (-39) Cant synce Photo's to i-Phone. I've tried restarting my computer, powering down my i-Phone & shutting down i-Tunes but nothing works. Plus i cant email photo's from my i-Phone either.

  • Cannot establish a secure connection

    I bought a MBP few days ago and then upgraded to Mountain Lion. When I connect my iphone to my macbook pro,error occurs with this message "iTunes cannot connect to this iphone.Cannot establish a secure connection to the device." but iPhoto works well

  • Windows Server 2008 AD & DNS issue

    Hi Guys, I have an Server 2008 ADDS enviroment with this DC-s: "List of domain controllers with accounts in the domain: WTEHU001 (powered off) WTEHU003 (powered off) ZEUS MINERVA GYAL-DC1 The command completed successfully." When I change from google