MS Project VBA - Export tasks by resource

I need to export a list of tasks assigned to each resource.  This is basically a Who Does What When just in a different arrangement.
I need to list all of the resource on the left (vertically)  then next to each name list the tasks by week.  Each tasks shall be listed each week until the task ends.
This is the idea of what the report will look like.
Resources   |  2/16/15  |  2/23/15  | 3/2/15
Employee 1 |   Task 1   |  Task 2    |  Task 3
Employee 2 |   Task 4   |  Task 4    |  Task 4
Employee 3 |   Task 5   |  Task 5    |  Task 6
My thought was to use time phased data, but I cant figure out how to get task name from it.
1.Loop through resource names
2.For each Resource filter the task list.
3.Loop through tasks and while withing the data range export the task name.
Any general guidance is appreciated.

Gixxerider,
Time phased data won't really help for what you want. If you were looking for cost, hours, or one of the many other time scale variables, then you could use the TimeScaledData Method, but the task name is not a time scale variable.
One question that pops up right away is how would you handle tasks that end mid-week? Would that week show two entries (i.e. task 2, task 3)? Of course if all your tasks just happen to always start when the week starts, then this isn't an issue.
You mention export, but you don't say to what/where. I could assume Excel, but I don't know.
Also, I don't know what you mean by "filter the task list". What are you filtering?
Here is an outline of how I would approach the report.
1. First determine the earliest and latest weeks required for the report. That will be week 1 and week X respectively
2. Loop through each assignment of each resource (nested loops). Assuming the following declarations are made:
Dim r as Resource
Dim a as Assignment
The task name will be given by: a.TaskName, the start of that task will be given by: a.Start, and the finish of that task will be given by a.Finish
3. Determine where the start of each assignment is in reference to "week 1" from step 1. That will give an offset to start the data for each resource's assignment
4. Determine the total number of weeks between the assignment start and finish. That tells how many weeks to repeat that task name.
Pre-format the report given the date for "week 1" through "week x". Then as the data is written for each resource's assignment, use the offset to put the resource's assignment into the correct starting week
Hope this helps.
John

Similar Messages

  • CProjects-MS Project - import and export of task-role-resource assignment

    Hi,
    We are on PPM5.0
    We are currently working on cProjects-MSP client integration.
    What we have not been able to configure for import/export so far is:
    1. Task-Role-Resource assignment
    Whereas we are are able to import/export the "Person Responsible" and "Role Responsible" fields, we have not been able to align the task-role-resource assignments.
    We see a "Resource Name" column (Standard) in MSP. When we click on the drop down, we see all the roles from the cProjects project. But the alignment does not happen.
    Summary:
    On export and import, we need to automatically see the role-resource-task assignment. How is this possible?
    2. Code field to "VC_BUPA_GUID" gets a number which is not the BP ID.
    Is it possible to import the BP numbers in MSP. Also, how can we assign a number to the role in MSP such that on import into cProjects, the role is already staffed with the corresponding BP.
    3. Is it possible to export all the resources (BPs) into a drop down in MSP - like we see the Project Type, Role Type etc.
    Thanks.

    Hi Anuradha,
    Thanks for your inputs.
    When we export to MSP, we see the cProjects roles under the "Resource Name" drop down in MSP.
    However, they are only seen when we expand on the drop down.
    For e.g. RoleA, and RoleB are two roles in cProjects project, along with many other roles.
    Both of these roles are assigned to a task, say TASK1.
    When exported to MSP, we expect both of these roles to show against TASKI, as "RoleA, RoleB" under the "Resource Name" column. However, these roles are not seen. They only appear as elements of drop down, along with all other roles in the project, when we explicitly click on the drop down.
    Please let me know if I are missing out on something.
    Thanks.

  • Sync Actual work for a task, per resource

    Would by using VBA like to update Actual work for a certain task, and not only the total work, but want to add Actual work for each resource assigned to the task. Have tried to figure out how, but so far been unable to do so. Already have
    the values per resource so just want to know how to access the Actual work field per resource.

    Anders,
    We need a little more information about your VBA code but basically the following syntax should work:
    Assume Katie Olson is assigned to Task 2 and you wish to update her actual work to 2 days. First, keep in mind that all time variables in Project are stored in minutes so 2 days are 960 minutes assuming a normal 8 hour workday.
    ActiveProject.Tasks(2).Resources("Katie Olson").Assignments(1).ActualWork = 960
    or this will also work
    ActiveProject.Tasks(2).Resources.UniqueID(76).Assignments(1).ActualWork = 960
    John

  • Why Doesn't MS Project use all of a resource's availability when resource levelling is applied?

    Hi,
    We are using MSProject 2010 and Project Server 2010 with Enterprise resources. All resources on all projects in the enterprise are shared resources. We are finding that after resource levelling is applied to the project some resources are only
    being assigned a fraction of their total availability, and in some cases Project will assign 0 hours to a resource for several consecutive weeks even though the resource has capacity for the week the task is scheduled to start. 
    For example: Let's say we have a task that is scheduled to start on 1-20-14. The task is a 112 hours of effort with no constraints and one resource assigned to it. The resource is available 40 hours per week for the next 4 weeks. After resource
    levelling I would expect Project to assign the resource as follows: 40 hours in week 1, 40 hours the next week and 32 hours the next week, for a total of 112 hours. Instead, Project does not assign the resource to the task until week 4 (even
    though the resource has capacity on the start date of the task) and pushes the finish date out. In some weeks the resource has 0h hours showing in the timephased grid on the Resource Usage sheet.  We have experimented with the levelling settings and it
    does not seem to matter which boxes are checked, but following is our preferred settings:
    1. Levelling Calculations set to Manual
    2. Look for overallocations on a day by day basis
    3. Clear levelling values before levelling is CHECKED
    4. Level entire project is selected.
    5. Levelling order is Priority,Standard
    6. Level only within available slack is CHECKED
    7. Levelling can adjust individual assignments on a task is CHECKED
    8. Levelling can create splits in remaining work is UNCHECKED
    9. Level resources with the proposed booking type is UNCHECKED
    10. Level manually scheduled tasks is CHECKED.
    Does anyone have any ideas about why Project is not using the resource's available capacity?
    Thanks, Judy
    Judy Washington

    Hi Judy,
    The resource leveling command is not a resource optimization tool.  It's only job is to resolve resource overallocations by delaying tasks.  It will not:
    Change resource assignment units to tasks.
    Ensure the resource is "fully" utilized.
    For example:
    Resource with max units of 100% (the default).
    Task A starts on 20 January until 22 January and the resource is assigned at 75%.
    Task B starts on 21 January until 23 January and the resource is assigned at 50%
    The resource is overallocated on Tuesday (peak = 125%) and Wednesday (peak = 125%).
    Leveling produces this result:
    Project did not drop the assignment to Task B to 25% to allow it to continue while Task A was going on -- it simply delayed B (at 50%) until A was scheduled to finish.

  • I'm having trouble with iMovie crashing when I Finalize Project or Export Movie.

    Every time I Finalize Project or Export Movie my iMovie crashes.
    This has only started happening recently, I was creating movies and finalizing and exporting with no problems before.
    I'm doing exactly the same thing - creating simple short movies with jpg stills and an mp3. It's all working fine until I Finalize or Export, then it crashes.
    Can anybody help, I've tried every thing I can think of. I've installed the latest version from the Mac Store, but it still happens. I'm on an iMac with OSX 10.7.5
    The crash report is below
    Please help I'm so frustrated!
    Process:    
    iMovie [203]
    Path:       
    /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: 
    com.apple.iMovieApp
    Version:    
    9.0.8 (1778)
    Build Info: 
    iMovieApp-1778000000000000~2
    App Item ID:
    408981434
    App External ID: 10440451
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:  
    2012-10-16 01:31:36.265 +0100
    OS Version: 
    Mac OS X 10.7.5 (11G56)
    Report Version:  9
    Interval Since Last Report:     
    21553 sec
    Crashes Since Last Report:      
    12
    Per-App Interval Since Last Report:  731 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                 
    18DCE5A2-30BE-41E8-AE36-A71A4506AC8E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[203]: garbage collection is OFF
    Performing @selector(a_finalize:) from sender NSMenuItem 0x79ab1f80
    abort() called
    Application Specific Signatures:
    Graphics kernel error: 0x00000002
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x9206e9c6 __pthread_kill + 10
    1   libsystem_c.dylib        
    0x94fb0f78 pthread_kill + 106
    2   libsystem_c.dylib        
    0x94fa1bdd abort + 167
    3   libGPUSupport.dylib      
    0x063849e6 gpusKillClient + 111
    4   com.apple.ATIRadeonX3000GLDriver
    0x08953b07 0x8766000 + 2022151
    5   com.apple.ATIRadeonX3000GLDriver
    0x089254e6 0x8766000 + 1832166
    6   libGPUSupport.dylib      
    0x06389fe9 gldFlushContext + 29
    7   GLEngine                 
    0x08434d9d glFlushRender_Exec + 61
    8   com.apple.QuartzComposer 
    0x9991be98 -[QCCGLContext(SnapshotImage) createSnapshotImageOfType:withColorSpace:] + 533
    9   com.apple.QuartzComposer 
    0x99929aa2 -[QCRenderer createSnapshotImageOfType:] + 103
    10  com.apple.iMovieApp      
    0x001ea124 0x4e000 + 1687844
    11  com.apple.iMovieApp      
    0x000bd09d 0x4e000 + 454813
    12  com.apple.iMovieApp      
    0x000be800 0x4e000 + 460800
    13  com.apple.iMovieApp      
    0x000bd6af 0x4e000 + 456367
    14  com.apple.iMovieApp      
    0x000c54e0 0x4e000 + 488672
    15  com.apple.iMovieApp      
    0x000c42bf 0x4e000 + 484031
    16  com.apple.QuickTimeComponents.component
    0x91ae8bbd 0x912a1000 + 8682429
    17  com.apple.QuickTimeComponents.component
    0x91ae8ceb 0x912a1000 + 8682731
    18  com.apple.QuickTimeComponents.component
    0x91ae9b8b 0x912a1000 + 8686475
    19  com.apple.QuickTimeComponents.component
    0x91ad062e 0x912a1000 + 8582702
    20  com.apple.CoreServices.CarbonCore
    0x9c2664fe callComponentStorage_444 + 32
    21  com.apple.CoreServices.CarbonCore
    0x9c31543d _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45
    22  com.apple.CoreServices.CarbonCore
    0x9c31547d CallComponentFunctionWithStorageProcInfo + 30
    23  com.apple.QuickTimeComponents.component
    0x91acdeeb SpitMovieComponentDispatch + 95
    24  com.apple.CoreServices.CarbonCore
    0x9c28b415 CallComponent + 223
    25  com.apple.CoreServices.CarbonCore
    0x9c28b45e CallComponentDispatch + 29
    26  com.apple.QuickTime      
    0x90839094 MovieExportFromProceduresToDataRef + 49
    27  com.apple.iMovieApp      
    0x000c6595 0x4e000 + 492949
    28  com.apple.iMovieApp      
    0x000c714b 0x4e000 + 495947
    29  com.apple.iMovieApp      
    0x001f4d51 0x4e000 + 1731921
    30  com.apple.iMovieApp      
    0x001f56aa 0x4e000 + 1734314
    31  com.apple.iMovieApp      
    0x00161b9f 0x4e000 + 1129375
    32  com.apple.iMovieApp      
    0x00084f43 0x4e000 + 225091
    33  com.apple.CoreFoundation 
    0x96decd11 -[NSObject performSelector:withObject:] + 65
    34  com.apple.AppKit         
    0x0075d663 -[NSApplication sendAction:to:from:] + 232
    35  com.apple.iMovieApp      
    0x0009f9d0 0x4e000 + 334288
    36  com.apple.AppKit         
    0x00850caf -[NSMenuItem _corePerformAction] + 536
    37  com.apple.AppKit         
    0x0085092c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
    38  com.apple.AppKit         
    0x0084ffb5 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    39  com.apple.AppKit         
    0x00b2bef7 -[NSMenu performActionForItemAtIndex:] + 65
    40  com.apple.AppKit         
    0x00b2bf2a -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    41  com.apple.AppKit         
    0x00b3015b -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    42  com.apple.AppKit         
    0x00996670 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
    43  com.apple.AppKit         
    0x007c6246 NSSLMMenuEventHandler + 452
    44  com.apple.HIToolbox      
    0x99e1ac0c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    45  com.apple.HIToolbox      
    0x99c96313 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    46  com.apple.HIToolbox      
    0x99c95790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    47  com.apple.HIToolbox      
    0x99caa571 SendEventToEventTarget + 76
    48  com.apple.HIToolbox      
    0x99e1b0d0 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 482
    49  com.apple.HIToolbox      
    0x99e1b13a SendMenuCommandWithContextAndModifiers + 70
    50  com.apple.HIToolbox      
    0x99e8698d SendMenuItemSelectedEvent + 275
    51  com.apple.HIToolbox      
    0x99ce6d79 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    52  com.apple.HIToolbox      
    0x99e7788c _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
    53  com.apple.HIToolbox      
    0x99cdea2a _HandleMenuSelection2 + 636
    54  com.apple.HIToolbox      
    0x99cde7a9 _HandleMenuSelection + 53
    55  com.apple.AppKit         
    0x006c3bd2 _NSHandleCarbonMenuEvent + 302
    56  com.apple.AppKit         
    0x006544d6 _DPSNextEvent + 2196
    57  com.apple.AppKit         
    0x00653752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    58  com.apple.iMovieApp      
    0x0009df3e 0x4e000 + 327486
    59  com.apple.AppKit         
    0x0064fac1 -[NSApplication run] + 911
    60  com.apple.AppKit         
    0x008e0ac5 NSApplicationMain + 1054
    61  com.apple.iMovieApp      
    0x0005035a 0x4e000 + 9050
    62  com.apple.iMovieApp      
    0x0004fec5 0x4e000 + 7877
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x9206eb5e __select_nocancel + 10
    1   libdispatch.dylib        
    0x95915cbd _dispatch_mgr_invoke + 642
    2   libdispatch.dylib        
    0x95914853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x9206cc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x9206c1f6 mach_msg + 70
    2   com.apple.CoreFoundation 
    0x96d849da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation 
    0x96d8db04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation 
    0x96d8d1dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation 
    0x96d9df01 CFRunLoopRun + 129
    6   com.apple.FWAVCPrivate   
    0x03765763 _ZN3AVSL27AVCVideoServicesThreadStartEPNS_28AVCVideoServicesThreadParamsE + 254
    7   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    8   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x9206eb42 __select + 10
    1   com.apple.CoreFoundation 
    0x96ddbe15 __CFSocketManager + 1557
    2   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    3   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x94fb2f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore
    0x9c2623a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore
    0x9c26211d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore
    0x9c261f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component
    0x9188e16a 0x912a1000 + 6213994
    7   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    8   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x94fb2f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore
    0x9c2623a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore
    0x9c26211d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore
    0x9c261f2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore
    0x9c294e53 AIOFileThread(void*) + 1019
    7   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    8   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 6:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x94f5a82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component
    0x919b0467 0x912a1000 + 7402599
    4   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 7:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x94f5a82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component
    0x919b0467 0x912a1000 + 7402599
    4   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 8:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib        
    0x94f5a82a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component
    0x919b0467 0x912a1000 + 7402599
    4   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x94f6342c pthread_cond_wait$UNIX2003 + 71
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x94f6342c pthread_cond_wait$UNIX2003 + 71
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x94f6342c pthread_cond_wait$UNIX2003 + 71
    Thread 12:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib   
    0x9206e83e __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x94fb2e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib        
    0x94f633e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore 
    0x971f861c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    4   com.apple.JavaScriptCore 
    0x97445b93 JSC::Heap::blockFreeingThreadMain() + 323
    5   com.apple.JavaScriptCore 
    0x97445bcf JSC::Heap::blockFreeingThreadStartFunc(void*) + 15
    6   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    7   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib   
    0x9206cc5e semaphore_wait_trap + 10
    1   com.apple.QuickTimeComponents.component
    0x91d69ee4 0x912a1000 + 11308772
    2   com.apple.QuickTimeComponents.component
    0x918fe345 0x912a1000 + 6673221
    3   com.apple.QuickTimeComponents.component
    0x91d69e17 0x912a1000 + 11308567
    4   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    5   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib   
    0x9206f02e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x94fb0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x94fb26fe start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib   
    0x9206f02e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x94fb0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x94fb26fe start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib   
    0x9206f02e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x94fb0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x94fb26fe start_wqthread + 30
    Thread 17:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib   
    0x9206cc5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar     
    0x1fbdb1f3 0x1f93f000 + 2736627
    2   QuickTimeH264.scalar     
    0x1fbdacdb 0x1f93f000 + 2735323
    3   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    4   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 18:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib   
    0x9206cc5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar     
    0x1fbdb1f3 0x1f93f000 + 2736627
    2   QuickTimeH264.scalar     
    0x1fbdacdb 0x1f93f000 + 2735323
    3   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    4   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 19:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib   
    0x9206cc5e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar     
    0x1fbdb1f3 0x1f93f000 + 2736627
    2   QuickTimeH264.scalar     
    0x1fbdacdb 0x1f93f000 + 2735323
    3   libsystem_c.dylib        
    0x94faeed9 _pthread_start + 335
    4   libsystem_c.dylib        
    0x94fb26de thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib   
    0x9206f02e __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x94fb0ccf _pthread_wqthread + 773
    2   libsystem_c.dylib        
    0x94fb26fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000001  ecx: 0xc004aacc  edx: 0x9206e9c6
      edi: 0xac60a2c0  esi: 0x00000006  ebp: 0xc004aae8  esp: 0xc004aacc
       ss: 0x00000023  efl: 0x00000246  eip: 0x9206e9c6   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x1d45c000
    Logical CPU: 0
    Binary Images:
       0x4e000 -   0x4d4fef  com.apple.iMovieApp (9.0.8 - 1778) <8B088F1A-C83A-3009-BCDA-03F2292C7A8F> /Applications/iMovie.app/Contents/MacOS/iMovie
      0x595000 -   0x5abff3  com.apple.iLifeFaceRecognition (1.0 - 21.1) <B06AF65E-3188-3361-BD75-3EE9B2DF4A68> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
      0x5ba000 -   0x5bbff3  com.apple.Helium (3.1.0 - 18567.3) <72A242AC-3BA7-3DD5-A043-000C7A9DCD11> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
      0x5c2000 -   0x5d0fff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
      0x5d9000 -   0x607fe3  com.apple.MPEG2TSDecoder (1.0 - 84) <7E230E93-F7F6-34A2-8B60-E6F79E353426> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
      0x640000 -   0x641ff7 +com.bensyverson.dvmatte.autopicker (1.0 - 1.0) <EB13CAE4-1A5F-7C8E-F4FA-39C5B0A22636> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
      0x64a000 -  0x10dfff6  com.apple.AppKit (6.7.5 - 1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x15bc000 -  0x15bdfff +eOkaoCom.dylib (??? - ???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x15c3000 -  0x15e8ff2 +eOkaoPt.dylib (??? - ???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x15f0000 -  0x1624fe7 +eOkaoDt.dylib (??? - ???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x162a000 -  0x1791fff +eOkaoFr.dylib (??? - ???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iMovie.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x1798000 -  0x1a67ffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x1b66000 -  0x1d1aff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
    0x1d9b000 -  0x1df9ff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x1e28000 -  0x1e28fff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
    0x1e2c000 -  0x1e75ff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x1e86000 -  0x1e8cfff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x1e95000 -  0x1ea2fff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x1eb5000 -  0x1ef2fef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x1efc000 -  0x1efdffd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x1f03000 -  0x1f06ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x1f0c000 -  0x1f53ff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x1f63000 -  0x2166feb  com.apple.Helium.HeliumRender (2.1.0 - 18567.3) <A20BE37C-2987-3BB8-AA52-0607FE7CCF8C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
    0x21bb000 -  0x223cfe7  com.apple.Helium.Heliumfilters (2.1.0 - 18567.3) <3DCC7DCF-8734-31A0-9B6F-0139CC6CB71C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
    0x2576000 -  0x2733feb  com.apple.Helium.HeliumSensoCore (2.0.2 - 18567.3) <BFA19728-C6DD-3D2D-BFF5-1099CBB20679> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
    0x3761000 -  0x3791ff7  com.apple.FWAVCPrivate (52.47 - 47) <8E724EF3-79D6-3B0D-8A57-6E13DA3EACB5> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x388f000 -  0x3891fff  com.apple.AddressBook.LocalSourceBundle (1.5 - 1091) <7A218EB1-111E-3E5C-8FC0-3300D232D7F6> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x3896000 -  0x3899ffe  com.apple.DirectoryServicesSource (1.5 - 1091) <2DB6EF39-C50C-318D-9F7A-7A9EE37C1FE2> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x4471000 -  0x4471ffd +cl_kernels (??? - ???) <6A091F04-5DCE-4881-9DB8-B6D29709A130> cl_kernels
    0x6383000 -  0x638fffb  libGPUSupport.dylib (??? - ???) <A4467427-9E43-3F03-96E7-B09BBD5F0A6D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x6396000 -  0x6398fff  libCoreFSCache.dylib (??? - ???) <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x834c000 -  0x8355ff6  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x840e000 -  0x8596ff9  GLEngine (??? - ???) <84549EEF-900F-397A-AABC-47DD261F40BE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x85cd000 -  0x8737ffb  libGLProgrammability.dylib (??? - ???) <169ED314-B937-3877-A7D7-4AFB96D8C561> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x8766000 -  0x8a02ff3  com.apple.ATIRadeonX3000GLDriver (7.32.12 - 7.3.2) <86BEF6D7-D130-36AB-8939-5AB20C0681FE> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x8a37000 -  0x8a64ff0  GLRendererFloat (??? - ???) <B72FCE8D-7A5E-35F3-8A9F-0D139F8921AB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x8fa4000 -  0x90faff9  com.apple.iLMBAperture31Plugin (2.6.4 - 288.4.6) <DADA8260-5B52-3809-AA1A-F65C2ED80250> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperture31Plugin
    0x9142000 -  0x9149ff4  com.apple.iLMBAperturePlugin (2.6.4 - 288.4.6) <FF4D4456-FE0D-38EB-9BB2-6BE4147B646D> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin
    0x9150000 -  0x92f4ff5  com.apple.iLMBAperturePlugin2012 (2.6.4 - 288.4.6) <A06DA00C-9F21-3855-B043-16E18F0057CD> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin2012
    0x934e000 -  0x934efff  com.apple.iLMBAppDefPlugin (2.6.4 - 288.4.6) <72B8DECB-9CB6-345E-8739-BC65FF59FFE3> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x9353000 -  0x935cffb  com.apple.iLMBFinalCutPlugin (2.6.4 - 288.4.6) <903BA9A1-BCDB-392F-90EE-D9FDD775891E> /Library/Application Support/iLifeMediaBrowser/*/iLMBFinalCutPlugin
    0x9362000 -  0x9363fff  com.apple.iLMBFolderPlugin (2.6.4 - 288.4.6) <FD20A467-5D44-3073-80B8-71508DC08B4F> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x9368000 -  0x936bfff  com.apple.iLMBGarageBandPlugin (2.6.4 - 288.4.6) <3B8CBDAF-6359-38E8-B2DF-CC7307F04F19> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x9371000 -  0x937cff2  com.apple.iLMBiMoviePlugin (2.6.4 - 288.4.6) <C9D4201A-DDD4-3C7B-9E01-510A2C7396EA> /Library/Application Support/iLifeMediaBrowser/*/iLMBiMoviePlugin
    0x9385000 -  0x9398ff7  com.apple.iLMBiPhoto8Plugin (2.6.4 - 288.4.6) <F14BF337-D4DA-356C-82EE-2BBD6ABE138D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
    0x93a0000 -  0x94f9ff9  com.apple.iLMBiPhoto9Plugin (2.6.4 - 288.4.6) <55261E40-5CB1-360D-920C-ED95258C46E6> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
    0x9541000 -  0x9549ff2  com.apple.iLMBiPhotoPlugin (2.6.4 - 288.4.6) <668E3D87-6E61-3596-B875-327501C31889> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin
    0x9550000 -  0x96f5ffd  com.apple.iLMBiPhotoPlugin2012 (2.6.4 - 288.4.6) <66709B75-6C03-3AAC-8CB3-0BA57AB7B32D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
    0x9750000 -  0x9758ff2  com.apple.iLMBiTunesPlugin (2.6.4 - 288.4.6) <3BC0F592-8A14-3738-B959-10E108BAB976> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x975f000 -  0x9815ff3  com.apple.iTunesAccess (10.7 - 10.7) <FC3334BD-4462-8A94-6FD0-C09E33A04255> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x983f000 -  0x9840ff7  com.apple.iLMBMoviesFolderPlugin (2.6.4 - 288.4.6) <990BAADB-8895-3F53-8041-7C6663714235> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
    0x9846000 -  0x9848ff7  com.apple.iLMBPhotoBooth2Plugin (2.6.4 - 288.4.6) <C906DB2A-CAD2-3C96-8A11-EA843B9ADB2A> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBooth2Plugin
    0x984d000 -  0x984eff6  com.apple.iLMBPhotoBoothPlugin (2.6.4 - 288.4.6) <AA072C1D-BDA8-3DA2-9C62-288520683D56> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
    0x994a000 -  0x994cfff  com.apple.podcastproducer.ImageDiffer (1.3 - 245) <073C136E-6E98-337D-B8D9-84664E84B9C5> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0xa0ac000 -  0xa0b0ffb  com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <D4092467-5BBE-3ED6-A493-7DB1EE8E6686> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xa0b5000 -  0xa0bafff  com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <BAD1E0E6-10E6-342C-BEB8-B1706F0CE2CF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xb052000 -  0xb052ff7 +cl_kernels (??? - ???) <DBF519A2-98C3-4557-AA9D-31AA88EE0063> cl_kernels
    0xb054000 -  0xb0fcff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0xb112000 -  0xb113ffd +cl_kernels (??? - ???) <EA45713A-7BD8-42C9-B40E-D30A09F9CF7D> cl_kernels
    0xb61c000 -  0xb6b2ffa  com.apple.mobiledevice (555.40 - 555.40) <40C9AB96-15C5-3D69-BA35-A73BB9380856> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0xbac7000 -  0xbc93ff7  com.apple.audio.codecs.Components (2.3 - 2.3) <FE9FB866-C44F-397B-BDA6-AD218A84BA4C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0xc024000 -  0xc08afff  com.apple.AppleProResDecoder (3.0 - 542.6) <262D3868-74C4-38E6-8448-3BEB84721650> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0xc0bb000 -  0xc0c2ffe  com.apple.AppleGVAHW.component (1.1 - 1) <0C8846FD-355D-37C9-96D3-42C8BC591073> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0xc0c8000 -  0xc101ff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2339) <E1BA3A31-33E0-3E1B-A064-BA92C5A6A4EF> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xc10c000 -  0xc12dfe7  com.apple.AppleIntermediateCodec (2.0 - 542.4) <1999D33E-4FF4-3282-B357-D68A30427FB7> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xc13c000 -  0xc141ffb  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <A9023E7A-7A60-3EB9-9AB1-AAFC8C87B2C1> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xc146000 -  0xc15eff2  com.apple.applepixletvideo (1.2.30 - 1.2d30) <72A0B4BD-DB7A-3C7F-ADB9-6D059F7ABA2B> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xc246000 -  0xc285ff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <FCD9379D-F303-3600-BF2C-A09BC8C8C87B> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0xc348000 -  0xc48efe7  com.apple.AppleGVAFramework (3.1.9 - 3.1.9) <79ADC1B2-7DB2-3071-B2C5-7F46D8C1A29F> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0xc636000 -  0xc65bfff  com.apple.QuartzComposer.ExtraPatches (4.0 - 236.10) <2E5748B7-7555-37B5-B344-B4FF14FEDB2C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0xc66b000 -  0xc6b7ffb  com.apple.audio.midi.CoreMIDI (1.8 - 42) <67FE17BA-C921-3D2D-AAC5-B5E9083CE004> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0xc6da000 -  0xc703fff  com.apple.audio.OpenAL (1.5.1 - 1.5.1) <66AB8BA7-6F8A-3D8C-9DAE-D82AF54139BB> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x1f93f000 - 0x1fcccff7  QuickTimeH264.scalar (??? - ???) <AA023DC9-8A09-3F61-8736-AB646C7A435F> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x70000000 - 0x70141fff  com.apple.audio.units.Components (1.7.3 - 1.7.3) <288826E4-A704-3FDB-8DF6-AFD50A73142B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe4d000 - 0x8fe7faa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90261000 - 0x9026fff7  com.apple.AppleFSCompression (37 - 1.0) <E54AEE04-F1D2-3178-AF5B-5A2AED9CF884> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x90270000 - 0x902a6ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x902a7000 - 0x902a8fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x902c3000 - 0x902dfff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x902e0000 - 0x905baff7  com.apple.RawCamera.bundle (4.00 - 658) <F72D5DF2-406B-3310-AC16-F0AB434237DE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x905bb000 - 0x905ccfff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x9062a000 - 0x908affe3  com.apple.QuickTime (7.7.1 - 2339) <FC82F13B-1788-3766-8681-7A3B1EFAE02D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x908b0000 - 0x90903ff3  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <F7ACE42B-2F58-3642-9469-9CDCF31F0273> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90904000 - 0x90a13ff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a33000 - 0x90ab0fff  com.apple.PDFKit (2.6.4 - 2.6.4) <F2B635FC-EDD0-3D80-AB43-F78CB883623A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90ab1000 - 0x90b81ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x90b82000 - 0x90bacff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x90bad000 - 0x90bfeff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x912a1000 - 0x91ff2fff  com.apple.QuickTimeComponents.component (7.7.1 - 2339) <0001FA3A-E33F-3699-8382-3110AC51244F> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9201f000 - 0x9202fff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x9204a000 - 0x92054ff0  com.apple.DirectoryService.Framework (10.7 - 146) <59061A4B-D743-3A34-B142-7BE2472BBC2D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x92056000 - 0x92074ff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x92385000 - 0x92398ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x92399000 - 0x923adfff  com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x923e0000 - 0x923e3ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x92408000 - 0x927c3ffb  com.apple.SceneKit (125.3 - 125.8) <89008B87-87E7-3972-A274-30311497EE32> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x927c4000 - 0x927dcfff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A8CE15CF-2539-318A-910C-8789D45FFD69> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x927dd000 - 0x927e4ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92819000 - 0x9281aff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
    0x9281b000 - 0x9284aff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x92896000 - 0x9289dff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x939c6000 - 0x93b28ffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93b29000 - 0x93c55ff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93c56000 - 0x93c58ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
    0x93c66000 - 0x93f70ff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93f71000 - 0x93fb5fff  com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x93fb6000 - 0x9405afff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94069000 - 0x943affff  com.apple.MediaToolbox (1.0 - 705.94) <89D37021-C389-3CC5-A158-620ADCBD99EF> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x945b2000 - 0x94693ff7  com.apple.DiscRecording (6.0.4 - 6040.4.1) <08BADDAD-FA79-3872-9387-EEE2A9FAA2F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94694000 - 0x9472aff7  com.apple.LaunchServices (480.39 - 480.39) <C91C05E2-E4CF-3026-BEE2-93890664E83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94778000 - 0x9477fff8  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x9478b000 - 0x947a8ff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x947b1000 - 0x94812ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94813000 - 0x94887fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94888000 - 0x9488dff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x948b7000 - 0x948eefef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x948ef000 - 0x9491dff7  com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9491e000 - 0x949a5fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x949ab000 - 0x949adffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x949ae000 - 0x94a24fff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94a25000 - 0x94a29fff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94a2a000 - 0x94a60ff4  com.apple.LDAPFramework (3.2 - 120.2) <CCEB43CD-3861-33CC-8D9B-588F415A7028> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94a61000 - 0x94a62fff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x94a63000 - 0x94e65ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94e66000 - 0x94e7bff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94e7c000 - 0x94e7dfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x94e84000 - 0x94f44ffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94f45000 - 0x94f45fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94f46000 - 0x94f51ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x94f52000 - 0x9501dfff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x9501e000 - 0x95059fff  com.apple.bom (11.0 - 183) <8E3F690E-4D23-3379-828C-5AB0453B9226> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9505e000 - 0x950aeffa  libTIFF.dylib (??? - ???) <CAD45E49-FD7C-37FA-A118-AEB526B90E67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x950af000 - 0x950b5ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x950c2000 - 0x950dffff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x950e0000 - 0x95120ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x95147000 - 0x9517bff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
    0x9517c000 - 0x9542eff7  com.apple.AddressBook.framework (6.1.3 - 1091) <B8CC707C-6368-3CDD-BE38-D2335B7CC2DE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9542f000 - 0x95471ff7  com.apple.CoreMedia (1.0 - 705.94) <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x955a1000 - 0x955f2ff9  com.apple.QuickLookFramework (3.2 - 500.18) <CF3EF345-EA3E-3C2D-B56D-E4433326254A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9561a000 - 0x9561afff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x956b6000 - 0x9580cfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95812000 - 0x958f4fff  com.apple.backup.framework (1.3.5 - 1.3.5) <1FAE91F2-BCEF-387D-B5C4-412C464DA1BE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x958f5000 - 0x95903fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x95913000 - 0x95921fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
    0x95922000 - 0x95923ff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
    0x95c54000 - 0x95c75fff  com.apple.framework.internetaccounts (1.2 - 3) <A93D14F6-DF12-3918-90E9-B73DD7B6456D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x95c76000 - 0x95ca0ff1  com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x95cac000 - 0x95cb4ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x95cb5000 - 0x95cb8ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x95cb9000 - 0x95e1cfff  com.apple.QTKit (7.7.1 - 2339) <163FBDDD-0458-378F-84DD-CB0F603A259E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95e1d000 - 0x95e26fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x95e27000 - 0x9675272b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96753000 - 0x967ceffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x967cf000 - 0x9684eff7  com.apple.iLifeMediaBrowser (2.6.4 - 502.4.5) <5C10CC72-586E-3497-9873-A0ACFB6156C3> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9684f000 - 0x96872fff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96b37000 - 0x96b37fff  com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96b38000 - 0x96b3bfff  com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x96b3c000 - 0x96d34ff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96d35000 - 0x96d51ff1  libPng.dylib (??? - ???) <F084226B-14F0-36C0-B5EC-22C78406D2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96d52000 - 0x96f29fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96f2a000 - 0x96f5dfef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0x96f5e000 - 0x96f62ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x96f63000 - 0x96fcbff3  com.apple.ISSupport (1.9.8 - 56) <59225A65-41C1-35CA-9F29-229AC427B728> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x96fcc000 - 0x970c3ff3  com.apple.PubSub (1.0.5 - 65.28) <385D984B-984E-3A93-A601-ECDBCAE545E2> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x970c4000 - 0x970f2fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x970f3000 - 0x97155ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97156000 - 0x9715fff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x97162000 - 0x971ecffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x971ed000 - 0x9749afff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9749b000 - 0x97977ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x979f5000 - 0x97ab8fff  com.apple.CoreServices.OSServices (478.49 - 478.49) <5AF33605-C893-3F60-89CF-1BC9C0BC35AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97b6c000 - 0x97bf9fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97bfa000 - 0x97bfaff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97bfe000 - 0x97c00ff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x97c01000 - 0x97c04ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x97c0b000 - 0x97ffffeb  com.apple.VideoToolbox (1.0 - 705.94) <8FCC2C08-2D4C-3A96-B57A-CAA56911120F> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9803d000 - 0x984b2ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x984b3000 - 0x9850eff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Ver

    Hi Nickoffthehook
    This was emailed to Apple Support on 23 DEc 2012 at 09:50 Eastern Australia time.
    "I continued to talk to other Apple Mac users on iMovie….Interesting to have found out that their movies were made using iDVD without any known issues as yet…Looking at the results from Apple Support Forum and Youtube, problems appears to be when NOT using iDVD. I and many others can't understand how these many technical problems were overlooked by the programmers of iMovie. One would have thought iMovie problems have been iron out prior to getting rid of iDVD. By the way when I first contacted Apple Support back on 16th Nov, I was told I need to RE-INSTALL my computer…..that I did and in the process my iDVD was removed and never was re-installed.
    May I suggest you delegate a junior person or someone string together a project consisting over near 1700 images, approx. 25mins of video footage, titles and including with and without transitions then export the project.
    I am still in the dark as to what is being done about this extended non result. I am not sure if is known by the people who is in charge of this iMovie programme. it would be nice to get some sort of feedback. Not sure if I should refer this to a third party to do the testing?? I am sure Apple's competitors would love to make a mockery of this.
    There has to be a time frame for this to end, as I and many others can't simply sit here in the dark and wait for someone to come back for a solution, this could be months or years who knows.  As you can appreciate I am not the only user anxiously waiting for a solution.
    I guess I am in a way representing other worldwide users in pursuing a solution on this matter ASAP. I therefore ask you to please make this a priority if this is at all possible.
    Many thanks."
    I've been corresponding to them since Fri 16th Nov on and off without a solution.

  • Access permission to the Project server workflow tasks in project server 2013.

    Hi All,
    I am creating an OOB Project server workflow, where it contains few phases and each phases have some stages, there are few approval levels of the workflow. 
    Scenario - 1st stage - when project is submitted, a task is assigned to resource, when the resource click on the task link provided in mail, it redirects to the project server workflow task list.
    1) When users view the task list, for all user the delete Item and approve button is enabled even we have given permission as edit,view permission in sharepoint group for that user.
    2) Task list should be viewable by specific user but in my case even after giving the permission it can be apporved by any one who is not authorised also.
    3)  then i tried below things
    1. deleted the user in pwa
    2. deleted the user in sharepoint site.
    even after doing the above, the user able to do all activity in the stie content page, have access to the sharepoint portal. how this is possible?
    When checked with not existing user permission there are few defalut permission set for that user after AD sync. because of this he as access, even if he is not in pwa or in sharepoint site. how to retrict this?
    Can anyone faced the same issue?
    How to fix this permission issue?
    Thanks in advance.
    Sunitha

    Hello Treb Gatte,
    I ma creating Data Connection from SSRS Report, and then creating Data Set for "Project
    Server Workflow Tasks".
    And then when I pull data from the database, it is returning empty. For any other sharepoint list this
    is working absolutely fine. I am facing issue only wrt "Project Server Workflow Tasks" list.
    Thanks,
    Shanky

  • Looking for Ad Hoc Filter of Tasks in Resource Graphs

    I have a project with several tasks that are "optional" I would like the ability to filter out some tasks from the resource graph to examine the impact on resourcing.  After a couple of days of looking, I've come up dry.   Is there
    a way to filter the resource graph against a task column?
    Thank you.

    Hi,
    You could inactivate the tasks. Just right click on the task and select "inactivate task". The task will remain in the project plan greyed out and will not be considered anymore. It also can be done with the "active" column set to yes
    by default.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • MS PROJECT 2010 - UPDATING TASKS

    Hi everybody, I have a question about MS Project.
    I have a task that starts on 16.04.2014 and finishes on 26.06.2014.
    Start: 16.04.2014
    Finish: 26.06.2014
    Progress Data’s:
    Actual start: 29.04.2014
    Status Date: 29.06.2014
    Completion: %60 (Actual Start till Status Date)
    So in my opinion, I did %60 in 60 days, so I should work for 40 more days to complete task. The finish date should automatically change to “29.06.2014+40 days”. There should be only one bar in gantt chart that shows completed task
    between actual-status date and not-completed task for 40 days. 
    I tried all update tasks procedures but I couldn’t manage.
    I just want to make this calculation automatically in MS Project.
    What should I do? What are your recommendations?

    You've struck the reason why updating % complete only is not the best way. If you enter Actual Start then Actual Duration and finally Remaining Duration then you will get what you want and a more useful measure of progress.
    Remaining Duration =0 is task complete.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • VBA for Task Dependencies

    Say a task has two dependency chains associated with it. For instance, suppose one chain goes from task 2 to 4 to 8 to 10 and another chain goes from 2 to 5 to 9. When looping through the task dependencies object recursively, is there some way to detect
    when the links shift from one chain to another?
    I'm using the approach outlined by Rod Gill on pp 335-6 of his fine book. (See below.) The approach does not seem to differentiate between the two chains--Flag20 is marked for both chains at the same time. I need to process one chain, then the other.
    Public Sub DepSucc(Tsk As Task)
    Dim Dep As TaskDependency
    If Tsk.Flag20 = False Then
        Tsk.Flag20 = True
        For Each Dep In Tsk.TaskDependencies
            If (Dep.To.ID <> Tsk.ID) Then
                DepSucc Dep.To
            End If
        Next
    End If
    End Sub
    RobVV

    The first time you loop through all dependencies for the selected task you need to set in a variable what field to update. So you need a wrapper sub around what you have, something like (not tested)
    Public Sub DepFirstSucc(Tsk As Task)
    Dim Dep As TaskDependency
    Dim Flagnum as Long
    FlagNum = FlagNum
    If Tsk.GetField(FlagNum) = False Then
    Tsk.SetField FlagNum, True
    For Each Dep In Tsk.TaskDependencies
    If (Dep.To.ID <> Tsk.ID) Then
    DepSucc Dep.To, FlagNum
    FlagNum = FlagNum - 1
    End If
    Next
    End If
    End Sub
    Public Sub DepSucc(Tsk As Task, FlagNum as Long)
    Dim Dep As TaskDependency
    FlagNum = FlagNum
    If Tsk.GetField(FlagNum) = False Then
    Tsk.SetField FlagNum, True
    For Each Dep In Tsk.TaskDependencies
    If (Dep.To.ID <> Tsk.ID) Then
    DepSucc Dep.To, Flagnum
    End If
    Next
    End If
    End Sub
    Note Flag20 is last flag, so I decrement the Flagnum field to use Flgag19 etc.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Project Online (PWA) Task Notes not visible

    Hi,
    Im using Microsoft Project 2013 Pro to manage projects.
    Now i started to let my engineers use MS Project Online (Office365) to work on their tasks through PWA.
    I have several projects created with tasks and on every task there is a Note with the description of the work that needs to be done.
    My engineers dont use the Full version of MS Project 2013 and cant see these notes within the Web portal of Project Online (PWA).
    Where can i find these notes online?
    I tried to change the view but cant find any option to add the notes.
    Opening a task doesnt give me the notes either.

    Hello,
    This is available in both Project Online and Project Server 2013 - this functionality is the same.
    To update the PWA Project view, login as a user that has admin access to PWA and navigate to PWA Settings then Manage Views. Choose the view/s where you wish users to see the task notes and click it, this will take you to the view settings. You will see
    a list of fields available. You will see "Notes" available in the list of fields.
    On the Tasks page (accessible from the PWA Homepage - Tasks link on the quick launch or the Tasks tile), click the task name and scroll down the page, the notes will be near the bottom.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • Project Site's Tasks List not sync

    Hello,
    It seems I am having an issue with Project Site's Tasks List as it doesn't sync with the Project Plan/Schedule in Project Online.
    In all of the instances, the setting in PWA Settings/Connected SharePoint Sites: "Sync Enterprise Projects tasks to Tasks List" is always checked.
    The thing is that it used to work fine: whenever I published a new project, whether it was "Automatically create a site on first publish" or "Allow users to choose", the Tasks Lists were successfully synced.
    Recently I have removed/deleted the existing connected project site and created a new one based on default Project Site templates, meaning the synchronizable lists (Risks, Issues, Tasks etc.) must remain. Now the sync problem occurred for both newly published
    projects and existing projects. The Project Site's Tasks List appeared empty although it was locked for edit in PWA. I though the sync would have run overnight, but it didn't.
    Does anyone have any clues about this and how it can be fixed?
    Thanks,
    Linh

    Linh,
    What is the task list you see under the column Server Settings >> Connected SharePoint Sites,
    under the columns Tasks List, when you use the default template?
    More over, is this is a new project or an old project? I think there is an issue if yo turn off and turn
    the sync option again for existing projects. May be it applies to projects that you delete and recreate project site for?
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Sap wm task and resource management configuration

    Hello Experts,
    Can somebody give me configuration steps of "Task and Resource Mangement", Its urgent.
    Thanks in anticipation.
    Regards,
    Hari.

    Hi Hari Krishna,
    I am also in need of the configuration steps of "Task and Resource Management", Will plz arrange.
    Thanks in advance
    Sai Krishna

  • Project and Exporting

    Im trying to create banners for my iweb website...my page is 1024 wide and i want the banner to be like 80 high...what do i need to do when i create a project and export it to make it the best looking it can possibly be?

    What format are you planning to use? QuickTime? Flash?

  • Should I keep Events and Projects after Exporting my edits?

    When I finish editing a video I export it, usually at Large 960x540, or sometimes HD, (even though my camera doesn't do HD) to my hard drive. I make a fair few movies, and often need to burn them to disc/dvd, which I can then do by going back into iMovie and simply exporting to DVD.
    The problem now is that my iMovie events and Projects are taking up so much space, so my question is - does burning an exported file to DVD result in a lower quality outcome than burning a project directly to DVD? I'm basically assessing the feasibility of deleting all of the stuff out of iMovie and just keeping my final exports?
    Thanks, Dan

    I'm not sure exactly what you are asking. however, it seems that your events are taking up too much HD space. External HDs are cheap these days and you could sill save the raw footage on an external HD, There are various ways to migrate it there so that iMovie still recognizes the sources of the project, even when the sources (event clips) are stored on an external HD.
    I would NOT have/use a DVD as my permanent record of a movie, DVD is just too degraded. HOwever if you really want to rid yourself of the events and open up space, you could export your movie (as you have done) into a Quicktime movie. I have found those look as good (almost or just as good) as the imovie project pre-export. THAT file you could STORE anywhere, on your HD, on a flash memory , or burn on a DVD (as a storage medium, not converted to a DVD) and you will then have a good to excellent version of your movies.
    The projects take up little space, they are just information of where to find the events music etc, it is the Events that take up space. SO I would buy an external large HD and move them there, or if not, I would make sure before i trash the events that I have a good looking exported AT version of my movies (share large or HD as you mentioned).
    roger

  • Project cvs exported file format

    Hello,
    Where can I get information on the format of the exported cvs file from Ms project. I need to read the file and extract information and I have no idea what is what. 
    cheers,
    Ehsan

    Hi Ehsan,
    Can you be more explicit about the information you're looking for about CSV format? Exporting in CSV format, there is an option to export as well column headers which facilitates the file understanding. 
    Please find below the link to the Office article about exporting an MPP file as CSV format.
    http://office.microsoft.com/en-us/project-help/export-or-import-data-to-another-file-format-HA010352531.aspx
    Note that you'll have an exporting wizard in MS Project that will guide you toward the export process, allowing you mapping columns and choosing the separator. Then you'll be able to open the CVS file with Excel or any text editor.
    Obviously if you're not the one that exported the MPP file to CSV format and if headers have not been included in the export process, the CSV file might be complicated to understand.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

Maybe you are looking for