IDVD quits after clicking Burn button, need help.

After clicking burn button on iDVD, the software quits.
The message appears:
The application iDVD quit unexpectedly.
Mac OS X and other application are not affected.
Click Reopen to open the application again. Click Report to see more details or send a report to Apple.
part of the report:
OS Version: 10.4.5 (Build 8H14)
Report Version: 4
Command: iDVD
Path: /Applications/iDVD.app/Contents/MacOS/iDVD
Parent: WindowServer [94]
Version: 5.0.1 (626)
Build Version: 26
Project Name: iDVD
Source Version: 6260000
PID: 417
Thread: 0
Exception: EXCBADACCESS (0x0001)
Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000

I SEND MY THANKS TO LATVIA. YOUR REPLY SOLVED MY PROBLEM OF UNEXPECTED QUITS AFTER SEVERAL HOURS OF "HELP SEARCHING" ON THE INTERNET.
SO MY ADVICE TO MAC USERS FROM OTHER COUNTRIES THAN ENGLISH AND COUPLE MORE SUPPORTED LANGUAGES: CHECK FIRST YOUR INTERNATIONAL SETTINGS

Similar Messages

  • IDVD crashes right after clicking "BURN" button!!!

    Hello,
    hope anyone could help me with my urgent problem!
    Just bought a new iBook G4 14.1" about a week ago. I've created a project in iMovie. I've added songs cut the seens and so on.......
    THE PROBLEM:
    after exporting to iDVD everything works fine. I've creted a menu scenes,... evrything (took a lot of time).
    Right, when I click the "BURN " button the whole thing(iDVD) crashes and doesnt even produce an error report, nothing. Just a message saying that iDVD has quit and so on...
    VEry desprate and hope someone could have a suggestion.
    The project is about 1:28 (20GB) in iMOvie and about 7GB in iDVD. i have 20GB of free space on my startup disk, hopefully!
    Thanks again for any suggestions!

    1st troubleshooting step with iDVD:
    Delete the iDVD preference (plist) file (com.apple.iDVD.plist)
    Repair Disk Permissions with Disk Utiltiy in Applications>Utilities
    Then try again....
    1:28 (20GB) in iMOvie and about 7GB in iDVD
    Are you trying to burn this on a double layer or single layer DVD? Go to the project info window and set it correctly.
    John B

  • Help please. Purple dotted outline after clicking a button in my navigation bar.

    Please read my last post in this thread: http://forums.adobe.com/message/2392890#2392890
    How can I remove the dotted outline after clicking a button in my nav bar at my site? (site is linked in that thread I linked)
    EDIT: Nevermind. After doing some research, I found this. http://arjaneising.nl/css/dont-remove-the-outline-from-links
    This answered my question.
    Message was edited by: DBXPX

    Excellent.
    It would be good to mark this thread as Answered so the folks who help will not need to keep clicking in it.  Thanks.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • To Disble the Field in Table Control after clicking Save button

    Hi,
    I have a requirement as follows. i need to disable one field in the table control after clicking save button. i tried with SCREEN elements but it disabling whole the table control but i need to disable that particular one record only in the table control. i found Structure CXTAB_COLUMN in documentaion. it has the properties like invisible. can any body tell how can we disble that particular field in table control only for the one record. and how can we use CXTAB_COLUMN.
    Thanks in advance.

    hi,
    do like this...
    in USER_COMMAND_1000 module of PAI,
    MODULE user_command_1000 INPUT.
      CASE ok_code.
        WHEN 'BACK' OR 'UP' OR 'CANC'.
          LEAVE PROGRAM.
        WHEN 'SAVE'.
          fl = 1.
          GET CURSOR LINE lin.
      ENDCASE.
    ENDMODULE.                 " user_command_1000  INPUT
    and make on module disable in Loop Endloop in PBO.
    and write like this...
    MODULE disable OUTPUT.
      LOOP AT SCREEN.
        IF tab1-current_line = lin AND fl = 1.
          screen-input = 0.
        ELSEIF tab1-current_line < lin.
          screen-input = 0.
        ELSE.
          screen-input = 1.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    ENDMODULE.                 " disable  OUTPUT
    here fl and lin both are type i.....
    and there will b one module in PBO
    MODULE tab1_change_tc_attr.
    in that put if condition....
    MODULE tab1_change_tc_attr OUTPUT.
      IF sy-ucomm <> '' AND sy-ucomm <> 'SAVE'.
        DESCRIBE TABLE itab LINES tab1-lines.
      ENDIF.
    ENDMODULE.                    "TAB1_CHANGE_TC_ATTR OUTPUT
    ur problem will solve...
    reward if usefull....
    Edited by: Dhwani shah on Jan 2, 2008 1:17 PM

  • Can we remain in the same state even after clicking submit button?

    Hello All,
    Can we remain in the same stage even after clicking submit button? Also it should remain in the same stage only when certain conditions are met. For eg:
    Condition : In Stage1, CustomFieldA default value is 'No'. To pass from Stage1 to Stage2 the CustomFieldA value should be made to yes.
    Scenario 1 : CustomFieldA value is 'No', and I click on Submit .
    Expected Result : should remain in the same stage
    Is above result achievable in PS 2013? I am creating workflow in Visual Studio 2012, so can I handle this in the workflow?
    Please help.

    The above answer was proved wrong, so please follow this link to get the answer.
    http://social.msdn.microsoft.com/Forums/en-US/8c75d74d-1ea6-4273-96cd-e70f5a5688fc/how-to-remain-in-the-same-stage-even-after-clicking-submit-button?forum=project2010custprog

  • I am try to burn a dvd from iPhoto in iDVD, when I click burn I get error message I don't have SuperDrive and dvd is ejected. I have burned dvd's before. What am I doing wrong?

    I am try to burn a iPhoto slideshow on to a dvd in iDVD, when I click burn I get error message and dvd is ejected. I have burned dvd's before. What am I doing wrong?

    error message I don't have SuperDrive and dvd is ejected
    If you don't have a SuperDrive you will not be able to burn DVDs. 
    Did iDVD come preinstalled on your Mac?  If it did then you should have a SuperDrive and be able to burn DVDS. Check the Disk Burning section of System Information
    to see what you can read and write with your optical drive:
    OT

  • Hi all, how to dubug an application after clicking ok button on popup

    Hi all, how to dubug an application after clicking ok button on popup, pcan anyone give me the porcedure
    Regards,
    Sre

    Copy the below text into a notepad file and save.
    [FUNCTION]
    Command=/H
    Title=Debugger
    Type=SystemCommand
    Now when you get a popup and want to debug from the same, drag & drop the saved file on to the popup window and debug starts right after the next user-command.

  • Why is there a delay after clicking any button when publishing to iOS?

    When I publish to HTML5, the app seems to run fine on my PC via a web browser. However, when I submit for iOS there is a very noticable delay after clicking any button. It takes at least 1-2 seconds for the next slide or object to appear. This might make it difficult to get the app approved when I'm finished. Please let me know if there is a workaround for this.
    Thanks,
    Jim

    I get the same results in a browser or as an app; I also seem to have the same problem on the Android Glaxaxy II (in browser). I do not have this issue on any PC. Here is the link: http://www.anacore.com/demo/
    I'm using buttons to Jump to Slide or Go to Next Slide. I am also using buttons to show/hide using advanced actions (under Easy to Use -> Easy Widgets). Pleaes let me know if you have suggestions for resolving the lag.
    Thanks,
    Jim

  • I'm trying to install itunes on new laptop but after clicking install button it jumps straight to thank you page!

    i'm trying to install itunes on laptop but after clicking install button it jumps straight to thank you page!

    Hello hate_technology,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    If you are having trouble installing iTunes or QuickTime for Windows, follow the troubleshooting steps in this article.
    Best of luck,
    Mario

  • Progress bar after button click ------ code included . need help

    Hi,
    this is my code. i want the progress bar to move after i click the OK button but its not working. Need help urgently.
    public class LoggenGUI extends JFrame implements ActionListener{
    private JButton btnOk;
    private JProgressBar current;
    public LoggenGUI() {
    super("Login");
    this.setBounds(350,225,350,235);
    // this.setSize(300,300);
    this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    this.setResizable(false);
    this.btnOk = new JButton("Ok");
    // associating action event listener to it
    this.btnOk.addActionListener(this);
    this.current = new JProgressBar(0,2000);
    this.current.setValue(0);
    this.current.setStringPainted(true);
    this.setContentPane(pane);
    this.setVisible(true)
    }// end constructor
    public void iterate(){ 
    while(this.num < 2000){
    this.current.setValue(this.num);
    try{
    Thread.sleep(1000);
    }catch(InterruptedException e)
    this.num= this.num + 200;
    if(this.num >= 2000)
    this.dispose();
    this.prgrBar = new ProgressBar();
    this.current.setStringPainted(true);
    public void actionPerformed(ActionEvent evt){
    Object source = evt.getSource();
    if(source == this.btnOk){    this.iterate();    }
    } // end class

    You keep posting this question every day. Do you
    think you are going to get a different answer each
    time you posted it without reading what others have
    told you to do!"Insanity: doing the same thing over and over again and expecting different results." --- A. Einstein

  • HT1751 imac does not start  becouse cd i burn fast need help

    imac does not start  becouse cd i burn fast need help

    andres:
    Running Repair Disk from your install disk as suggested by neuroanatomist is the best first step. I have outlined the procedure in detail below, with suggestions for what to do if DU reports errors it cannot repair:
    Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report if it says anything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    What’s a kernel panic may help you identify the black screen you saw earlier. If it does, post back and let us know.
    Good luck.
    cornelius

  • Dvd burn error--need help with error message

    Ok so I have read all the support articles and many of the discussions already posted...but still can not burn a dvd.
    so, I created a project on idvd, it just has two slideshows that I imported from iphoto. I could not burn the dvd directly from idvd, got the multiplexing/burn error message. I successfully created a disk image and was able to play it on my computer using the dvd player, I then tried to burn it using the disk utility and again got an error message after it started the writing proccess...the error said "The devise failed to calibrate the laser power level for this media" Does anyone know what this means??? I have lots of room on my hard drive and am using DVD-R sony dvds. Any help would be greatly appreciated!!!

    Hi Becca:
    Just click on the little  in the upper left-hand corner, click ' About this Mac', More Info..and open your System Profiler. Under ATA you should se something like this:
    MATSHITA DVD-R UJ-825:
    Manufacturer: MATSHITA
    Model: MATSHITA DVD-R UJ-825
    Revision: DBN7
    Serial Number:
    ---> Drive Type: CD-RW/DVD-RW
    Disc Burning: Apple Supported/Shipped
    Removable Media: Yes
    Detachable Drive: No
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    That will tell you.
    Sue

  • IDVD quits unexpectedly while burning

    Hi
    While trying to burn a DVD with a movie, which I cut in Final Cut and then saved as a Quick Time movie, iDVD "quits unexpectedly". The movie has a duration of 1 hour and about 5 minutes. The movie has a size of about 50 GB and is saved on my external hard disk. I have more than 50 GB left on my (internal) HD. I also tried to save as a Video_TS file or as an image. Neither of all does work.
    Below see the error reporting. Can anyone help? I would appreciate so much.
    S.
    ERROR REPORTING
    Process: iDVD [7992]
    Path: /Applications/iDVD.app/Contents/MacOS/iDVD
    Identifier: com.apple.iDVD
    Version: 7.0.4 (1116)
    Build Info: iDVD-11160000~4
    Code Type: X86 (Native)
    Parent Process: launchd [86]
    Interval Since Last Report: 75019 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 58157 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2010-08-06 03:35:35.676 +0200
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 3D069683-6A34-4EA4-9645-3B5E2BCF02E7
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x90085e42 __kill + 10
    1 libSystem.B.dylib 0x900f823a raise + 26
    2 libSystem.B.dylib 0x90104679 abort + 73
    3 com.apple.iDVD 0x00298900 0x1000 + 2717952
    4 com.apple.iDVD 0x001ba7ba 0x1000 + 1808314
    5 com.apple.iDVD 0x001bb5a2 0x1000 + 1811874
    6 com.apple.iDVD 0x001c16a2 0x1000 + 1836706
    7 com.apple.iDVD 0x001b639d 0x1000 + 1790877
    8 com.apple.iDVD 0x001b7054 0x1000 + 1794132
    9 com.apple.iDVD 0x0003f9a8 0x1000 + 256424
    10 com.apple.iDVD 0x0011d507 0x1000 + 1164551
    11 com.apple.iDVD 0x001173f8 0x1000 + 1139704
    12 com.apple.AppKit 0x91c5de8f -[NSApplication sendAction:to:from:] + 112
    13 com.apple.AppKit 0x91d0cb64 -[NSMenu performActionForItemAtIndex:] + 493
    14 com.apple.AppKit 0x91d0c869 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220
    15 com.apple.AppKit 0x91ce94ba AppKitMenuEventHandler + 6608
    16 com.apple.HIToolbox 0x949a813d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    17 com.apple.HIToolbox 0x949a757b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    18 com.apple.HIToolbox 0x949c3ecc SendEventToEventTarget + 52
    19 com.apple.HIToolbox 0x949f81e7 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 411
    20 com.apple.HIToolbox 0x94a1e959 SendMenuCommandWithContextAndModifiers + 59
    21 com.apple.HIToolbox 0x94a1e914 SendMenuItemSelectedEvent + 134
    22 com.apple.HIToolbox 0x94a1e82a FinishMenuSelection(MenuData*, MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned long, unsigned long, unsigned char) + 162
    23 com.apple.HIToolbox 0x949fb494 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 640
    24 com.apple.HIToolbox 0x949fae7f _HandleMenuSelection2 + 383
    25 com.apple.HIToolbox 0x949facf3 _HandleMenuSelection + 53
    26 com.apple.AppKit 0x91c25e67 _NSHandleCarbonMenuEvent + 244
    27 com.apple.AppKit 0x91b8cbc2 _DPSNextEvent + 1918
    28 com.apple.AppKit 0x91b8bf88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    29 com.apple.AppKit 0x91b84f9f -[NSApplication run] + 795
    30 com.apple.AppKit 0x91b521d8 NSApplicationMain + 574
    31 com.apple.iDVD 0x00003db9 0x1000 + 11705
    32 com.apple.iDVD 0x0000350a 0x1000 + 9482
    33 com.apple.iDVD 0x00003431 0x1000 + 9265
    Thread 1:
    0 libSystem.B.dylib 0x900489c6 kevent + 10
    1 libSystem.B.dylib 0x90049155 pthreadstart + 321
    2 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x90018266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9001fa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94f77e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94f78b04 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x9150cd0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5 ...ple.CoreServices.CarbonCore 0x970ecfbb PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x90049155 pthreadstart + 321
    7 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x90018266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9001fa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94f77e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94f78b04 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x9150ce88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5 ...ple.CoreServices.CarbonCore 0x970ecfbb PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x90049155 pthreadstart + 321
    7 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9001f44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x90049dcd pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x970eede3 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x970cdc36 TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x970eea60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x91517e6a TNodeSyncTask::SyncTaskProc(void*) + 84
    6 ...ple.CoreServices.CarbonCore 0x970ecfbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x90049155 pthreadstart + 321
    8 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x900489c6 kevent + 10
    1 libSystem.B.dylib 0x90049155 pthreadstart + 321
    2 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x900676fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x90049155 pthreadstart + 321
    2 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x900182c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9004a2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9004bb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93760dbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93760bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x93760b35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x91bf26e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x9371adfd -[NSThread main] + 45
    8 com.apple.Foundation 0x9371a9a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90049155 pthreadstart + 321
    10 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x900489c6 kevent + 10
    1 ...ple.CoreServices.CarbonCore 0x970ecfbb PrivateMPEntryPoint + 56
    2 libSystem.B.dylib 0x90049155 pthreadstart + 321
    3 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x90018266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9001fa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94f77e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94f78b04 CFRunLoopRun + 84
    4 com.apple.AVCVideoServices 0x005e7845 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 149
    5 libSystem.B.dylib 0x90049155 pthreadstart + 321
    6 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x900182c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9004a2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9004bb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93760dbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93760bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x93760b35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.iDVD 0x0001e791 0x1000 + 120721
    7 com.apple.iDVD 0x00036840 0x1000 + 219200
    8 com.apple.Foundation 0x9371adfd -[NSThread main] + 45
    9 com.apple.Foundation 0x9371a9a4 _NSThread__main_ + 308
    10 libSystem.B.dylib 0x90049155 pthreadstart + 321
    11 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x90018386 machwaituntil + 10
    1 libSystem.B.dylib 0x9008f3ad nanosleep + 314
    2 libSystem.B.dylib 0x9009feab sleep + 63
    3 com.apple.iDVD 0x000368cc 0x1000 + 219340
    4 com.apple.Foundation 0x9371adfd -[NSThread main] + 45
    5 com.apple.Foundation 0x9371a9a4 _NSThread__main_ + 308
    6 libSystem.B.dylib 0x90049155 pthreadstart + 321
    7 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x900489c6 kevent + 10
    1 libSystem.B.dylib 0x90049155 pthreadstart + 321
    2 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9001f44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x90049dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x9633bb32 glvmDoWork + 162
    3 libSystem.B.dylib 0x90049155 pthreadstart + 321
    4 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x900182c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9004a2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9004bb33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x970cdc62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x970cda42 TSWaitOnSemaphoreCommon + 422
    5 ...ickTimeComponents.component 0x90589df6 ReadSchedulerThreadEntryPoint + 4728
    6 libSystem.B.dylib 0x90049155 pthreadstart + 321
    7 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x9001f44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x90049dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x93411a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x90049155 pthreadstart + 321
    4 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x9001f44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x90049dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x903f93f8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x9040bd4e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x90049155 pthreadstart + 321
    5 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x9001f44e _semwaitsignal + 10
    1 libSystem.B.dylib 0x90049dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.vImage 0x97aba4ef vImageQueue_DequeueJob + 111
    3 com.apple.vImage 0x97aba7bc vImageWorkerThreadFunc + 124
    4 libSystem.B.dylib 0x90049155 pthreadstart + 321
    5 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x90018266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9001fa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94f77e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94f78b04 CFRunLoopRun + 84
    4 com.apple.DiscRecording 0x004a4dc9 DRWorkLoop::WorkLoop() + 271
    5 com.apple.DiscRecording 0x004a4ca7 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
    6 com.apple.DiscRecording 0x004a490f DRThreadObject::StartRoutine(DRThreadObject*) + 153
    7 libSystem.B.dylib 0x90049155 pthreadstart + 321
    8 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x90018266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9001fa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94f77e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94f78b04 CFRunLoopRun + 84
    4 com.apple.iLifeMediaBrowser 0x9778ed0e -[ILMediaBrowserPathWatcher(FSEvents) iLMBPathWatcherRunLoop] + 862
    5 com.apple.Foundation 0x9371adfd -[NSThread main] + 45
    6 com.apple.Foundation 0x9371a9a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x90049155 pthreadstart + 321
    8 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x90018386 machwaituntil + 10
    1 libSystem.B.dylib 0x9008f3ad nanosleep + 314
    2 libSystem.B.dylib 0x9008f26d usleep + 61
    3 com.apple.iDVD 0x0004e014 0x1000 + 315412
    4 com.apple.Foundation 0x9371adfd -[NSThread main] + 45
    5 com.apple.Foundation 0x9371a9a4 _NSThread__main_ + 308
    6 libSystem.B.dylib 0x90049155 pthreadstart + 321
    7 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x900182ae semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9004a2c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9008f539 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x90c784cb jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x90049155 pthreadstart + 321
    5 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x90018266 machmsgtrap + 10
    1 libSystem.B.dylib 0x9001fa5c mach_msg + 72
    2 com.apple.CoreFoundation 0x94f77e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x94f78aa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x950565f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x95056480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x90049155 pthreadstart + 321
    7 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x900489c6 kevent + 10
    1 libSystem.B.dylib 0x90049155 pthreadstart + 321
    2 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x900182c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9004a2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9004bb33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x970cdc62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x970eea60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x91519db4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x970ecfbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x90049155 pthreadstart + 321
    8 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x900182c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9004a2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9004bb33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x970cdc62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x970eea60 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x91519db4 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x970ecfbb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x90049155 pthreadstart + 321
    8 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 26:
    0 libSystem.B.dylib 0x900182c6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9004a2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9004bb33 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x970cdc62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x970cda42 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x970f6138 AIOFileThread(void*) + 1056
    6 libSystem.B.dylib 0x90049155 pthreadstart + 321
    7 libSystem.B.dylib 0x90049012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x90104639 ecx: 0xbfffe10c edx: 0x90085e42
    edi: 0x26101620 esi: 0x2b57b950 ebp: 0xbfffe128 esp: 0xbfffe10c
    ss: 0x0000001f efl: 0x00000282 eip: 0x90085e42 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x560ad000
    Binary Images:
    0x1000 - 0x351fe6 com.apple.iDVD 7.0.4 (1116) <4fb45cefe2b2426fa0d7b02e86422f35> /Applications/iDVD.app/Contents/MacOS/iDVD
    0x3cc000 - 0x3f1fff com.apple.oxygene.engine 2.0.0 (504) /Applications/iDVD.app/Contents/Frameworks/Oxygene.framework/Versions/A/Oxygene
    0x416000 - 0x42cff0 com.apple.oxygene.layers 2.0.0 (603) <5aecfdb91ac84c81a25c05aeba943228> /Applications/iDVD.app/Contents/Frameworks/OxygeneLayers.framework/Versions/A/O xygeneLayers
    0x441000 - 0x480fff com.apple.vmutils 4.1 (104) <9009c24d9279b0794970d8eea4134201> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4a2000 - 0x56bfe5 com.apple.DiscRecording 4.0.7 (4070.4.1) <7c105f35c674aad3a476f8959d3f3ebb> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x5d6000 - 0x606ffb com.apple.AVCVideoServices 1.0 (39) /Applications/iDVD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/ A/AVCVideoServices
    0x628000 - 0x62afff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x631000 - 0x633ff7 com.apple.dspasset 5.0.0 (73) <27dd0ec7e106481a809e70b0e6323af8> /Applications/iDVD.app/Contents/Frameworks/DSPAsset.framework/Versions/A/DSPAss et
    0x639000 - 0x852fe3 com.apple.dspauthoring 5.0.0 (86) <41c27d2c478142aa80d53c3aee849ff3> /Applications/iDVD.app/Contents/Frameworks/DSPAuthoring.framework/Versions/A/DS PAuthoring
    0x943000 - 0x96c06f com.apple.dspdiscspecification 5.0.0 (71) /Applications/iDVD.app/Contents/Frameworks/DSPDiscSpecification.framework/Versi ons/A/DSPDiscSpecification
    0x998000 - 0x9affff com.apple.dspfoundation 5.0.0 (69) /Applications/iDVD.app/Contents/Frameworks/DSPFoundation.framework/Versions/A/D SPFoundation
    0x9c5000 - 0x9d1fff com.apple.dspgfxfoundation 5.0.0 (70) /Applications/iDVD.app/Contents/Frameworks/DSPGfxFoundation.framework/Versions/ A/DSPGfxFoundation
    0x9df000 - 0x9dffff com.apple.dpsmediapipeline 5.0.0 (68) /Applications/iDVD.app/Contents/Frameworks/DSPMediaPipeline.framework/Versions/ A/DSPMediaPipeline
    0x9e3000 - 0x9eafff com.apple.dspqt 5.0.0 (78) /Applications/iDVD.app/Contents/Frameworks/DSPQT.framework/Versions/A/DSPQT
    0x9f6000 - 0xe9afe6 com.apple.dvdbase 5.0.0 (552) <81a2782cb6e24418a3d8e1892eae8d44> /Applications/iDVD.app/Contents/Frameworks/DVDBase.framework/Versions/A/DVDBase
    0x1192000 - 0x119bff8 com.apple.mediarenderingserver 5.0.0 (391) /Applications/iDVD.app/Contents/Frameworks/MediaRenderingServer.framework/Versi ons/A/MediaRenderingServer
    0x11a6000 - 0x11b7ff7 com.apple.oxygenetransitions 5.0.0 (371) <f02325edc3db4b9a984959479345fa43> /Applications/iDVD.app/Contents/Frameworks/OxygeneTransitions.framework/Version s/A/OxygeneTransitions
    0x11c1000 - 0x120efff com.apple.dspdiscabstraction 5.0.0 (72) /Applications/iDVD.app/Contents/Frameworks/DSPDiscAbstraction.framework/Version s/A/DSPDiscAbstraction
    0x1261000 - 0x1275ffb com.apple.dspquantization 5.0.0 (74) <8e220921b58a4b3693528c146e8a253b> /Applications/iDVD.app/Contents/Frameworks/DSPQuantization.framework/Versions/A /DSPQuantization
    0x1288000 - 0x1288ffd com.apple.graphicsappsupportframework 1.0 (4) <4f383c746e398a39eac03f08031cb701> /System/Library/PrivateFrameworks/GraphicsAppSupport.framework/Versions/A/Graph icsAppSupport
    0x128c000 - 0x1447ff3 com.apple.prokit 5.1 (917) <423cd2a7dd7379ddd0edbafa77282c85> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x17ed000 - 0x17f0fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x12ae2000 - 0x12b47fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1560c000 - 0x159bafe3 com.apple.RawCamera.bundle 3.3.0 (533) <05a38d218556434c8baa850a6ec99b37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x16013000 - 0x1601dffe com.apple.URLMount 3.1.1 (3.1.1) <b4018e683fad4259ee78070e91f35029> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x16025000 - 0x1602bfff com.apple.URLMount.AFPPlugin 3.1.1 (3.1.1) <77607fdc65be1505a4f972f37bcda4cf> /System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp
    0x16032000 - 0x1603cffc com.apple.framework.AppleTalk 1.2.0 (???) <e0f5f336ad29ca635740ed8b83061234> /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x16357000 - 0x16396fff com.apple.AppleShareClientCore 1.6.3 (1.6.3) <de793f2a3179cfcc8ba9ac4bcfe27367> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x163db000 - 0x163e0ff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x186b1000 - 0x186cdff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1cf3d000 - 0x1d0c2fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1d0f0000 - 0x1d3ceff1 com.apple.ATIRadeonX2000GLDriver 1.5.48 (5.4.8) <0858896931bc8cdd84f736ed21e23738> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x1e53e000 - 0x1e55afe7 com.apple.QuartzComposer.ExtraPatches 2.1 (106.13) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x1e56c000 - 0x1e589ff7 com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1e5a1000 - 0x1e5bffe3 libexpat.1.dylib ??? (???) <eff8a63a23a7d07af62b36fdb329e393> /usr/lib/libexpat.1.dylib
    0x1e700000 - 0x1e72cfd7 com.apple.oxygene.layers.iDVDQCPatches 1.0.0 (603) <4216572b62c94de889f4cddb8c8ccd82> /Applications/iDVD.app/Contents/Frameworks/OxygeneLayers.framework/Versions/A/R esources/iDVDQCPatches.plugin/Contents/MacOS/iDVDQCPatches
    0x1eb00000 - 0x1fc21fef com.apple.CoreFP 1.8.23 (1.8) <de13b6feeb73475c7f7c3dc57b7b6cec> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x20934000 - 0x20938fff com.apple.iokit.SCSITaskLib 2.1.1 (2.1.1) <4e33bc7ace7711f53f2040589487c417> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x20bb5000 - 0x20bcffc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x20bd4000 - 0x20be6fd9 com.apple.FCP Uncompressed 422.component 1.5 (1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x20bec000 - 0x20c3ffe7 com.apple.AppleProResDecoder 2.0 (223) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x20c79000 - 0x20c79ffd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x20c7f000 - 0x20cbafff com.apple.QuickTimeFireWireDV.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x20cc7000 - 0x20cccff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6fdff3c87ececb7413749c0230c54f78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x20cd2000 - 0x20cebff3 com.apple.applepixletvideo 1.2.18 (1.2d18) <386af0b779e8c148e6b6cbc7f5489d45> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x20d01000 - 0x20f41fd2 +net.telestream.wmv.import 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x20f79000 - 0x2113bfea +net.telestream.wmv.advanced 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x2117f000 - 0x211e4fef com.apple.AppleVAH264HW.component 1.0 (1.0) <34d48dacd53869dd17c7243d5fbba2c3> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x212ea000 - 0x212edfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x21400000 - 0x21406fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x21616000 - 0x21617ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x21f42000 - 0x21f49fff com.apple.iLMBAperturePlugin 2.1.5 (127) <64f3d109e8ac7abb31e073da26832360> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x21f51000 - 0x21f52fff com.apple.iLMBAppDefPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x21f58000 - 0x21f59fff com.apple.iLMBFolderPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x21f5f000 - 0x21f63fff com.apple.iLMBGarageBandPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x21f6a000 - 0x21f75fff com.apple.iLMBiMoviePlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x21f7d000 - 0x21f85fff com.apple.iLMBiPhotoPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x21f8d000 - 0x21f8ffff com.apple.iLMBMoviesFolderPlugin 2.1.5 (127) <a6ae59ef4e40840b36a8f4dc6b697a5b> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x2294b000 - 0x2294dffb com.apple.PDFImporter 1.7 (???) <490de796fe9a6b3b8a9844a1630d38e2> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x22aad000 - 0x22abefff com.apple.iLMBiPhoto8Plugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x22ac8000 - 0x22ad0fff com.apple.iLMBiTunesPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x22ad8000 - 0x22adafff com.apple.iLMBPhotoBoothPlugin 2.1.5 (127) <86fe02308b70e1cdf2805654f999ec70> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x24950000 - 0x24a31ff3 com.apple.iTunesAccess 9.2.1 (9.2.1) <e4ac9a4b61d37b3d44aa06133031786a> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x3e000000 - 0x3e045fef com.apple.glut 3.4.2 (GLUT-3.4.2) <b791e8acba4a4c38ab339eb79e929e57> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90017000 - 0x9017eff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x9017f000 - 0x901e5ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x901e6000 - 0x901f6fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x901f7000 - 0x901f8ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x901f9000 - 0x90200fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90201000 - 0x90230fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9023b000 - 0x90385feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90386000 - 0x903c5fef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x903c6000 - 0x90491fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90492000 - 0x90504fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90505000 - 0x91404fe6 com.apple.QuickTimeComponents.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9141d000 - 0x91479ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9147a000 - 0x9147affd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x914ca000 - 0x914d6ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x914d7000 - 0x914d7ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9150b000 - 0x91595ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91596000 - 0x91952ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x91953000 - 0x91b4bfff com.apple.JavaScriptCore 5533.17 (5533.17.6) <d38068a2211c9bfb8226f020928eef65> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91b4c000 - 0x9234afef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9234b000 - 0x923c8fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x923c9000 - 0x923faffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92ef5000 - 0x92f3efef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92f3f000 - 0x92f46ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92f47000 - 0x93118ff3 com.apple.security 5.0.6 (37592) <5d7ae92f2e52ee7ba5ae658399770602> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93119000 - 0x93127ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x93174000 - 0x931abfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93310000 - 0x9331cfff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x9331d000 - 0x936bafef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9370d000 - 0x9370ffff com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93710000 - 0x9398cfe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x939fb000 - 0x93ab6fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <0ca70ca8e67c1a76bee151d65b1e7398> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93ab7000 - 0x93c09ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93c0a000 - 0x93c58fe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x93c59000 - 0x93d41ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d42000 - 0x93d4afff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93d4b000 - 0x93e84ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x93e85000 - 0x93e8cffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x93e8d000 - 0x93eabff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93eac000 - 0x93ee6fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93ee7000 - 0x93eedfff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93eee000 - 0x93ef5fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93ef6000 - 0x93f06ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93f07000 - 0x93f0afff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93f0b000 - 0x93f64ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93fa2000 - 0x93fabfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93fac000 - 0x93fb0fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94132000 - 0x9414eff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9414f000 - 0x9423dfef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9423e000 - 0x9431efff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x9431f000 - 0x9431fffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94320000 - 0x944dcff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x944dd000 - 0x944faff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x944fb000 - 0x944fbffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x944fc000 - 0x94680fef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x94681000 - 0x94733ffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x949a0000 - 0x94ca8fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94ca9000 - 0x94ca9ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94caa000 - 0x94d4eff7 com.apple.QuickTimeImporters.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94d4f000 - 0x94d5afe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94dc6000 - 0x94e53ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94e54000 - 0x94f04fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94f05000 - 0x95038fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95039000 - 0x950b6feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x950dc000 - 0x95224ff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95225000 - 0x95234ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95235000 - 0x95235ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95236000 - 0x9525ffff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x95260000 - 0x952bdffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x952be000 - 0x952d6fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x953f1000 - 0x9546bff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9546c000 - 0x9546cfff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9546d000 - 0x95471fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x95472000 - 0x95519fec com.apple.CFNetwork 438.14 (438.14) <827c6cb4419aedec003bb42cbec079af> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x95520000 - 0x95930fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95931000 - 0x95980fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x95981000 - 0x95985fff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x95986000 - 0x95a19ff3 com.apple.ApplicationServices.ATS 3.8.1 (???) <56f6d9c6f0ae8dccb3b6def46d4ae3f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95a1a000 - 0x95a1aff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x95a1b000 - 0x95a66ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x95aac000 - 0x95b2bff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95b2c000 - 0x95b38ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95b39000 - 0x961d9feb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x961da000 - 0x961daffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x961db000 - 0x961e0fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x961e1000 - 0x962d5ff4 libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
    0x962d6000 - 0x962e0feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96314000 - 0x967e5fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x967e6000 - 0x967fcfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x967fd000 - 0x96857ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96858000 - 0x96939ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x9693a000 - 0x9693cff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9693d000 - 0x9695cffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9695d000 - 0x96aecfe7 com.apple.CoreAUC 3.08.0 (3.08.0) <9043e2896f6c99d96932ff86fc5142a7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96aed000 - 0x96b0bfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x96b0c000 - 0x96b4cfef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96b4d000 - 0x96b78fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x96b79000 - 0x96b95ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96b96000 - 0x96b96ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96b97000 - 0x96c2afff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96c2b000 - 0x96c69fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x96c6a000 - 0x97028fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97029000 - 0x9707aff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9707b000 - 0x970a3ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x970a4000 - 0x9737eff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97394000 - 0x9745dfef com.apple.QuickTimeMPEG4.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x9745e000 - 0x97505feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x97506000 - 0x9758dff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x9758e000 - 0x97593fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97594000 - 0x975a1fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x975a2000 - 0x975a2ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x975a3000 - 0x975b8ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x975b9000 - 0x975e2fff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x976c6000 - 0x97753ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97754000 - 0x977c7fff com.apple.iLifeMediaBrowser 2.1.5 (368) <3026150475335424dd1532739ded6fb0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x977c8000 - 0x977fcfef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9781a000 - 0x97952fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x97953000 - 0x97989fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x9798a000 - 0x979cbfe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x979cc000 - 0x979f9feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x979fa000 - 0x97ac1ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97ad4000 - 0x97b16fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x97b17000 - 0x97b19ff1 com.apple.QuickTimeH264.component 7.6.6 (1674) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x97b1a000 - 0x97e45ff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97e46000 - 0x97e6afff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    **

    • Free space on boot hard disk (no other of any interest) > 25GB - You got about 50GB - so that's OK
    • Way You go from FCE/P to iDVD - I do
    Export out as QuickTime .mov
    Not Selfcontaining (not important but saves time and space)
    NO QuickTime Conversion (IMPORTANT)
    I did as you say.
    • Delete iDVD pref file (or rather start a new User account and log into this)
    Done
    • Repair Permissions
    How do you do that?
    • Repair Hard Disk - Same Disk Util tool - but You need to start from DVD or other hard disk
    Hmm, how can I do that exactly?
    • The original material - type of this can get iDVD to missbehave
    I use - streamingDV from miniDV tape cameras and ONLY .aiff 16-bit 48kHz audio and .jpg photos
    .avi, .wmv, .mp4, .wma, .mp3 and other strange material can give various strange problems
    The orignal material is .mov only. I transferred from my HD camcorder with hard disk to the iMac and then safe in FCE/E
    • Chapters - If You used chapters in FCE/P - DO NOT SET A Start Chapter ! - iDVD wants to do this by it self !
    I use FCE/Express but will have a look at this.
    Regards,
    S.

  • Left Nav lost after clicking submit button in iView

    Hi Community,
    I created an APC called CreateOrder which implements AbstractPortalComponent. This component acts as controller. In doContent() method, It checks if the create order submit button is clicked or not, if no, it  returns createOrder.jsp page, if yes, it returns createOrderResult.jsp page. Everything works fine except left navigation disapear after I click submit button createOrder.jsp and createOrderResult.jsp shows up. 
    by the way I can create a createOrderIview using the APC component, able to see createOrder.jsp page and have result page shows up.
    Anyone know what problem here? any help/sugguestion are very appriciated.

    Make sure your iView isolation mode is set to URL...
    Cheers

  • Problem burning DVDs, NEED HELP QUICK

    Hey,
    I need help as soon as possible. I am using iMovieHD 5.0.2, along with iDVD 5.0.1. I have made a movie about 8 minutes long and all in all it totals 7.68Gigs, and i've tried burning it to a dvd. I did all the steps it says to, going to Share, sharing it with iDVD, then trying to burn it in iDVD. Yet whenever it asks me to insert a recordable dvd, i do, and the computer fails to recognize it. I am using a DVD-R, 4.7GB discs, 4x. I then realized that the movie i was trying to burn was larger than this disc, which might be the problem. I then created a 200mb movie and tried, but the same problem happened. My G5 is not recognizing the blank dvds, yet when i insert a dvd that was made a while ago from a different source, yet the same type of dvd, it plays fine.
    The problem seems to be in recognizing the blank DVD, and im pretty sure that its compatible with this computer, being that it plays when theres already a movie on it.
    Can someone please help me quickly, this is for a production company and we're losing out every day that i dont get this done. Thanks a million.

    I don't have an answer, but as an initial diagnostic step, try loading a blank DVD while iDVD is not running. First open your System Preferences and select the CD/DVD icon. Make sure the options selected do not say "Ignore". Then load a blank disc. Depending on your preferences, you should get some sort of reaction - either a burn window opens or you get a prompt asking you what to do. If there's no reaction from the Finder, it would indicate that the drive is not recognizing the blank DVD. This would be either a hardware or a media compatibility problem. Only way to tell for sure is to run out and try a different brand of media.
    - Andy
    PowerMac G5 dual 2.5   Mac OS X (10.4.4)  

Maybe you are looking for

  • Unable to Sign In to iTunes from apple tv (1st Gen). GRRRRR!!!!

    Two days ago I was searching for movies to rent. So I casually went on to the Apple TV to browse all the HD movies. The #1 movie was Iron Man 2 (I watched the preview), #2 was Get Him to The Greek. I decided to opt for the comedy and rented Get Him t

  • Can I execute a report and skip the first screen in CJE0

    I'm trying to call transaction CJE0 and skip the first screen. The report name I'm assigning to the PID REI appears in the screen field, but you have to click execute to continue to the report. Is there something I'm missing. Thanks Karen

  • MySql and Tomcat 5.5

    I have read several threads, and others are having this problem but the resolutions do not seem to be posted or are different than what I am having. Hopefully someone can help me figure out... Cannot create JDBC driver of class '' for connect URL 'nu

  • FF68 REQUIREMENT - PARTIAL CLEARING OF INV DOC

    Dear Friends, We are in Ecc 6.0, While processing FF68, Requirement:- 1) When we give check number against a document number system should post the amount in Partial clearing and keep the         balance in the same document number. 2) Check number s

  • Can't load library

    I have two Macs at home, each with an iTunes library, but my main library is stored on a Drobo attached to a MacMini. I use this with my Apple TV (2) daily and it has been working well for months. Suddenly it started taking a long time to start playi