Referenced quicktime movies crash all www browser quicktime player plugins?

About a week ago I noticed all the referenced quicktime movies on my site began to crash my WWW browsers (chrome,firefox,safari,IE7) only on Windows 7 64-bit. On Mac OSX 10.6 & iPhone the movies played as expected. As soon as I stopped using the referenced movies, my Windows 7 browsers stopped crashing.
I'm using referenced movies so users are displayed a movie which is appropriate for their bandwidth and device.
Has anyone else run in to this issue recently?

I had the same experience recently. I wanted to watch videos on the Apple in Education page, and after clicking on the video it crashed Safari. I tried different browsers (Chrome, Firefox Opera) and had the same result.

Similar Messages

  • HT3775 For some reason my QuickTime player has stopped playing all my .avi movies, I can't seem to upgrade and it doesn't offer any solutions except that it may need additional software but not what or where to obtain it from? Help most of my movie are in

    For some reason my QuickTime player has stopped playing all my .avi movies, I can't seem to upgrade and it doesn't offer any solutions except that it may need additional software but not what or where to obtain it from? Help most of my movie are in .avi!!

    Google 'Perian' and 'Flip4Mac' — these are the extensions that will make QT play other file formats.
    However, a simpler solution is just to abandon QT in favour of the free, open-source player VLC, which plays just about everything natively without further downloads.
    Download the free VLC Player from here:
    http://www.videolan.org
    Plays just about everything, including avi & mpg, without add ons.

  • HT3775 Dear Apple, i took 4 videos from my friend's windows 8 pc but all of them shown a error that To see if additional software is available that will enable QuickTime Player to open the movie, click Tell Me More." what should i do now? please help me A

    Dear Apple, i took 4 videos from my friend's windows 8 pc but all of them shown a error that To see if additional software is available that will enable QuickTime Player to open the movie, click Tell Me More." what should i do now? please help me Apple

    If the videos are .wmv files, VLC from VideoLAN will play them and pretty much any other media format.
    BTW, we are not Apple; we're just users like yourself.

  • How do you keep QuickTime Player 7 from crashing when opening movie files

    When I try to open a bunch of small Quicktime files at the same time, it crashes with the report below.
    Process:         
    QuickTime Player 7 [691]
    Path:            
    /Used Applications/QuickTime Player 7.app/Contents/MacOS/QuickTime Player 7
    Identifier:      
    com.apple.quicktimeplayer
    Version:         
    7.6.6 (7.6.6)
    Build Info:      
    QuickTimePlayer-17090000~1
    Code Type:       
    X86 (Native)
    Parent Process:  
    ??? [1]
    Responsible:     
    QuickTime Player 7 [691]
    User ID:         
    501
    Date/Time:       
    2014-11-28 16:56:21.951 -0800
    OS Version:      
    Mac OS X 10.10.1 (14B25)
    Report Version:  
    11
    Anonymous UUID:  
    7D3A0DE1-DE0B-88D7-FBB2-495C468FBB23
    Time Awake Since Boot: 3000 seconds
    Crashed Thread:  
    0  Dispatch queue: com.apple.main-thread
    Exception Type:  
    EXC_CRASH (SIGABRT)
    Exception Codes: 
    0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    Application Specific Signatures:
    Graphics kernel error: 0xfffffffa
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib 
    0x9a05e69e __pthread_kill + 10
    1   libsystem_pthread.dylib
    0x9127dfd5 pthread_kill + 101
    2   libsystem_c.dylib      
    0x9a491efe abort + 156
    When I do this with Safe Mode, it doesn't crash. I'm guessing I need to some how make it so Quicktime uses more of the RAM, I got 16 Gigs, or use less CPU.  Activity Monitor shows 87% CPU usage just before the crash. This is a one month old iMac, while on my old one from 2008 with just 4 GB RAM, it didn't crash.

    Thanks to QuickTimeKirk on another post, I got the answer. You use qtl (Quicktime Media LInk) files to point to the real .mov files. Then the qtl file will download when linked to on a web page. After the instant download, Quicktime player will open and grab the stream. Even on a PC! Great!

  • Converting mov files with Quicktime Player for iDevices

    I wasn't sure if should post this under iPad or here or at all as it is about coding, but it is about coding for Apple iDevices that can't display Flash, using Quicktime Player or QT Player 7 Pro:
    I'm trying to add the ability for Apple iDevices that can't display tutorials I created in Flash, to see them with H.264. I read that I can simply open the original tutorial that luckily is a .mov file with Quicktime Player 10 in Snow Leopard and File > Save For Web and QT will convert to H.264 and also output several files needed to upload to your server.
    But the only options are for iPhone, iPhone (cellular) and Computer. I assume an iPod would use the iPhone file, but iPad didn't exist yet.
    I chose iPhone and Computer for my test. I got 2 .m4v files a .jpg, a small .mov and a .html page with the code I needed to copy/paste to my target html page.
    Uploaded the files and could see the tutorial movie with my iPad fine. Using FireFox, I saw the beginning of the movie, then got the beachball. After a long wait, I tried a force quit and found that my Mac Pro was crashed too so had to hard shut down. Hate that.
    Rebooted the computer. Tried accessing with Safari this time and it worked fine.
    I also own Quicktime Player 7 Pro pre Snow Leopard (I'm running Snow Leopard now) and tried the conversion with it and noticed a few more config choices, like for frame rate. But the resulting code was about 29 lines of code with expected parameters versus 2 lines of code in the QT Player code which actually really surprised me. With both apps they have JavaScript references for the head tab to files on Apple's library on their site.
    So.. I'm wondering why FF and my computer crash, I did output for computer as well as iPhone. And what to do for FF users and the fact that there's no specific output for iPad, am I OK just using the iPhone output since I can see the file OK on my iPad test.
    Last, I've been reading about HTML5 versus Flash, but assume that what both my QT apps are outputting is HTML4. In the QT Player code there isn't even an embed tag, let alone the video tag I've read about, just a href to the exported Saved For Web .mov file, which I assume must point to the .m4v files that QT outputs and puts in the same folder as the other files, but there's no direct reference to them.
    Sorry for the length, or if this isn't the place for these questions, but I do want to get this right before I convert about 20 tutorials
    I wonder if I should wait until Lion and see if QT is changed to fix the FF crash and adds output for iPad?
    One last thing: when you access the converted file with an iPad, first you see a jpg of the first frame with "Click to Play" in the center. When you do, you get the movie with a play triangle which you have to press to actually start the movie. But when you access the same html file with Safari, all you have to do is click the "Click to Play" and the movie starts as expected. Bug?

    QuickTime X and QuickTime Player Pro create slightly different html code (but it all works about the same way). The "click to play" image file, a "reference" movie, multiple versions for different devices and the html code to preview the page and use as copy/paste into your Web page.
    QuickTime X has fewer options than QuickTime Player Pro. The iPhone preset works just fine on the iPad.
    Your Firefox crash may have been just coincidence and I doubt it was caused by the page code.
    You may want to wait a while longer for the HTML 5 code because browser support is still in the learning stage and millions of PC users still use out of date browsers.
    The reference movie points to the different versions of the file. The code "reads" the device and serves up the correct version for it.
    I don't own an iPad but I suspect it works like my iPod Touch. All of my QuickTime files have the play "triangle" so the click to play image style page requires two clicks on it.

  • QuickTime 7.1.6 - Crashing Finder and Crashing QuickTime Player

    Hello all. I'm adding a new twist to the problems with QT 7.1.6. Here's the situation:
    1. When browsing in Finder using column view, highlighting a QuickTime movie file causes the Finder to crash and restart without giving an error message. It appears this happens while it is trying to generate the QT preview. This also happens if I browse in icon or list mode - so I can select the file - and get info on the file. Finder will crash while the preview is being generated in the info window.
    2. I have a number of QuickTime files that I encoded for iPod using VisualHub 1.23. If I open these files in QuickTime Player, the application quits running without giving an error message. Similarly, if I try to play these files in iTunes, iTunes quits running without giving an error message.
    Videos downloaded from the iTunes store will play fine in QuickTime Player and iTunes, but they also cause the Finder to crash when i highlight the file or get info on the file. All files played and were 'previewable' under QT 7.1.5.
    I've tried reinstalling QuickTime 7.1.6 and the Security update and the behavior persists.
    Can anyone suggest options for debugging what's happening? Or point me to a how-to for reverting to QT 7.1.5?
    Thanks.

    Your system info confirms you are still using OS 10.4. Check QuickTime 7 System Requirements website to make sure you meet all the requirements.

  • Quicktime Player Pro won't play any movies?

    Ever since I restored my computer about a month ago, my Quicktime Player won't play any video formats correctly. .avi files don't play anymore, and mp4 files only play sound with the screen black. Then when I try to close the application, I get the pinwheel for a long time, thus making me force quit every time. How can I fix this so it can play movies correctly?
    (I'd also like to know how to get it to play .mka format movies as well)

    Courtney,
    There are a lot of possible CODECS used with .AVI file, not all of which are available for the QuickTime player.
    If you just want to play the AVI files use the free VLC media player found at http://www.videolan.org/vlc/

  • Quicktime Movies Causes UI To Lock Up (Safari & Quicktime Player)

    When a page in Safari has an embedded Quicktime Movie, it causes my computer to lockup. It will not respond to mouse clicks or keyboard input. The whole UI just locks up. Same with opening movies in Quicktime Player. I can SSH into the box, and when I run "top", I don't see anything pegging the CPU. The biggest problem is, Safari and Quicktime Player don't "crash", so no crash report is generated, and I have nothing to reference. I can issue a "sudo reboot" and the machine will restart.
    If I set Safari to run in Rosetta, I experience no problems. Same with the Quicktime Player. However, Firefox work perfectly displaying Quicktime Movies.
    I have the most current firmware and system updates. The problem is reproducible with a fresh user account, as well as with a clean system install. I even went to the trouble of zeroing the drive, and reinstalling a fresh copy of the OS. I tested pre updates, and post updates, and it is reproducable across all instances. This was all done in front of a Genius at the Apple Store.
    He was stumped...

    I'm not a QuickTime engineer but I noticed that the QuickTime Plugin.webplugin first appeared in Tiger and version 7. It caused me some grief when using the Safari Activity window to find source URL's for QuickTime files in pages. Removing it allowed the URL to appear in the Activity window.
    Now most pages use javascript (.js) files to display QuickTimme files so they don't appear in the Activity window.
    I beleive that the plug-in is used by Dashboard Widgets (also html files) to do some kind of "voodoo" similar to the plug-in architecture of Web browsers.
    I've just applied at the La Cantera Apple Store for a job. Is that where you "stumped the genius"?

  • Open all videos in standalone quicktime player

    is it possible to force all videos to be played in the standalone quicktime player?
    my hope is to be able to play any and all videos from my browser (default browser is firefox, but safari is installed too) in the proper quicktime player so i can airplay it to another device on the network (appletv on the hdtv)
    it seems that certain apps or streams/videos seem to be able to airplay fine and the commonality seems to be if it will play in a native quicktime player app.
    i have seen that mr jobs made a statement of safari & airplay to come in 2011, but if you can force the video into the standalone player, i wonder if it could work right now for example, i cannot get the apple.com videos to airplay...
    cheers
    jingo_man

    is it possible to force all videos to be played in the standalone quicktime player?
    Only if the site programmer programmed the site to do this or if you download/load the movie file in a QT player manually yourself.

  • Quicktime Player Show movie info window

    How do you set it up that Quicktime Player automatically opens that window when it launches? I've have my QT player set so that it does this for so long that I forgot how I set it, but I accidentally closed the info window one day & quit QT Player. When I opened it again, I had to manually open the info window for the movie I was watching. Since then I've been unable to get that window to come up automatically as it did before. What do I need to do??
    Jyri

    Okay, good news. Mac OS X hints has the solution for the problem. Just go to: http://www.macosxhints.com/article.php?story=20060130071542683
    and that's all you need to do.
    Jyri

  • I suddenly can't watch .mov files with the QuickTime Player x?

    I suddenly can't watch .mov files with the QuickTime Player x? There is always the message, i should look after new software! Can you help me?

    Handy-dandy cut and paste to the rescue!
    you need to install some other stuff to get the full file functionality back.
    Here's the list.
    Start with QT 7.6.6. - http://support.apple.com/kb/DL923
    Get Perian, and install it. - http://perian.org
    then VLC, - http://videolan.org
    DivX - http://divx.com - and the
    Flip4Mac package from Telestream - http://www.telestream.net/flip4mac/
    A52/AC3 downloader: https://www.macupdate.com/app/mac/21875/a52codec - In this installer package there is an audio A52Codec.component. DO NOT USE IT! Throw it out and use the one that is linked below.
    This is what I've put into my system and so far I've gotten every file to run fine, even my oldest videos.
    These are codecs you should see.
    In System/Library/QuickTime
         AppleIntermediateCodec.component
         AppleMPEG2Codec.component* (*optional if you've bought it)
         DivX Decoder.component
         Flip4Mac WMV Advanced.component
         Flip4Mac WMV Export.component
         Flip4Mac WMV Import.component
    In your Home/Library/QuickTime/
         AC3MovieImport.component (you may or may not want this component, in some instances it causes conflicts. In my system, it doesn't. Who knows why? I don't.)
         Perian.component
    For AC3 sound that is in most .mkv files, you need the A52Codec.component, this is the one you want, here: https://code.google.com/p/subler/downloads/detail?name=A52Codec.component.zip - unzip the file and put the component into the System/Library/Audio/Plug-ins/Components
    Go back to your Perian settings and in the Audio Output button, set it to 'Multi Channel Sound' - Ignore the message Perian puts up and select it.
    By doing a 'Get Info' on your files and where it says 'Open With' - default them to the QuickTime 7 program. Perian no longer will work with QuickTime Player so you must have QT 7.6.6 and set it so it is the default for all the filetypes you use.
    It works perfectly with QT7. So far I've gotten ALL my old videos to play.
    .avi, .mov (with the AC3 sound), .wmv, .flv, .mp4 and .m4v. all run fine as do all the older formats.
    Good luck!
    Deb.

  • QuickTime Player Quit Unexpectedly 10.2 on .mov, m4v

    Quits 'Unexpectedly' each try to open. Just started recently, the last few weeks.
    Is happening on Mac Pro. May also be happening on a friends Mac Mini...
    Files open fine on QuickTime Player 7.
    See Problem Details and System Configuration below.
    Prefer to stay on the most recent version...
    The most recent updates have been applied...
    Help is much appreciated. I use QuickTime alot.
    Process:   
    QuickTime Player [6186]
    Path:       
    /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    Identifier: 
    com.apple.QuickTimePlayerX
    Version:   
    10.2 (603.17)
    Build Info: 
    QuickTimePlayerX-603017000000000~5
    Code Type: 
    X86-64 (Native)
    Parent Process:  launchd [225]
    User ID:   
    501
    Date/Time: 
    2013-06-23 08:06:53.302 -0700
    OS Version: 
    Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:     
    16142 sec
    Crashes Since Last Report:     
    4
    Per-App Interval Since Last Report:  24 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                 
    346FF764-E93E-A0F1-5B53-CD6C322A5857
    Crashed Thread:  6  Dispatch queue: com.apple.quicktimeplayerx.recents-queue
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    [6186] stack overflow
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff8ce14686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8ce13c42 mach_msg + 70
    2   com.apple.CoreGraphics   
    0x00007fff85f22212 _CGSSetWindowRegionInline + 231
    3   com.apple.CoreGraphics   
    0x00007fff85f21dea _setWindowRegion + 238
    4   com.apple.CoreGraphics   
    0x00007fff85f225a0 CGSAddButtonRegion + 174
    5   com.apple.AppKit         
    0x00007fff8925b033 _NSAddRectsToWindow + 251
    6   com.apple.QuickTimePlayerX
    0x000000010bb84177 0x10bb70000 + 82295
    7   com.apple.QuickTimePlayerX
    0x000000010bb8203a 0x10bb70000 + 73786
    8   com.apple.QuickTimePlayerX
    0x000000010bb88dc3 0x10bb70000 + 101827
    9   com.apple.AppKit         
    0x00007fff8922abd0 -[NSWindow _dosetTitle:andDefeatWrap:] + 323
    10  com.apple.QuickTimePlayerX
    0x000000010bb88116 0x10bb70000 + 98582
    11  com.apple.AppKit         
    0x00007fff8916bb10 -[NSWindowController setDocument:] + 50
    12  com.apple.QuickTimePlayerX
    0x000000010bb87c0d 0x10bb70000 + 97293
    13  com.apple.QuickTimePlayerX
    0x000000010bb80dd0 0x10bb70000 + 69072
    14  com.apple.AppKit         
    0x00007fff8959314a -[NSDocumentController _finishOpeningDocument:andShowWindows:] + 113
    15  com.apple.Foundation     
    0x00007fff8fdfd9cf -[NSBlockOperation main] + 124
    16  com.apple.Foundation     
    0x00007fff8fdd3926 -[__NSOperationInternal start] + 684
    17  com.apple.Foundation     
    0x00007fff8fddb0f1 __block_global_6 + 129
    18  libdispatch.dylib       
    0x00007fff8b868f01 _dispatch_call_block_and_release + 15
    19  libdispatch.dylib       
    0x00007fff8b8650b6 _dispatch_client_callout + 8
    20  libdispatch.dylib       
    0x00007fff8b86a0c8 _dispatch_main_queue_callback_4CF + 275
    21  com.apple.CoreFoundation 
    0x00007fff8bc18b4c __CFRunLoopRun + 1644
    22  com.apple.CoreFoundation 
    0x00007fff8bc180e2 CFRunLoopRunSpecific + 290
    23  com.apple.HIToolbox     
    0x00007fff8835aeb4 RunCurrentEventLoopInMode + 209
    24  com.apple.HIToolbox     
    0x00007fff8835ac52 ReceiveNextEventCommon + 356
    25  com.apple.HIToolbox     
    0x00007fff8835aae3 BlockUntilNextEventMatchingListInMode + 62
    26  com.apple.AppKit         
    0x00007fff8924f533 _DPSNextEvent + 685
    27  com.apple.AppKit         
    0x00007fff8924edf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    28  com.apple.AppKit         
    0x00007fff892461a3 -[NSApplication run] + 517
    29  com.apple.AppKit         
    0x00007fff891eabd6 NSApplicationMain + 869
    30  libdyld.dylib           
    0x00007fff872d67e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff8ce166d6 __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib       
    0x00007fff8e7c2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib       
    0x00007fff8e7ad1d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8ce16d16 kevent + 10
    1   libdispatch.dylib       
    0x00007fff8b867dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib       
    0x00007fff8b8679ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff8ce166d6 __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib       
    0x00007fff8e7c2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib       
    0x00007fff8e7ad1d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff8ce166d6 __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib       
    0x00007fff8e7c2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib       
    0x00007fff8e7ad1d1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff8ce166d6 __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib       
    0x00007fff8e7c2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib       
    0x00007fff8e7ad1d1 start_wqthread + 13
    Thread 6 Crashed:: Dispatch queue: com.apple.quicktimeplayerx.recents-queue
    0   libsystem_kernel.dylib   
    0x00007fff8ce16212 __pthread_kill + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c1b54 pthread_kill + 90
    2   libsystem_c.dylib       
    0x00007fff8e805e9e __abort + 159
    3   libsystem_c.dylib       
    0x00007fff8e806d17 __stack_chk_fail + 195
    4   com.apple.CoreServicesInternal
    0x00007fff86c1485e _CFURLCreateByResolvingBookmarkData + 3944
    5   ???                     
    0x3032303733373236 0 + 3472891276296663606
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff8ce166d6 __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib       
    0x00007fff8e7c2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib       
    0x00007fff8e7ad1d1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x00007fff8ce166d6 __workq_kernreturn + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib       
    0x00007fff8e7c2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib       
    0x00007fff8e7ad1d1 start_wqthread + 13
    Thread 9:: com.apple.coremedia.player.async
    0   libsystem_kernel.dylib   
    0x00007fff8ce160fa __psynch_cvwait + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c4fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia     
    0x00007fff8d42aea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox   
    0x00007fff9056ecaf 0x7fff90515000 + 367791
    4   com.apple.CoreMedia     
    0x00007fff8d42b379 figThreadMain + 382
    5   libsystem_c.dylib       
    0x00007fff8e7c07a2 _pthread_start + 327
    6   libsystem_c.dylib       
    0x00007fff8e7ad1e1 thread_start + 13
    Thread 10:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib   
    0x00007fff8ce160fa __psynch_cvwait + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c4fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia     
    0x00007fff8d42aea8 FigSemaphoreWaitRelative + 273
    3   com.apple.CoreMedia     
    0x00007fff8d426cae FigScheduledFileIOThread + 256
    4   com.apple.CoreMedia     
    0x00007fff8d42b379 figThreadMain + 382
    5   libsystem_c.dylib       
    0x00007fff8e7c07a2 _pthread_start + 327
    6   libsystem_c.dylib       
    0x00007fff8e7ad1e1 thread_start + 13
    Thread 11:: AQClient
    0   libsystem_kernel.dylib   
    0x00007fff8ce14686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8ce13c42 mach_msg + 70
    2   com.apple.CoreFoundation 
    0x00007fff8bc13233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation 
    0x00007fff8bc18916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation 
    0x00007fff8bc180e2 CFRunLoopRunSpecific + 290
    5   com.apple.audio.toolbox.AudioToolbox
    0x00007fff88f7470e GenericRunLoopThread::Entry(void*) + 204
    6   com.apple.audio.toolbox.AudioToolbox
    0x00007fff88f745c5 CAPThread::Entry(CAPThread*) + 175
    7   libsystem_c.dylib       
    0x00007fff8e7c07a2 _pthread_start + 327
    8   libsystem_c.dylib       
    0x00007fff8e7ad1e1 thread_start + 13
    Thread 12:: com.apple.coremedia.audioqueue.source
    0   libsystem_kernel.dylib   
    0x00007fff8ce160fa __psynch_cvwait + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c4fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia     
    0x00007fff8d42aea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox   
    0x00007fff90546bda 0x7fff90515000 + 203738
    4   com.apple.CoreMedia     
    0x00007fff8d42b379 figThreadMain + 382
    5   libsystem_c.dylib       
    0x00007fff8e7c07a2 _pthread_start + 327
    6   libsystem_c.dylib       
    0x00007fff8e7ad1e1 thread_start + 13
    Thread 13:: com.apple.coremedia.audiomentor
    0   libsystem_kernel.dylib   
    0x00007fff8ce160fa __psynch_cvwait + 10
    1   libsystem_c.dylib       
    0x00007fff8e7c4fe9 _pthread_cond_wait + 869
    2   com.apple.CoreMedia     
    0x00007fff8d42aea8 FigSemaphoreWaitRelative + 273
    3   com.apple.MediaToolbox   
    0x00007fff9058ff97 0x7fff90515000 + 503703
    4   com.apple.CoreMedia     
    0x00007fff8d42b379 figThreadMain + 382
    5   libsystem_c.dylib       
    0x00007fff8e7c07a2 _pthread_start + 327
    6   libsystem_c.dylib       
    0x00007fff8e7ad1e1 thread_start + 13
    Thread 6 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00000001102d1088  rdx: 0x0000000000000000
      rdi: 0x0000000000007b03  rsi: 0x0000000000000006  rbp: 0x00000001102d10b0  rsp: 0x00000001102d1088
       r8: 0x00007fff76f40278   r9: 0x0000000000000000  r10: 0x0000000030000000  r11: 0x0000000000000206
      r12: 0x00007fa37c021800  r13: 0x00007fa37a635ed0  r14: 0x00000001102d2000  r15: 0x0000000000000000
      rip: 0x00007fff8ce16212  rfl: 0x0000000000000206  cr2: 0x00007fff8e7e958c
    Logical CPU: 0
    Binary Images:
    0x10bb70000 -   
    0x10bdccfef  com.apple.QuickTimePlayerX (10.2 - 603.17) <2B49A87E-ADF2-3126-8F2E-213FBD326F8E> /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    0x1104db000 -   
    0x1104e0fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <586F677E-D0F8-33B2-B6ED-41ED81C9EED9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1104e5000 -   
    0x1104ebfff +com.prosofteng.soundbunny.plugin (1.0.2 - 898) <56D7D0F7-AE08-3DB2-9A09-ED49D224FDFE> /Library/Audio/Plug-Ins/HAL/SoundBunny.plugin/Contents/MacOS/SoundBunny
    0x11057c000 -   
    0x1106d1ff7  com.apple.audio.units.Components (1.9 - 1.9) <8384AE1A-7C79-3F03-81E0-9A15E09094D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x7fff6b770000 -
    0x7fff6b7a493f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff85e31000 -
    0x7fff85e33fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff85eba000 -
    0x7fff8684a4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8684b000 -
    0x7fff86859fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8685a000 -
    0x7fff86897fef  libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff868da000 -
    0x7fff86bf1ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff86bf2000 -
    0x7fff86bfaff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff86c05000 -
    0x7fff86c06ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff86c07000 -
    0x7fff86c35fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff86c36000 -
    0x7fff86d2bfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff86d3c000 -
    0x7fff86dd7fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff86dd8000 -
    0x7fff8707cff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff871d4000 -
    0x7fff872d2fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff872d4000 -
    0x7fff872d7ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff872e4000 -
    0x7fff872efff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff87398000 -
    0x7fff87546fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87547000 -
    0x7fff87555ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
    0x7fff8768e000 -
    0x7fff87819fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8781a000 -
    0x7fff87821fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87822000 -
    0x7fff87879ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff879a3000 -
    0x7fff87a24fff  com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff87a91000 -
    0x7fff87d62ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87e56000 -
    0x7fff87e92fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff87f1e000 -
    0x7fff87f6dfff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff87f6e000 -
    0x7fff87fcdfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff87fce000 -
    0x7fff88012fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
    0x7fff88013000 -
    0x7fff8801bfff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff88020000 -
    0x7fff88048fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88049000 -
    0x7fff8809ffff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff880a0000 -
    0x7fff88165ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff88166000 -
    0x7fff88217fff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff88218000 -
    0x7fff8822efff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8822f000 -
    0x7fff88235ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff88236000 -
    0x7fff88236fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff88238000 -
    0x7fff88247fff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff88248000 -
    0x7fff8826fff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff882fb000 -
    0x7fff8862bfff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8862c000 -
    0x7fff8862cfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff88f6d000 -
    0x7fff890bffff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff890fa000 -
    0x7fff89d27fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff89d28000 -
    0x7fff89d73fff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff89de8000 -
    0x7fff8ada7ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8ada8000 -
    0x7fff8adb2ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
    0x7fff8b000000 -
    0x7fff8b000fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8b001000 -
    0x7fff8b015fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8b016000 -
    0x7fff8b072fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8b073000 -
    0x7fff8b092ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8b093000 -
    0x7fff8b0a8fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8b0a9000 -
    0x7fff8b0a9fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8b0b7000 -
    0x7fff8b85efff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8b863000 -
    0x7fff8b878ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8b879000 -
    0x7fff8b87dfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b87e000 -
    0x7fff8b885fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff8b8c2000 -
    0x7fff8b92afff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8b92b000 -
    0x7fff8ba36fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8ba37000 -
    0x7fff8bb34fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff8bbe3000 -
    0x7fff8bdcdff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8bdce000 -
    0x7fff8bdcffff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8bdd0000 -
    0x7fff8bde7fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8be50000 -
    0x7fff8be5dff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8be7a000 -
    0x7fff8be8dff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8beb7000 -
    0x7fff8bf13ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8bf14000 -
    0x7fff8c089ff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8c12a000 -
    0x7fff8c35fff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8c360000 -
    0x7fff8c36afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8c682000 -
    0x7fff8c6d1ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff8c6d2000 -
    0x7fff8c7f2fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8c7f3000 -
    0x7fff8c848ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8c849000 -
    0x7fff8c8c9ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8c8ca000 -
    0x7fff8c8fbff7  com.apple.sociald.Social (167.6 - 167.6) <C09D8D45-00CA-3913-A912-8ECC6C879AD2> /System/Library/Frameworks/Social.framework/Versions/A/Social
    0x7fff8ce04000 -
    0x7fff8ce1fff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8ce20000 -
    0x7fff8ce29ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8ce30000 -
    0x7fff8ce9dff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8d15e000 -
    0x7fff8d15fff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8d160000 -
    0x7fff8d165fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8d16f000 -
    0x7fff8d40aff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8d40b000 -
    0x7fff8d456fff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8d457000 -
    0x7fff8d479ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff8d47a000 -
    0x7fff8d554fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8d555000 -
    0x7fff8d583ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff8d584000 -
    0x7fff8d5b0fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8d5b5000 -
    0x7fff8d5cffff  com.apple.geokit (2.1 - 2.1) <2B0ED144-9284-3396-8B34-292C29F4EED6> /System/Library/PrivateFrameworks/GeoKit.framework/Versions/A/GeoKit
    0x7fff8d5d0000 -
    0x7fff8d741ff7  com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8d742000 -
    0x7fff8d8a0fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x7fff8d8e9000 -
    0x7fff8d91ffff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff8d920000 -
    0x7fff8da39fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8da3a000 -
    0x7fff8da7dff7  com.apple.ShareKit (1.0 - 119.13) <9E8948B4-A2AE-3990-9A93-7DFA1D3A1326> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
    0x7fff8da7f000 -
    0x7fff8dae8fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8dae9000 -
    0x7fff8db15fff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8db16000 -
    0x7fff8db1afff  libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8db1b000 -
    0x7fff8db51fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8db8d000 -
    0x7fff8db91ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8db92000 -
    0x7fff8ddedff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8ddf6000 -
    0x7fff8de10fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff8de11000 -
    0x7fff8e011fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff8e012000 -
    0x7fff8e034ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8e13d000 -
    0x7fff8e141fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8e142000 -
    0x7fff8e159fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8e15a000 -
    0x7fff8e15afff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8e15b000 -
    0x7fff8e19eff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8e19f000 -
    0x7fff8e22cff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8e22d000 -
    0x7fff8e22ffff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff8e230000 -
    0x7fff8e34892f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff8e349000 -
    0x7fff8e34cfff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff8e34d000 -
    0x7fff8e36cff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8e3a3000 -
    0x7fff8e3c8ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff8e3c9000 -
    0x7fff8e678fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8e679000 -
    0x7fff8e74bff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8e74c000 -
    0x7fff8e78fff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8e7ac000 -
    0x7fff8e878ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    0x7fff8e8ba000 -
    0x7fff8e928ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8f23a000 -
    0x7fff8f279ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8f27a000 -
    0x7fff8f2a6ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8f2f3000 -
    0x7fff8f2f5fff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8f386000 -
    0x7fff8f3eeff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff8f428000 -
    0x7fff8f42cfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff8f42d000 -
    0x7fff8f487ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8f488000 -
    0x7fff8f49bff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff8f49c000 -
    0x7fff8f49cfff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8f4f4000 -
    0x7fff8f4f8ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8f4f9000 -
    0x7fff8f67ffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8f680000 -
    0x7fff8f686fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8f687000 -
    0x7fff8f692fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff8f693000 -
    0x7fff8f900ff7  com.apple.RawCamera.bundle (4.06 - 694) <80FC94C3-73C1-31AD-B3D2-C57C581EEF22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8f917000 -
    0x7fff8f951ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8f952000 -
    0x7fff8f99eff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff8f99f000 -
    0x7fff8f9a1fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8fc24000 -
    0x7fff8fc2fff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff8fc3f000 -
    0x7fff8fce5ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8fce6000 -
    0x7fff8fd0dfff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8fd0e000 -
    0x7fff8fd0efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8fd0f000 -
    0x7fff8fd14fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8fd15000 -
    0x7fff8fd17ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff8fd18000 -
    0x7fff8fd1bfff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x7fff8fd1c000 -
    0x7fff8fd33fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8fd34000 -
    0x7fff8fd41fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff8fd42000 -
    0x7fff8fd43ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x7fff8fd44000 -
    0x7fff900a3fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff900b9000 -
    0x7fff900d6ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff900e9000 -
    0x7fff90284fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff90285000 -
    0x7fff90290ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff90360000 -
    0x7fff90361ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff90362000 -
    0x7fff90362fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff90363000 -
    0x7fff90363ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff90364000 -
    0x7fff90366ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff90367000 -
    0x7fff9036efff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff903b6000 -
    0x7fff90473ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff90474000 -
    0x7fff904f3ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff904f4000 -
    0x7fff90514fff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff90515000 -
    0x7fff907ccff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff907cd000 -
    0x7fff907f7ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff907f8000 -
    0x7fff90806ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff90807000 -
    0x7fff9080afff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff9080b000 -
    0x7fff9086eff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff9086f000 -
    0x7fff9089afff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff9089b000 -
    0x7fff90998ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff909ac000 -
    0x7fff909adfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff909ff000 -
    0x7fff90a0afff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff90ade000 -
    0x7fff90b3afff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff90b3b000 -
    0x7fff90b6cff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff90b6d000 -
    0x7fff90bb7ff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff90c11000 -
    0x7fff90c12fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff90c13000 -
    0x7fff90c34fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff90c35000 -
    0x7fff90c47ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff90ca3000 -
    0x7fff90cafff7  com.apple.LegacyMediaBridge (1.1 - 39.1) <90494D75-89AB-3F3B-A47D-CBA0D77EF0AA> /System/Library/PrivateFrameworks/LegacyMediaBridge.framework/Versions/A/Legacy MediaBridge
    0x7fff90ed2000 -
    0x7fff90edefff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff90edf000 -
    0x7fff90ee4fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib

    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.QuickTimePlayerX
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Desktop, leaving the window open. Log out, log back in, and test. If there's no change, quit again and put the item you moved back where it was, overwriting the one that may have been created in its place. Otherwise, delete the item you moved.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • The videos from my ipod does not transfer to itunes in my macbook pro they dont work it says The document "REGGAETON GRAN MIX 5.avi" could not be opened. The movie is not in a format that QuickTime Player understands.

    the videos from my ipod does not transfer to itunes in my macbook pro they dont work it says The document “REGGAETON GRAN MIX 5.avi” could not be opened. The movie is not in a format that QuickTime Player understands.what shoul I do?

    You need to convert the .avi file - http://www.snowfoxsoft.com/tutorial/how-to-convert-avi-to-itunes.html
    MJ

  • After installing Maverick, my downloaded movies will not play in Quick Time.  It gives me the following error "You can't open the application "QuickTime Player.app" because it may be damaged or incomplete."  What can I do?

    After installing Maverick, my downloaded movies will not play in Quick Time.  I receive the following error message:
    You can’t open the application “QuickTime Player.app” because it may be damaged or incomplete.  So I tried to unistall QT and I get an error that says, You can not delete this application as it is a requirement for the OSX.
    Well I did find a way to delete it, by going into the various components and one by one deleting it.  Now I reinstall it and  the message is that this Quick Time is for an earlier version before Maverick 7.  SMH....Now what.?

    Hello, terrygav. 
    I would recommend processing a reinstall of Mavericks.
    OS X Mavericks: Reinstall OS X
    http://support.apple.com/kb/PH13871
    Make sure to backup all of your data prior to reinstalling OS X 10.9.
    Back up your Mac
    http://support.apple.com/kb/PH11371
    Cheers,
    Jason H.

  • .MOV file won't play in QuickTime Player? QT Components?

    I have a bunch of .MOV clips on my hard drive that I'd like to ultimately import to Final Cut Express (4.0.1) to edit (my wedding video!!). If I double click on the clip, it automatically opens in QuickTime Player (7.6.9), and I then prompted to a QuickTime Components website. I'm not sure why the .MOV clips won't play, since I believe I have the latest version of QT. What should I do?
    Additional information on the .MOVE files: original format is MPEG HD, dimensions: 1280 x 720, Codecs: XDCAM EX 720p30 (35 Mb/s VBR) Integer (Big Endian), Timecode
    Thank you for your help!

    Upon further research, I found that a certain QT plug-in is required to use XDCAM EX footage in Final Cut Express, which can be found on this website:
    http://www.calibratedsoftware.com/QXD.asp
    I downloaded the demo, but have no idea how to use it to convert my files so FCE will accept it.  Is anyone familiar with this plug-in and what to do once it is downloaded? 

Maybe you are looking for

  • Siri Not Reading Back Texts...

    With iOS 6, I could dictate a message to Siri while holding my iPhone to my ear.  With iOS 7, Siri just asks, "ready to send it?"  I can't figure out if this is no longer a feature (which would not be helpful!) or if there is a new setting I need to

  • OS 10.7.3 and Mail rejects my icloud password

    I use a new imac (recently replaced my old one for iCloud readiness) with 4GB memory, OS 10.7.3, and Mail regularly rejects my icloud password. I have checked the account settings and they are as suggested. I have no problem with my iPad or my iPhone

  • Safari quit unexpectedly again & again

    Process:         WebProcess [573] Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess Identifier:      com.apple.WebProcess Version:         8536 (8536.26.17) Build Info:      WebKit2-7

  • How do I ping my podcast when i add a new sermon?

    I have a weekly podcast that I update weekly and I was provided a link by Apple that would "PING" after I updated the new serrmon and changed the .xml After that my Podcast on Itunes would update and would be available in about 10 minutes. Now the "l

  • Dropping frames on new quad G5 when printing to video

    it doesn't matter if the sequence is nested or not, used to work perfectly with dual processor with the same settings, Any ideas? Ps media is stored on external harddrve