160gb classic crashes when selecting specific album

Infuriatingly my ipod's decided to crash whenever I try to pick a certain album. One of a few things will happen; the ipod will straight up freeze on the song list for that album, each song will be 'played' in the album (by which I mean each will last 0 seconds before skipping onto the next song which also has no content and so on), or the track will stay on zero seconds and then also nothing else will play until I reset the **** thing. I've tried restoring it already and I've got the most up to date software accoridng to itunes. Said album also plays perfectly fine in itunes, and indeed has done on this ipod previously.

*Skipping songs*
The iPod seems to fail to play all of the occasional track that iTunes, and indeed other PMPs, are happy to play. There is probably some minor technical error in the internal structure of the file which is normally ignored by other playback software but causes the Classic to bail out. Usually this just skips the song but occasionaly the iPod can lock up or reset.
You may like to try scanning the files with MP3 Validator which can find & fix some internal MP3 errors.
Some users have also suggested that completely removing all id3 tags and then replacing the information can be a solution. This can be achieved in iTunes by selecting an affected track, right/option clicking and using the option Convert id3 tags > None. Since some files may mistakenly have more than one tag you may need to repeat this action. Once you have confirmed that no tag is present you can replace the tag information using Convert id3 tags > V2.3 (I believe it is recommended to avoid using V2.4).
Personally I've have found files for which these solutions don't work. In this case the workaround is either to re-rip the tracks or get iTunes to re-encode the file, e.g. convert AAC to MP3 or vice versa and sync the newly encoded file to the iPod instead. Because transcoding will cause a loss of fidelity you should keep your original file so that if a future iPod firmware resolves this issue you can put your original files back onto the iPod.
tt2

Similar Messages

  • Photoshop CS6 crashes when selecting tools

    Hi, I'm having the same problem as a few other members (Photoshop CS6 occasionally crashes when selecting tools)  and have updated the driver on my HD5770 card to the latest version (8.961.0.0) as this is the recommended fix. Unfortunately this hasn't fixed the problem.
    Here is the error report from the most recent crash.
    This is very irritating as I inevitably lose some of my work when the application crashes.
    What else do you suggest as a fix?
    Steve

    I installed 12.3 and restarted my computer. This did not solve the problem.
    I've reinstalled Photoshop twice as well with no developments.
    Then, I found this thread: http://forums.adobe.com/message/4289204
    My card (Radeon X 1300 / X 1550) is not listed in the "Tested video cards for Photoshop CS6" section.
    If I go to Edit->Preferences->Performance, and mouse-over the "Graphics Processor Settings" section, it says "Photoshop detected an error in your display driver. Update or reinstall the driver and check Use Graphics Processor to retry".
    Is there any way around this?

  • InDesign CC crashes when selecting text

    Hello folks!
    I have a serious issue here on my Windows 7 64bit notebook:
    InDesign CC (and also CS6 before) keep crashing when selecting text.
    I was still on CS6 when this failure appeared first. The strange thing is, it happens not always. When InDesign is opened new it will not crash instantly (most times). After some selecting random text a few times InDesign will crash with the well known "InDesign doesn't work anymore" message. There seems no pattern while selecting text (like special characters, certain fonts, whatever).
    Tried to use CC – no luck! still crashing.
    After some research in the forum I read, that this is very rare issue only occuring if there are more than 1 Windows accounts with both InDesign running. Indeed I made new account shortly before the first time this happened.
    But sadly even after I completely wiped the second account, all my InDesigns (CS5, CS6, CC), all prefs, and also all fonts (as recommend in a thread with people havong trouble with just the type-tool itself) and all registry thingies the problem remains. Why?
    Please help, it really kills the productivity.
    Thanks in advance for everything!

    Well, wonky extension seems like a good idea, but can be withdrawed because I haven't installed one.
    The font issue is also equally probable. As already mentioned: The interesting aspect here is, that both InDesign CS6 and CC will crash. It happened the first time when Windows decided to blue screen and f*** up my account (I wasn't able to log in anymore, I had to made a new one). I once read in another thread that there is a problem occuring when having multiple Windows accounts with InDesign running. Re-installing InDesign didn't help. Font problem after all?
    I have installed at the moment:
    MainType
    NexusFont
    Typograf
    and some small others, like: dp4 Font Viewer or FontViewOk

  • JVM crashes when selecting non-default printer in ReportViewer in NATIVE dialog.

    On ReportViewer frame i have the print button active.  If i click the print button (Native dialog) and select a printer other than default printer, the JVM crashes.  Any idea how to fix it?
    Thanks

    I wanted to provide little history of what I am trying to achieve.  Currently, I have the following code:
    PrinterJob printJob = PrinterJob.getPrinterJob();
            if (printJob.printDialog()) {
                String printerName = printJob.getPrintService().getName();
                String printJobName = printJob.getJobName();
                PrintReportOptions printOptions = redirectPrinter(printerName, printJobName);
                sendReportOutputAndClose(reportClientDoc, printOptions);
    I want to capture the number of copies user selects from the dialog.  When I do printJob.getCopies(), it always returns 1.  Not sure how to get that # of copies user selected.  I also wanted to the dialog to be in Native mode because I don't want to give access to modify Margins and other page properties which are part of COMMON dialog mode.  If I create the dialog printJobAttribute.setDialog(JobAttributes.DialogType.NATIVE); then VM crashes when selecting a non-default printer but I am able to get the number of copies.  The key is I need to use NATIVE dialog and get the number of copies.  One option is to display in COMMON dialog mode and then hide the "Page Setup" and "Appearance" tabs.  Can this be done ?  I am new to Java and Crystal so any suggestions would help.

  • Elements 13 crashes when selecting Print

    Elements13 crashes when selecting Print from the File menu.
    Rebuilding the Preferences file will bring the Print menus back, but only temporarily.
    No error message, Windows advises the program must be shut down.
    Win 7, 16GB RAM, Elements 6 on the same computer works fine.

    Hi ,
    You are going through File menu > Print or File menu > Order Prints .
    Meanwhile go to Edit menu > Preferences >> Adobe partner services .
    Click "Refresh Button"
    Click "Reset Account"
    and "Clear On-line Serves data" also.

  • JVM crashes when selecting a CLOB in a OracleCallableStatement

    Hi all:
    We have a lot of places in our codebase where we "batch" a no. of
    selects using the OracleCallableStatement for better performance (i.e.
    save multiple roundtrips to the db). Recently we upgraded to Oracle
    8.1.7 and converted the LONG column in one of our tables to CLOB. Once
    we did that, every place in the system where we use a "batch" select
    (using refcursor) the JVM crashes (no stack trace, just the infamous Dr.
    Watson on NT and SIGBUS SEGV on Solaris)
    We are running wl510 sp10 , driver is weblogic oci (oci817_8).
    Here is a sample code
    cstmt = (OracleCallableStatement)con.prepareCall(
    "BEGIN \n"
    + " OPEN ? FOR SELECT A, B, C FROM TAB1 where ..;\n"
    + " OPEN ? FOR SELECT X, Y, Z FROM TAB2 where ..;\n"
    + " END;");
    cstmt.registerOutParameter(1, Types.OTHER);
    cstmt.registerOutParameter(2, Types.OTHER);
    cstmt.execute();
    rs = cstmt.getResultSet(1);
    Is there an update or patch for the driver which resolves this issue?
    thanks much,
    mohan

    I wanted to provide little history of what I am trying to achieve.  Currently, I have the following code:
    PrinterJob printJob = PrinterJob.getPrinterJob();
            if (printJob.printDialog()) {
                String printerName = printJob.getPrintService().getName();
                String printJobName = printJob.getJobName();
                PrintReportOptions printOptions = redirectPrinter(printerName, printJobName);
                sendReportOutputAndClose(reportClientDoc, printOptions);
    I want to capture the number of copies user selects from the dialog.  When I do printJob.getCopies(), it always returns 1.  Not sure how to get that # of copies user selected.  I also wanted to the dialog to be in Native mode because I don't want to give access to modify Margins and other page properties which are part of COMMON dialog mode.  If I create the dialog printJobAttribute.setDialog(JobAttributes.DialogType.NATIVE); then VM crashes when selecting a non-default printer but I am able to get the number of copies.  The key is I need to use NATIVE dialog and get the number of copies.  One option is to display in COMMON dialog mode and then hide the "Page Setup" and "Appearance" tabs.  Can this be done ?  I am new to Java and Crystal so any suggestions would help.

  • When syncing my IPAD, I am unable to scroll when in the photo ITunes window so that I can select specific albums to sync

    I am attempting to sync photos to my IPAD but am unable to scroll down my albums when I am in the ITunes device window named 'photos'. How to I scroll to see all of my albums so that I can select which albums to sync?

    I am attempting to sync photos to my IPAD but am unable to scroll down my albums when I am in the ITunes device window named 'photos'. How to I scroll to see all of my albums so that I can select which albums to sync?

  • HFM Web Session Crashing when selecting certain brands

    I have an issue where one user is expereincing the following:
    HFM  - Sys9 - version 9.3.1.2
    When a user selects a specific custom2 dimension (in this case a brand member) when trying to input data in a DEF the web sesion crashes.
    Other relevant info:_
    1. Only one user is experiencing this issue.
    2. User has msxml 4.0 sp2 & msxml v6 installed on the local computer (as recommended by Oracle)
    3. IE crashes when certain brands are selected
    4. If Firefox is used then web session does not crash when the same brands are selected
    5. User has the same IE version as rest of the users
    6. Only certain brands are causing this issue. To emphasise, it does not crash for other users and nor does it crash when using Firefox.
    Any ideas om how to solve this issue. Thanks in advance

    Here is a thought .... Do the crashing brands have any special chars in them ? like "_" etc.
    Compare Tools->Internet Options->Advanced settings between the crashing user and a non crashing user.
    Not sure ilf this will solve it ... but its a place to start

  • Adobe Premiere CC Crashes When Selecting Multiple Clips

    This project was already derailed by multicam, now that I've got my assembly edit ready to go, I've discovered a new show-stopper:  Premiere Pro CC crashes when I select multiple clips on the timeline.  I can't select more than 3 clips at a time, or the entire program comes crashing to it's knees.  Anyone else experiencing something like this?  Can anyone else reproduce this behavior? 
    Here's a video of the experience:
    http://youtu.be/DPOUinOSzDE
    Any word on an update?
    ASUS G75VX
    Windows 7 Pro, 64-bit
    GTX 670MX, 3GB GDDR5
    16GB RAM

    Progress.  I've been able to isolate the problem.  On my timeline I have some "regular" clips and some "merged" clips.  Regular clips are from either source: a Canon 7D (MP4 / MOV) or a Canon VIXIA HF G20 (AVCHD).  The Merged clips are only from the Canon 7D only (for video) and an audio recorder (MP3 at 320kbps).  The 7D footage is 1080/24p.  The VIXIA also shoots in 24p.
    Since "Merge Clips" sync on audio is not working for me, I've employed my former CS6 workflow:
    1. Sync all of the video and audio clips through PluralEyes 3 resulting in a preliminary sequence, "Clips_to_be_merged_sequence".
    2. I work my way through each of the clips, adjusting the audio track(s) for variances in drift between the on camera sound and the audio recorder.  I do this enabling "Audio Time Units", rather than video frames, so I can get extremely acurate.
    3. When I have a timeline full of nicely syncronized audio/video pairs, I merge clips, one painstaking clip at a time (of course I set up a keyboard shortcut for this).  For the merge, I "sync on In points".
    4. The merged clip is added to my project panel.
    5. Now, when it comes time to choose my sound bite selects, I load the merged clip into the Source panel and mark my Ins and Outs. 
    6. Time to create a subclip, of course with the new SOFT handles. (I'VE BEEN WANTING SOFT HANDLES FOR A LONG TIME!!!)
    7. The subclip appears to be properly created and placed into the Project panel.  It even shows the correct duration (i.e. 14 seconds)
    8.  When I drag that subclip onto the timeline it drags the entire length of the parent clip, without in or out points (not just the 14 second subclip).
    9.  I undo and decide to go back through the original clips again; mark ins and outs and simply drop to the timeline (either Insert or Overwrite).
    So in the end, I'm using sections of the Merged clip, but I'm not using Subclips of the Merged clips (because that doesn't work).
    Now, what's happening, though I didn't know it when I recorded the video above, is that Premiere is crashing any time I select both "regular" footage and "merged" footage.
    So, two bugs here:
    1. Can't use Subclips that are derived from Merged clips in ANY timeline.  Once dragged to the timeline it expands to the full duration of the original clip.
    2. Can't select both "regular" and "merged" clips at the same time on the timeline.
    JStrawn (staff) was kind enough to offer to take a look at some small sample files.  But my interview clips are very long, and I'm concerned that if I export them, to make them shorter, they may not actually exibit the problems I'm having on the original clips.
    Anyone else using this type of "Merge Clip" workflow that could reproduce either the subclip-from-merged-clip bug or the mixed-selection crash given the steps above?

  • Photoshop crashes when selecting File / Automate / Batch

    Photoshop users still need a fix for Photoshop crashing whenever they select Batch.
    I understand that Adobe staff has chosen to blame scanner drivers for the problem. And, I've read the discussions thru last year (very long and boring when all you want is a fix). But, I'm not settled on several things which do not add-up.
    First, I'll review the symptoms for the sake of all interested readers. Photoshop users have reported Photoshop crashing whenever they select File / Automate / Batch from the menu for years. This problem got much worse (widespread) since the release of version 12.0.4. The problem apparently affects only those with Train compatible scanners and who installed Adobe's optional Twain plugin. I never read how anyone came to this conclusion, but scanner drivers are being blamed. The accepted work-around is to disable or remove Adobe's Twain plugin.
    Second, I want to point out that Photoshop works normally when using the Twain plugin. I can scan images and they are imported directly into Photoshop without any problems. This was the case before the 12.0.4 update and is still the case now.
    Third, I want to pose my most pressing question. What does selecting "Batch..." have to do with scanner drivers? In other words, what possibly could Photoshop be doing with scanner drivers when selecting "Batch..." that it does not do when actually does use the drivers?
    Lastly, I'll point out that I am a software developer of over 30 years. So, I understand how it might somehow work out in the details that the source of the problem really is buggy scanner drivers. However, as a programmer with a lot of experience dealing with problems common in device driver API's, I know that good practice is to expect anything. If Photoshop begins a process that calls out to someone else's software API, it should cushion that call with proper exception error handling. All processes should execute with an "if all else fails" contention.

    >> What does selecting "Batch..." have to do with scanner drivers?
    When running the actions for the Batch command, Photoshop updates it's menu/command state to check which commands are enabled or disabled based on the document state being changed by the actions.  Part of that update is calling the scanner interface to see what is available or not, and at that point some drivers crash.  Since the crash occurs in third party code executed within Photoshop's context - there was not much Photoshop could do to recover (there was exception handling, but it couldn't work across OS and DLL boundaries).
    In Photoshop CS6, we spent quite a bit of time figuring out why they were crashing (apparently there was some assumption about the application GUI state), and how we could avoid them crashing in those circumstances - and now CS6 avoids the crashes in the Batch command even with the TWAIN plugin and drivers are loaded.

  • Cs4 dreamweaver suddenly crashes when selecting code/split view

    i have looked around and found this issue in older posts from 2008 but have not found a resolution. i've had dw cs4 for mac for a several months and all of a sudden it started crashing when i select code/split view.
    i have:
    deleted prefs
    deleted config folder and .dat file
    started up in safe mode and new user mode
    no other issues with any other adobe apps or crashing in general
    have plenty of memory
    got rid of extensions
    i feel like it is a corrupted file that is doing it unfortunately i dont have my original disk on hand to reinstall right now (purchased cd instead of download). UGH!
    i'm running: snow leopard / 10.6.4 / 2x2.66 ghz dual core intel xeon / 7gb memory
    here are the first few lines of the same error code:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  19
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x940d2099 szone_free_definite_size + 654
    1   libSystem.B.dylib             0x940d1ba8 free + 244
    2   com.apple.carbonbundletemplate 0x1e85431d js_FinalizeStringRT + 31
    3   com.apple.carbonbundletemplate 0x1e835694 js_GC + 2156
    4   com.apple.carbonbundletemplate 0x1e8359bc js_ForceGC + 67
    5   com.apple.carbonbundletemplate 0x1e8592b1 js_DestroyContext + 150
    6   com.apple.carbonbundletemplate 0x1e80bdc8 JS_DestroyContext + 25
    7   com.apple.carbonbundletemplate 0x1e801237 JS_LangParser::DestroyJSEngine() + 43

    Have you done a complete uninstall, clean up, and then reinstall? - Sounds like that's the only thing you haven't tried, so I'd try that next.  Yeah, I know... a real pain. The sort of thing we on the PC side have to deal with far more often unfortunetly  ;-/
    Lawrence Carmer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in PHP and ColdFusion
    Stay updated - http://blog.cartweaver.com

  • Adobe Photoshop crashing when selecting print preferences

    Hi There,
    It seems that within the past 2 days in our company we have had users complain that Adobe Photoshop is crashing when they go to print and print preferences. They say a window appears and says "Photoshop has stopped working and windows is looking for a solution".
    Has anybody else experienced this over the past couple days? It was working on all computers until recently.
    The computers are a mostly Windows 8 computers with 1 Windows 7.

    try resetting preferences by holding down shift-ctrl-alt  while starting ps. if done correctly a confirmation dialog with appear.
    if that fails, this worked for someone else,
    System Preferences>Print & Fax. Selected the Konica Minolta printer (the B/W printer was working fine). Changed the name. Still didn't fix it. Went back selected my newly named Konica Minolta then "Open Print Queue" (like Dave said)>print settings. Change the driver to "Generic Postscript printer." I could print, but only on letter-size paper, no other options available (need tabloid). Went back to system preferences>print & fax>Konica Minolta2>open print queue>drivers then I reselected the updated printer drivers--the same one that hasn't been working.

  • IPhoto '11 (9.2.1) Crashes when selecting File Preferences

    Hey guys,
    iPhoto 9.2.1 in Lion crashes every time I try and go to File>Preferences.
    Everything seems to be working properly except it crashes when I open "preferences".  Here's the error:
    Anbybody know what to do?  THanks
    Process:         iPhoto [21979]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.2.1 (9.2.1)
    Build Info:      iPhotoProject-628000000000000~1
    App Item ID:     408981381
    App External ID: 4641130
    Code Type:       X86 (Native)
    Parent Process:  launchd [168]
    Date/Time:       2011-11-24 15:22:54.425 -0500
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          70514 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  133193 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      5BFC08C5-0310-4F31-9457-D6ECCCC35AE0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000006e868b7e
    VM Regions Near 0x6e868b7e:
        IOKit                  0000000021200000-0000000021700000 [ 5120K] rw-/rw- SM=SHM 
    -->
        __TEXT                 000000008f002000-000000008f7a5000 [ 7820K] r-x/rwx SM=COW  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    Application Specific Information:
    objc_msgSend() selector name: autorelease
    Performing @selector(showPreferencePanel:) from sender NSMenuItem 0x2e674c0
    objc[21979]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x98a48d47 objc_msgSend + 23
    1   com.apple.iPhoto                        0x003afa17 0x1000 + 3861015
    2   com.apple.iPhoto                        0x003aa057 0x1000 + 3838039
    3   com.apple.iPhoto                        0x003af9a6 0x1000 + 3860902
    4   com.apple.iPhoto                        0x003a6c1c 0x1000 + 3824668
    5   com.apple.iPhoto                        0x00217eb4 0x1000 + 2191028
    6   com.apple.CoreFoundation                0x946d0091 -[NSObject performSelector:withObject:] + 65
    7   com.apple.AppKit                        0x9a77ccb3 -[NSApplication sendAction:to:from:] + 232
    8   com.apple.AppKit                        0x9a870caf -[NSMenuItem _corePerformAction] + 536
    9   com.apple.AppKit                        0x9a87092c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
    10  com.apple.AppKit                        0x9a86ffb5 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    11  com.apple.AppKit                        0x9ab48dab -[NSMenu performActionForItemAtIndex:] + 65
    12  com.apple.AppKit                        0x9ab48dde -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    13  com.apple.AppKit                        0x9ab4d00f -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    14  com.apple.AppKit                        0x9a9b6a10 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
    15  com.apple.AppKit                        0x9a7e5916 NSSLMMenuEventHandler + 452
    16  com.apple.HIToolbox                     0x97b65920 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    17  com.apple.HIToolbox                     0x979e1803 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    18  com.apple.HIToolbox                     0x979e0c80 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    19  com.apple.HIToolbox                     0x979f5aa9 SendEventToEventTarget + 76
    20  com.apple.HIToolbox                     0x97b65de4 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 482
    21  com.apple.HIToolbox                     0x97b65e4e SendMenuCommandWithContextAndModifiers + 70
    22  com.apple.HIToolbox                     0x97bd0697 SendMenuItemSelectedEvent + 275
    23  com.apple.HIToolbox                     0x97a323f9 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    24  com.apple.HIToolbox                     0x97bc1574 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
    25  com.apple.HIToolbox                     0x97a2a0b2 _HandleMenuSelection2 + 636
    26  com.apple.HIToolbox                     0x97a29e31 _HandleMenuSelection + 53
    27  com.apple.AppKit                        0x9a6e1356 _NSHandleCarbonMenuEvent + 302
    28  com.apple.AppKit                        0x9a67162e _DPSNextEvent + 2196
    29  com.apple.AppKit                        0x9a6708ab -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    30  com.apple.AppKit                        0x9a66cc22 -[NSApplication run] + 911
    31  com.apple.AppKit                        0x9a90118a NSApplicationMain + 1054
    32  com.apple.iPhoto                        0x0001159a 0x1000 + 66970
    33  com.apple.iPhoto                        0x00010a29 0x1000 + 64041
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9067a90a kevent + 10
    1   libdispatch.dylib                       0x9769cc58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9769b6a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x90677c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x906771f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x946680ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x94671214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x946708ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x94670798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x901fe607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x01765aed -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x90677c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x906771f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x946680ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x94671214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x946708ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x94670798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x901fe607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x01765aed -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x90677c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x906771f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x946680ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x94671214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x946708ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x94670798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x901fe607 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.apple.proxtcore                     0x01765aed -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x90677c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x906771f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x01856f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01856dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x90677c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x906771f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x01856f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01856dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01d40ac1 -[RKAsyncImageRenderer _backgroundRenderThread:] + 177
    7   com.apple.CoreFoundation                0x946d853a -[NSObject performSelector:] + 58
    8   com.apple.proxtcore                     0x0176e626 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    9   com.apple.CoreFoundation                0x946d0091 -[NSObject performSelector:withObject:] + 65
    10  com.apple.proxtcore                     0x01765cb5 -[XTSubscription postMessage:] + 181
    11  com.apple.proxtcore                     0x01765406 -[XTDistributor distributeMessage:] + 726
    12  com.apple.proxtcore                     0x01764f55 -[XTThread handleMessage:] + 1285
    13  com.apple.proxtcore                     0x017636c6 -[XTThread run:] + 438
    14  com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    15  com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    16  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    17  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x900fa42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x90253d40 -[NSCondition wait] + 304
    4   com.apple.iPhoto                        0x0005c66a 0x1000 + 374378
    5   com.apple.iPhoto                        0x0005c5c2 0x1000 + 374210
    6   com.apple.CoreFoundation                0x946d2e1d __invoking___ + 29
    7   com.apple.CoreFoundation                0x946d2d59 -[NSInvocation invoke] + 137
    8   com.apple.RedRock                       0x01d62e61 -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x01d746c4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  com.apple.CoreFoundation                0x946d0091 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore                     0x0176e626 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 166
    12  com.apple.CoreFoundation                0x946d0091 -[NSObject performSelector:withObject:] + 65
    13  com.apple.proxtcore                     0x01765cb5 -[XTSubscription postMessage:] + 181
    14  com.apple.proxtcore                     0x01765406 -[XTDistributor distributeMessage:] + 726
    15  com.apple.proxtcore                     0x01764f55 -[XTThread handleMessage:] + 1285
    16  com.apple.proxtcore                     0x017636c6 -[XTThread run:] + 438
    17  com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    18  com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    19  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    20  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x90149f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x90284507 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation                    0x9024a92a -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation                    0x9024a7fe -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01764702 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x017636b0 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    9   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    10  libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib                  0x90677c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x906771f6 mach_msg + 70
    2   com.apple.iLifeSQLAccess                0x01856f41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x01856dc9 -[RAOperationQueueImpl _workThread] + 217
    4   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    5   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    6   libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 30:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x90679b42 __select + 10
    1   com.apple.CoreFoundation                0x946bf195 __CFSocketManager + 1557
    2   libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    3   libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 31:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x900fa3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore                0x9532406c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    4   com.apple.JavaScriptCore                0x95517f43 JSC::Heap::blockFreeingThreadMain() + 323
    5   com.apple.JavaScriptCore                0x95517f7f JSC::Heap::blockFreeingThreadStartFunc(void*) + 15
    6   libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 32:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x9067983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x90149e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x900fa42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x96f03529 CVDisplayLink::runIOThread() + 945
    4   com.apple.CoreVideo                     0x96f03161 _ZL13startIOThreadPv + 160
    5   libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 33:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x90677c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x906771f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x946680ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x94671214 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x946708ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x94670798 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x9025e21c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7   com.apple.Foundation                    0x90251f7d -[NSThread main] + 45
    8   com.apple.Foundation                    0x90251f2d __NSThread__main__ + 1582
    9   libsystem_c.dylib                       0x90145ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x901496de thread_start + 34
    Thread 34:
    0   libsystem_kernel.dylib                  0x9067a02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90147ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x901496fe start_wqthread + 30
    Thread 35:
    0   libsystem_kernel.dylib                  0x9067a02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90147ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x901496fe start_wqthread + 30
    Thread 36:
    0   libsystem_kernel.dylib                  0x9067a02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x90147ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x901496fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x003a9dbe  ebx: 0x00000001  ecx: 0x9afb281c  edx: 0x6e868b5e
      edi: 0xffffffce  esi: 0x003af9cd  ebp: 0xbfffeac8  esp: 0xbfffeaa8
       ss: 0x00000023  efl: 0x00010206  eip: 0x98a48d47   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x6e868b7e
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xd1afeb  com.apple.iPhoto (9.2.1 - 9.2.1) <D139F133-4990-3B0E-8017-83D9D729E302> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xe8e000 -   0xf6efe7  org.python.python (2.6.7 - 2.6.7) <61DBA92A-C39A-3A52-86F2-59CF9D310CB4> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfb9000 -  0x1159ffb  com.apple.geode (1.5 - 151.51) <28D29759-F356-3608-B9CF-3031F3299B1B> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x11f9000 -  0x11fbfff  com.apple.iLifePhotoStreamConfiguration (2.2 - 2.2) <4FA61CE9-1718-3E07-9896-0023A2A49699> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x1201000 -  0x1210fff  com.apple.iLifeAssetManagement (2.0 - 2.33) <8346DE35-5F86-3338-9913-B035B3EE5435> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x121d000 -  0x1245ffb  com.apple.iPhoto.Tessera (1.1 - 60.10) <7BA9184E-0A00-3083-8322-772ECBDD30C9> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1256000 -  0x127dffb  com.apple.iPhoto.Tellus (1.3 - 60.10) <4AABB0BC-AC97-3EE4-BF0F-D8499DDB57C0> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x1292000 -  0x129cfff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <3B68F126-D783-3F86-AF04-A0F6A459BE67> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x12a7000 -  0x12bdff3  com.apple.iLifeFaceRecognition (1.0 - 21.1) <6D28B7F2-7A33-3547-856F-EB19EF8C81F0> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x12cb000 -  0x12f6ff3  com.apple.DiscRecordingUI (6.0 - 6000.4.1) <06C371CB-E783-3051-9608-BFEC2218E915> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x130e000 -  0x1310fff  com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1316000 -  0x1321fff  com.apple.UpgradeChecker (9.2 - 9.2) <2040F6E1-7E77-3C64-8B2C-F3B9503C7402> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1329000 -  0x1329fff  com.apple.iLifeSlideshow (2.3.0 - 847) <C4B7D4F3-D687-3AF6-9561-FE4C66F05BE2> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x132c000 -  0x15a2ffb  com.apple.iLifePageLayout (1.3 - 150.37) <F812CBEA-99AA-3B62-BEB8-FEC8FCA3A6ED> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x166b000 -  0x1706ff7  com.apple.MobileMe (11 - 1.0.3) <BCE66DE5-97D5-3E78-AC9C-17353AFA6A34> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1760000 -  0x17c0fff  com.apple.proxtcore (1.3 - 140.57) <37B97974-E262-3CA8-AF41-2A522C849E82> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1812000 -  0x18f1ff3  com.apple.iLifeSQLAccess (1.6 - 30.12) <22409124-4ECA-3EEA-ADF5-7425D6FCD8E3> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x191f000 -  0x194bfef  com.apple.ProUtils (1.1 - 120.14) <44F86ACC-A361-3837-9068-B3B8802E6B39> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1966000 -  0x19b9ff7  com.apple.iLifeKit (1.3 - 90.16) <1FB6E9BB-9E29-3953-9A8B-485689C867E4> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x19ea000 -  0x1c10ff7  com.apple.prokit (7.1.1 - 1511) <498819A4-1BDD-3671-8796-E11865BCFBCE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1d1b000 -  0x2158fe3  com.apple.RedRock (1.8.1 - 231.89) <6217B083-7AD4-355E-8ED3-53318A609015> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x22e9000 -  0x22fcff3  com.apple.AOSAccounts (1.0.1 - 1.0.61) <F1FF14A3-ECDD-3078-985D-0898DFBC39D3> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x230e000 -  0x2346ff3  com.apple.Ubiquity (1.0 - 196) <84455679-4074-3445-BC9C-D7DC57CF7795> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x235f000 -  0x235fff6  com.apple.SafariDAVNotifier (1.1 - 1) <612740F0-770D-3BAA-9313-744B24D52653> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2364000 -  0x2385ff7  com.apple.ChunkingLibrary (1.0 - 125) <ACF096F3-536C-3AAB-8B00-D876ACA8BA49> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x2390000 -  0x2397ff7  com.apple.MediaSync (1.1 - 130.12) <3E7E1340-C3C8-3F1A-BB4B-E8C3A3EE7777> /Applications/iPhoto.app/Contents/Frameworks/MediaSync.framework/Versions/A/Med iaSync
    0x239f000 -  0x23a0fff +eOkaoCom.dylib (??? - ???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x23a4000 -  0x23c9ff2 +eOkaoPt.dylib (??? - ???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x23d0000 -  0x2404fe7 +eOkaoDt.dylib (??? - ???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x240a000 -  0x2571fff +eOkaoFr.dylib (??? - ???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x2575000 -  0x259eff7  com.apple.iLifeSlideshowCore (2.3.0 - 233) <9D9309D9-C2D5-3456-B0E8-1A27DA6FF1A7> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
    0x25b1000 -  0x26c0fef  com.apple.iLifeSlideshowProducer (2.3.0 - 613) <DC813629-2F03-3FB6-A985-3827BB1DA393> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer
    0x270e000 -  0x286cfe3  com.apple.iLifeSlideshowRenderer (2.3.0 - 676) <15CD78F0-E9E4-3194-A991-18CD618CE1C6> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x28ca000 -  0x28e3ff7  com.apple.iLifeSlideshowExporter (2.3.0 - 252) <47049AAC-F856-3440-ABC1-DA46A7DF6D2D> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporter
    0x28f0000 -  0x291cff3  com.apple.audio.CoreAudioKit (1.6.2 - 1.6.2) <9376552A-AFDD-368A-AF35-65A2D6F5DF8E> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x292f000 -  0x298effb  com.apple.NyxAudioAnalysis (12.3 - 12.3) <F2DF9EA0-8965-3B6F-8188-8F5CA3CA8092> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x29a4000 -  0x29cbfff  com.apple.ExpressCheckout (1.0 - 1.0) <781D1A04-35F9-323B-9785-93800AD555CC> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x29e5000 -  0x2a20ff3  com.apple.iLifeImageAnalysis (3.0 - 3) <AA26C608-33E3-3345-A6A8-11D8821CD1BB> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0x2ab6000 -  0x2ab7ff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x2cd4000 -  0x2cd5fff +com.ecamm.pluginloader (Ecamm Plugin Loader v1.0.5 - 1.0.5) /Library/InputManagers/*/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x2fa4000 -  0x2fb0ff7 +com.rogueamoeba.audio_hijack_server.hermes (4.1.0 - 4.1.0) <59EC38A9-106D-C272-9403-88815EE96639> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
    0x6155000 -  0x6157fff  libCoreFSCache.dylib (??? - ???) <4D047C6F-11FF-3893-A352-5C1E259C036E> /System/Library/Frameworks/OpenGL

    /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    The report references this driver. If you have another Mac you might try copy it over to the troublesome machine.
    Regards
    TD

  • Premiere Elements 8 crashes when selecting the edit option

    Hi to you all,
    I just installed Premiere Elements 8 on my new system.
    It is a Intel i5 + 4 GB mem, GTS250 and 400 GB of free disk space.
    OS is WIndows 7 64 bits. The system is completely up-to-date with patches, fixes and so on.
    BIOS, Drivers etc. All to the latest.
    Starting PE8, no problem
    Getting the film from my sony DV on to the disk, no problem.
    Disc menu: no problem
    Then when I want to add transitions or titles via the edit menu, Premiere elements 8 crashes. It is not responding anymore and windows is looking for a solution.
    I followed the hints and tips on this forum on crashing Elements 8. No help. Quicktime to the latest. ended processes. All no help.
    I also started PE8 in WIndows XP SP3 mode. Same problem.
    Could it be the 64 bits?
    Any help would be appriciated.
    Richard
    The Netherlands

    Thank you all for the quick replies.
    I installed the latest Nvidia GTS250 driver (from the Nvidia site) and guess. No crash anymore when selecting the edit menu.
    My graphical card is a Asus GTS250 DK/DI/1GB and I was using the latest drivers retrieved from the asus site. Those drivers are old.
    I can now continue to evaluate Premiere Elements 8.0
    Thanks all.
    Richard

  • Premiere Crashes when selecting Q-Sound CODEC

    I do some radio program editing, and like to use Premiere as a multitrack editor sometimes. However, the program has to be delivered in Q-Design MPEG audio. As such, we installed Q-design's CODEC on our workstations. I select the Q Design CODEC in Premiere's export audio tab and Premiere promptly generates a serious error, crashes and loads the Adobe crash reporter.
    More and more serious problems are surfacing, the more I work with the program.

    Thank you all for the quick replies.
    I installed the latest Nvidia GTS250 driver (from the Nvidia site) and guess. No crash anymore when selecting the edit menu.
    My graphical card is a Asus GTS250 DK/DI/1GB and I was using the latest drivers retrieved from the asus site. Those drivers are old.
    I can now continue to evaluate Premiere Elements 8.0
    Thanks all.
    Richard

Maybe you are looking for

  • Custom window not displaying it's custom template

    I have created a custom window class named CrackenWindow, and a custom template in the Generic.xaml resource dictionary. After I create a new window, which inherits CrackenWindow, nothing happens. The visual remains the same and I cannot use CrackenW

  • Proxy Problem

    Hi,      I am doing an ABAP proxy to File scenario, and I have a Zprogram that triggers the proxy, the problem i am facing is, in My Zprogram, say if any of my source field has no value i;e just spaces/blank, then the XML structure generated by the p

  • ChangeConfigurationByName fails with "The specified configuration settings for Settings are invalid."

    Hello, I am tryint to update deployment and always have following error "The specified configuration settings for Settings are invalid. Verify that the service configuration file is a valid XML file, and that role instance counts are specified as pos

  • DBMS_SPACE.FREE SPACE

    Hi I want to find free space in table named asdf under sekar schema but when I execute this error is coming...help me DECLARE alc_bks NUMBER; alc_bts NUMBER; unsd_bks NUMBER; unsd_bts NUMBER; luefii NUMBER; luebi NUMBER; lub NUMBER; BEGIN DBMS_SPACE.

  • How can I get dreamweaver 8 on a computer that does not have a disc drive?

    My windows 8 computer doesn't have a disc drive and I have the Windows 8 CD, but need to figure out how to download it and get the activation key. Thanks!