Missing header files when importing a shared library with labview 8.6?

Hi all,
I want to import a .dll into my .vi program but I am not able to do it...
I have created the dll  following the ni website tutorial
http://zone.ni.com/devzone/cda/tut/p/id/3303#toc2
Once the dll has been created, I have tried to import it with
Tools-Import-Shared Library(dll)
After parsing the header file appears an error like this one:
void __cdecl Zdmt(LVBoolean *stop, double P, char channelName[],
    TD1 *errorIn, TD14 *FFTOptions, TD12 *Calibration, char FileName[],
    int32_t minRecordLength, TD26 *InstrumentHandler, LVRefNum sessionRefArray[],
    LVRefNum *queueIN, TD1 *errorOut, LVBoolean *averagingDone,
    HWAVES LastRecordFetched, TD24 *Impedance, TD17 *ColeColeCluster,
    TD18 *FFTcluster, TD5 *InstrumentHandleOutputCluster, LVRefNum *queueOut,
    int32_t *Acquired, TD6 *FreqTimeInfoCluster, double *averagesCompleted,
    int32_t len);
The following symbols are not defined:
LVBoolean; int32_t; LVRefNum;
Undefined symbols can prevent the wizard from recognizing functions and parameters. To correct this problem, check the header file to determine if you must add predefined symbols. Click the Back button to return to the previous page of the wizard to add a preprocessor definitionsl (for example, "NIAPI_stdcall = __stdcall" or "NIAPIDefined = 1").
The following header file was not found in the specified header file or one of the referenced header files:
-  extcode.h
To fix, click the Back button to go to the previous page and add the header file path to the Include Paths list.
I have replaced the first line #include "extcode.h" of the dll header file for #include "C:\Program Files\National Instruments\LabVIEW 8.6\cintools\extcode.h" that is the full path where the header file is located. However, new libraries seems to be missed:
-  stdint.h
-  MacTypes.h
Does anybody know what I have to do??
Any help will be really appreciated,
Regards,
Benjamin

If you use any of the LabVIEW cintools headers, they reference other headers too. The import wizard is written in a way that it simply skips parsing datatypes that can not be resolved due to missing header files.  If your functions you want to import references such datatypes then you get an according error about any include files the wizard could not load, otherwise not. The wizard can not know which of the missing header files is the problem since it obviously doesn't know what would be in those header files.
The LabVIEW cintools headers are multiplatform, meaning they evaluate various compiler predefined defines to determine which platform they are included in. The import library wizard does not define any specific defines, since it is not really a compiler. So you have to define them. And they get adapted with each new LabVIEW version to support new compilers and compiler versions, so the defines described in the link in the first post do not have to be correct for cintools headers in newer LabVIEW versions.
All in all writing DLLs that interface to LabVIEW cintools headers should not be done by writing them and then importing them using the wizard but instead you should write the VI and create the Call Library Node, then let LabVIEW create a template C file from the context menu of the Call Library Node and copy that into your C sources and fill in the functions from there.
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • IPhoto 9.4.3 Crashes when importing from Shared Library

    I have an early 08 Mac Pro with Mountain Lion running iPhoto 9.4.3.  I'm attempting to import a good nubmer of photos from a shared library which resides on my MBP also running 10.8.2 and iPhoto 9.4.3.  It starts to import, but after about 10-20 photos (Nikon Raw) it crashes.  Consistently.  Deleted plist, didn't fix it.  Created a new test library, same issue.  I'm attempting to copy over several hundred at a time, which I know is ridiculous, but a) I have too many to import going one by one or 20 by 20, and b) it didn't have a problem earlier when doing the same thing.  I was importing >300 at a time last week.
    My library is large, >100gb if that helps.
    Here is the crash report.  Please help me figure out what is going on!!!!
    Process:         iPhoto [97687]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4.2 (9.4.2)
    Build Info:      iPhotoProject-710042000000000~2
    App Item ID:     408981381
    App External ID: 11723545
    Code Type:       X86 (Native)
    Parent Process:  launchd [185]
    User ID:         501
    Date/Time:       2012-12-18 11:25:59.812 -0600
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          427253 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  164800 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      F721FA7B-DDC0-B45C-CAB5-B131C1111920
    Crashed Thread:  24  Import thread 3
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000001e554000
    VM Regions Near 0x1e554000:
        MALLOC_LARGE           000000001e49d000-000000001e554000 [  732K] rw-/rwx SM=SHM 
    --> mapped file            000000001e554000-000000001ec68000 [ 7248K] r--/rwx SM=COW  /private/var/folders/*/*.jpg
        MALLOC_TINY            0000000068600000-0000000068d00000 [ 7168K] rw-/rwx SM=PRV 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x92d927d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92d91cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x91fc2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x91fc7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x91fc763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x91fc74ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x971da15a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x971d9ec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x971d9d44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x961e9a3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x961e926c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x961df6cc -[NSApplication run] + 855
    12  com.apple.AppKit                        0x961826f6 NSApplicationMain + 1053
    13  com.apple.iPhoto                        0x000e9c99 0xda000 + 64665
    14  com.apple.iPhoto                        0x000e92e5 0xda000 + 62181
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92d94c02 __select_nocancel + 10
    1   libdispatch.dylib                       0x9252da08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib                       0x9252d7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0208fe12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0208eefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x922453c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x922451ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9224a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x026e348f -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   libobjc.A.dylib                         0x92e42586 -[NSObject performSelector:] + 62
    8   com.apple.proxtcore                     0x02098df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    10  com.apple.proxtcore                     0x0209122c -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore                     0x02090aef -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore                     0x02090313 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore                     0x0208ef10 -[XTThread run:] + 434
    14  com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    15  com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    16  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    17  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x92d94be6 __select + 10
    1   com.apple.CoreFoundation                0x9200bc00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    3   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x92d927d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92d91cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x91fc2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x91fc7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x91fc763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x91fc74ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9221c946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.apple.proxtcore                     0x0209106c -[XTRunLoopThread run:] + 469
    8   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    11  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x92215734 -[NSCondition wait] + 274
    4   com.apple.iPhoto                        0x0012ba64 0xda000 + 334436
    5   com.apple.iPhoto                        0x0012b672 0xda000 + 333426
    6   com.apple.CoreFoundation                0x9201dd6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x9201dca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x026ff85b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x027105f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x02098df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x0209122c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x02090aef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x02090313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x0208ef10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    20  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9956c6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x9956c184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x9956c40d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x911a05ac 0x90baa000 + 6251948
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9956c6ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x9956c184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x9956c40d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9950d7ea AIOFileThread(void*) + 892
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 20:
    0   libsystem_kernel.dylib                  0x92d950ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9322b04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9322ae19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x93212cca start_wqthread + 30
    Thread 21:: Import thread 0
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 22:: Import thread 1
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 23:: Import thread 2
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 24 Crashed:: Import thread 3
    0   libsystem_c.dylib                       0x932131a1 memmove$VARIANT$sse3x + 35
    1   libsystem_c.dylib                       0x9322fb85 __memcpy_chk + 37
    2   com.apple.ImageIO.framework             0x91a2fba8 _CGImageSourceBindToPlugin + 240
    3   com.apple.ImageIO.framework             0x91a2faa3 CGImageSourceGetType + 55
    4   com.apple.iPhoto                        0x006f304b 0xda000 + 6393931
    5   com.apple.iPhoto                        0x001f83a2 0xda000 + 1172386
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 25:: Import thread 4
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 26:: Import thread 5
    0   libsystem_kernel.dylib                  0x92d94be6 __select + 10
    1   com.apple.iPhoto                        0x0026f9a2 0xda000 + 1661346
    2   com.apple.iPhoto                        0x00268993 0xda000 + 1632659
    3   com.apple.iPhoto                        0x002621f9 0xda000 + 1606137
    4   com.apple.iPhoto                        0x00261fa4 0xda000 + 1605540
    5   com.apple.iPhoto                        0x0026a205 0xda000 + 1638917
    6   com.apple.iPhoto                        0x0026a62b 0xda000 + 1639979
    7   com.apple.iPhoto                        0x0026a417 0xda000 + 1639447
    8   com.apple.iPhoto                        0x003e1367 0xda000 + 3175271
    9   com.apple.iPhoto                        0x003e13bd 0xda000 + 3175357
    10  com.apple.iPhoto                        0x006fb72d 0xda000 + 6428461
    11  com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    12  com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    13  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    14  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 27:: Import thread 6
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x932b30a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x006fc65f 0xda000 + 6432351
    4   com.apple.iPhoto                        0x006fb6da 0xda000 + 6428378
    5   com.apple.iPhoto                        0x001f80f6 0xda000 + 1171702
    6   com.apple.iPhoto                        0x001f7ead 0xda000 + 1171117
    7   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    8   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 28:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x9322d512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x9781bfe9 CVDisplayLink::waitUntil(unsigned long long) + 297
    4   com.apple.CoreVideo                     0x9781b078 CVDisplayLink::runIOThread() + 658
    5   com.apple.CoreVideo                     0x9781adce startIOThread(void*) + 160
    6   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    7   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 29:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x92d94c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x932b2a61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x932b292a usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x963ced4d -[NSUIHeartBeat _heartBeatThread:] + 879
    4   com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    5   com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    6   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    7   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 30:
    0   libsystem_kernel.dylib                  0x92d94be6 __select + 10
    1   com.apple.iPhoto                        0x0026f9a2 0xda000 + 1661346
    2   com.apple.iPhoto                        0x00268993 0xda000 + 1632659
    3   com.apple.iPhoto                        0x002621f9 0xda000 + 1606137
    4   com.apple.iPhoto                        0x00261fa4 0xda000 + 1605540
    5   com.apple.iPhoto                        0x0026a205 0xda000 + 1638917
    6   com.apple.CoreFoundation                0x9201dd6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x9201dca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x026ff85b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x027105f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x02098df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x92e425d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x0209122c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x02090aef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x02090313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x0208ef10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x922171d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x9221715b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x93228557 _pthread_start + 344
    20  libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 31:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 32:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 33:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 34:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 35:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 36:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 37:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x92d948e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9322d289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x932baafc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x912b7556 0x90baa000 + 7394646
    4   libsystem_c.dylib                       0x93228557 _pthread_start + 344
    5   libsystem_c.dylib                       0x93212cee thread_start + 34
    Thread 24 crashed with X86 Thread State (32-bit):
      eax: 0x00000004  ebx: 0x7dd82820  ecx: 0x00000001  edx: 0x00000004
      edi: 0xb1ecde28  esi: 0x1e554000  ebp: 0xb1ecddb8  esp: 0xb1ecddac
       ss: 0x00000023  efl: 0x00010202  eip: 0x932131a1   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x1e554000
    Logical CPU: 5
    Binary Images:
       0xda000 -   0xdc6feb  com.apple.iPhoto (9.4.2 - 9.4.2) <3AC6405B-33E2-3184-9F20-4C9CC5256A3A> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xf5b000 -  0x1035ffc  org.python.python (2.6.7 - 2.6.7) <AEF0F842-12A1-3139-9187-6B33EBE4100F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1080000 -  0x1088fff  com.apple.PhotoFoundation (1.0 - 10.17) <D48FDC95-21FC-328C-9F4F-89C28A260C2D> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10f6000 -  0x12d2ffb  com.apple.geode (1.5.3 - 270.7) <DFD97416-FD86-3AF1-BFF0-79A47DADE257> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1361000 -  0x1366ff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <65A74F18-5020-31EC-B7E9-EBC14E2D9CA1> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x136e000 -  0x139dff7  com.apple.iLifeAssetManagement (2.7 - 40.34) <2B65BA8A-2C25-360D-B50E-0A9EECA1CE57> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x13c2000 -  0x13e9ff3  com.apple.iPhoto.Tessera (1.1 - 70.18) <F190FD9B-9CC9-3D4D-9744-113F7CA36097> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13fe000 -  0x1422ffb  com.apple.iPhoto.Tellus (1.3 - 70.18) <768463A7-60B4-3D50-B36B-D6E5AFA43DC9> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x143b000 -  0x1446fff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <86E53BF3-BCAD-36F9-999B-013E359EF079> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x1454000 -  0x1469ffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <4A781CBF-9764-3531-91E0-94C5B4DFCFDF> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x1477000 -  0x14a0ff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <F503C1F1-2E26-348A-86C1-B2E447112AC9> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x14bb000 -  0x14bdfff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x14c5000 -  0x14d0ff7  com.apple.UpgradeChecker (9.2 - 9.2) <D34CC218-8200-34D7-816C-B747EE4BF5F7> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14db000 -  0x155aff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x159f000 -  0x16bdff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x1771000 -  0x1786ff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <2EB77610-6036-3CCD-9A93-51F7D6DE6EB2> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x1797000 -  0x1b30ff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <B03978EF-A395-30D4-833B-7C474E1F5F12> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1c2e000 -  0x1ebfff3  com.apple.iLifePageLayout (1.3 - 200.9) <067ACE80-5B73-39EE-850B-E392F6573AAC> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1f99000 -  0x2030ff7  com.apple.MobileMe (13 - 1.0.4) <5E6C6DEC-1F48-358F-8117-40FAAEB8AFAD> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x208b000 -  0x20f3ff3  com.apple.proxtcore (1.4.1 - 250.56) <BBADA727-FB78-32AF-8D45-4498F68343A7> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x2135000 -  0x2233ff7  com.apple.iLifeSQLAccess (1.7.1 - 60.5) <845C6292-8EC2-3B4A-8E2E-8D98986148C2> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x227d000 -  0x22a8ffb  com.apple.ProUtils (1.1 - 200.36) <E286BD1F-0BE8-3151-B758-89870AB4AC89> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x22c3000 -  0x232efff  com.apple.iLifeKit (1.3.1 - 156.11) <F93283F4-046D-3653-9607-8B0F850E6318> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x2375000 -  0x25a6ff3  com.apple.prokit (7.3.1 - 1943) <4F8BB1EA-FA77-3B98-8889-8045F3F23A38> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x26c0000 -  0x2becffb  com.apple.RedRock (1.9.4 - 310.33) <548258F5-3AE9-3AD4-B986-A9674D131164> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2deb000 -  0x2e0effb  com.apple.AOSAccounts (1.1.2 - 1.1.94) <B0C709CB-DB8D-37D3-A58C-542703F4856B> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2e29000 -  0x2e29fff  com.apple.SafariServices.framework (8536 - 8536.26.17) <7AC5C0A5-0A71-33DD-A5C2-72545BEE3D3C> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x2e31000 -  0x2e38ff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x2e45000 -  0x2e45ffc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2e4d000 -  0x30bcfff  com.apple.CalendarStore (6.0 - 1245) <F1909196-2119-3516-952D-32E756BCC04D> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x31c2000 -  0x321efff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x324b000 -  0x324bff7 +cl_kernels (???) <69CFB0E9-F2D0-4DB0-AC00-54474AADD5F1> cl_kernels
    0x324d000 -  0x327fff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x3293000 -  0x329cfff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x32a6000 -  0x32aeff3  com.apple.AppSandbox (2.0 - 1) <5C586FB0-9EBB-3F14-A63F-497C7A034359> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x32b8000 -  0x32fcff3  com.apple.CalDAV (6.0 - 112.5) <DF589033-DBDE-3162-A17D-401B39897767> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x332e000 -  0x3337ff3  com.apple.CalendarAgentLink (1.0 - 37) <2D0AFE12-0235-3B60-B786-0EC07AC9F52C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x3347000 -  0x3358fff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x336a000 -  0x33ccfff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x3408000 -  0x3455ffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x34ab000 -  0x34f9fff  com.apple.iCalendar (6.0 - 126.5) <C30CAF95-3D02-3E2E-8855-51DCDF8DB219> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x3526000 -  0x3533ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x353f000 -  0x368bfff  com.apple.syncservices (7.0 - 713) <442C8E15-8870-3D65-98EC-82C0E2580EC0> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x3708000 -  0x3775ffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x37a4000 -  0x37cbff3  libsandbox.1.dylib (220) <E0C000DD-DA39-3A7E-BDA9-4699D264729E> /usr/lib/libsandbox.1.dylib
    0x37d3000 -  0x37e6ff3  com.apple.AppContainer (2.0 - 1) <799C8E8B-F983-3A3D-91CF-A2C9B5B7D007> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x37f6000 -  0x37fafff  com.apple.SecCodeWrapper (2.0 - 1) <EBB54594-C7F3-37FA-9759-09BD098ED688> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x3802000 -  0x3806ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x380b000 -  0x380dffb  com.apple.LibraryRepair (1.0 - 1) <73246564-BF68-3833-B9A3-3CDA607BA706> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x3815000 -  0x386ffff  com.apple.proapps.MIO (1.0.6 - 512) <8321DF77-4AD8-376B-9465-83F471AA61D2> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x3887000 -  0x4516ff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4c9b000 -  0x4c9cfff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x4ca1000 -  0x4ca2ffd +cl_kernels (???) <A26154C1-9860-4ADE-B5EB-235F89E1CF7A> cl_kernels
    0x4ca4000 -  0x4cc9ff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x4cd5000 -  0x4d09fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4d14000 -  0x4e7bfff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x4e82000 -  0x4edefff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4ef7000 -  0x5011ff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x50b0000 -  0x50e8ff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x5105000 -  0x512cff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x5141000 -  0x5172ff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x5189000 -  0x51d1ffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x51f4000 -  0x5293fff  com.apple.imcore (8.0 - 900) <2052F6C8-BDD3-339B-B0E2-6A3E282010A4> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x52bb000 -  0x530fff7  com.apple.imfoundation (8.0 - 900) <7A1506BB-DDAD-3DB7-8557-19AB1B519FB0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x533c000 -  0x5344ff7  com.apple.marco (8.0 - 900) <C2AE3F46-EFC9-349E-8D24-DF686C9BE2E7> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x534d000 -  0x5374ff7  com.apple.ExpressCheckout (1.0 - 1.0) <ACE460FA-35FB-3C0E-9BA8-937F560F0847> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x5390000 -  0x53beffb  com.apple.iLifeImageAnalysis (3.0 - 3) <82BEE3DD-958D-35A6-B167-C8C0C31227DB> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0xcf1d000 -  0xcf2aff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xd857000 -  0xd85bff7  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <08137D06-718F-30B1-8BF3-9498BEAFA5C6> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xd877000 -  0xd879fff +com.unsanity.menuextraenabler (1.0.3 - 1.0.3) /Library/InputManagers/*/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xd888000 -  0xdb14ffb  com.apple.RawCamera.bundle (4.03 - 676) <53F1CD12-96E9-3E41-BEA9-46B75FC707D4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x13185000 - 0x13186ffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <341A7E90-613E-3306-919F-8F49EE350831> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x1318b000 - 0x1318cffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x131b6000 - 0x13342ff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x13379000 - 0x134caff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x134f8000 - 0x13785fff  com.apple.ATIRadeonX2000GLDriver (8.0.61 - 8.0.0) <62F8082A-963D-3F5A-9917-2AAF68EF6DF9> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x137bb000 - 0x137c7ffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x137ce000 - 0x137faffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x13803000 - 0x1380bffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x13812000 - 0x13814fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x1383a000 - 0x138ccff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x138de000 - 0x13920fff  com.apple.facetimeservices (8.0 - 900) <CB59547A-C7DE-3F20-8A1F-724AF15F664E> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x13938000 - 0x1393bffe  com.apple.DirectoryServicesSource (2.1 - 1167) <2A3AD43B-950C-32AD-A578-3271EAD55E3E> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x13941000 - 0x13992ff7  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <DED18914-309A-31FF-A367-BB0D62384728> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x139af000 - 0x139beffd  com.apple.NSServerNotificationCenter (5.0 - 5.0) <F44F3EFC-380F-3CA2-A04E-E0306100570A> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x13f7e000 - 0x13f83ffe  com.apple.iphoto.accountconfig.Email (9.2 - 9.2) <50B32E94-2383-3409-A2AE-8367DE6CD6EF> /Applications/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin/Contents/Ma cOS/Email
    0x13fae000 - 0x13fb1fff  com.apple.iphoto.accountconfig.Facebook (1.2 - 1.2) <A69EF05F-5213-3D42-B6C5-97D4C8C5E7A7> /Applications/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents /MacOS/Facebook
    0x15ffd000 - 0x160bbff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FD

    On the destination computer  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists. If you can import a couple of times successfully the problem lies with your orignal library on the destination Mac. 
    If that's the case  make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • AirPort Disk Access Existing files when changing Secure Shared Disks with Accounts

    Hey, community;
    I have a 1TB Disk which I was using on my Mac, then upon aquisition of an AirPort Extreme Base Station, plugged it into there. File sharing was fine when set to "AirPort Password" for Security settings, but when I changed to "Accounts" and set up accounts, the existing paritions were there... they just couldn't be accessed.
    Tried finding the solution online, to no avail.
    Just writing to say I've solved this! Once you set the Security type to "Accounts," folders now appear on your USB Drive, one for each user you set up, as well as a "Shared" folder.
    I just dumped the existing contents of the drive into the "Shared" folder, and now everyone can access those original files.
    I hope this helps someone out.

    Restore the old files by removing the accounts.. ie press and hold reset.. once you go back to a reset all files are available again anyway so the security is illusionary.
    If you want to secure files encrypt them.
    BTW the old airport utility would have warned you that what you were doing will stop access to your files.
    Of course the latest toyland utility probably showed you nothing.
    Never start accounts with files on the TC.. you should offload them.. create accounts then load them back.. to the illusion of security at least.

  • How to get Reference on files of my ADF Shared Library

    Dear All,
    Use case:
    I have compiled one project into a shared ADF library. This project has a ViewController.
    In it are some common css files that I would like to reuse.
    Now, I have a new project and have linked to that ADF library using Resource Palette.
    In my JSFF file, I tried to link to the CSS in my shared library
    <af:resource type="css" source="/com/test/common.css"/>But I cant seem to get the styleclasses in that shared library.
    I have checked at Firebug console and I notice that I am getting a 404 when I am requesting for the said file.
    What should be the correct path for me to get a reference to the CSS Files?
    Thanks
    JDEV 11G PS3

    Duplicate of How to get Reference on files of my ADF Shared Library
    Edited by: Bijesh Krishnadas on Aug 17, 2011 9:13 PM

  • Why duplicate files when importing

    Why am I getting duplicate files when importing into iTunes? I am dragging and dropping them into iTunes. When I ask to find file in finder, I am sent to the iTunes music folder and there are 2 files for each song added. I don't have that kind of space!
    I spent several hours trying to clean this up and deleted duplicates out of iTunes library, then out of the music folder. I tried to test which file of the song I was deleating (orig file, not file1) and now .... iTunes can't find about 3,500 tracks that will need to be reassociated. What is the easiest way to do that?
    I'm not sure if this is another subject or not, but when I go to delete a track it does not show up in trash first. I only get one window asking me if I want to delete this - click yes and it's forever gone. Do not pass trash. YIKES. Is there a way to get it into trash -> then empty trash like everything else?
    Thx.
    iTunes 11.0.1 on Mac OSX 10.6.8

    Maybe I may have figured out part of my question ... these albums have a .mu3 file. Would that be causing the duplicates?

  • How can I rename files when importing?

    Is there a way to rename files when importing them? Every method I've tried retains the original file name the camera assigns (e.g. DSC_0001). I'd like the ability to rename the files automatically either with a date or event name with sequential numbering following.
    Thanks!

    First you will have to upload from the camera to a folder on the Desktop where you can batch rename them before importing into iPhoto. That's a safer workflow IMO because you can make sure the photos are safely on the hard drive before starting any other operation.
    OT

  • Missing Audio / Sound in imovie with .AVI files when imported from iphoto

    fortunately i don't need this answered, eventually figured it out my self, just thought it would be helpful to share the solution to this problem as I'm sure others have experienced it. The problem makes more sense when explained chronologically.
    My wife has a Casio digital camera, and had recorded many Movies on it, they all sat in iPhoto all worked fine until i upgraded to Quicktime 7.5, then the audio disappeared. i tried in vain to fix (reinstalled QT 7.5, removed plugins, reinstalled etc.), but to no avail, so i left it - this was all under Tiger, i decided I'd upgrade to Leopard and see if the problem went away.
    Before upgrading to Leopard i got iLife 08, when i first launched iMovie08 it pulled in all the movies from iPhoto, but they too had no sound.
    Then i upgraded to Leopard, now the quicktime missing audio issue got fixed, so i could hear the audio again when launching quicktime via iPhoto (turns out the issue was with how quicktime was handling adaptive PCM audio stream) - i expected all would be fine in iMovie... but it wasnt.
    after much experimentation i realised that i had to force iMovie to re-import all the video from iPhoto, this fixed the issue, but with no obvious way to do this, this is what i did:
    - opened finder, navigated to iphoto library, right click and chose 'show package contents'
    - navigated to the data folder and did a search on this folder only for all movie files (when imovie had originally converted iPhoto movie files into thumbnails it dropped all the thumb size movie files in this folder)
    - deleted all the movie files from the Data folder, making sure not to delete the movie files in any other folders & emptied trash
    - launched imovie, now all the iphoto movies were missing.
    - re-launch iPhoto, whilst holding down shift, option + command keys
    - checked 'rebuild the iphoto library database' only, once done, closed iphoto
    - re-launched imovie, this forced it to re-import all the movies from iphoto
    ... and then the sound was back.
    FYI
    this worked when using...
    OS 10.5.4
    QT 7.5
    iMovie 7.1.4
    iPhoto 7.1.4
    jb

    Hi MGW,
    I do not no how things are handled when using HDV and technical documentation is hard to find on this topic of how photo are handled using HDV but in iMovie and most non HDV video editing software the picture is always 72ppi regardless of what is was/is on the outside and the images that appear the worst are the ones with less.
    On a side note I don't use iPhoto because of all the superfluous files and thumbnails it creates and it disorganises my photos according to criteria that is completely irrelevant to me. I have had these thumbnails pop up in the browser in the past primarily with any photos that existed in the library prior to any updates. With what I have been working on as of late can understand how and why this could happen.
    If you scroll through the media browser dose it appear that the library you are working with duplicates itself somewhere along the line or do you see double images side by side?
    What are you machine specs and please include you screen/display size and graphics card information as this is the most relevant information at this point with what you are doing.
    W1

  • Missing Metadata Presets when importing sample library following book

    ISSUE: NO METADATA PRESETS available during import. (Aperture 3)
    DESCRIPTION:
    I have just installed Aperture 3. I am following the Aperture 3 book. When importing the sample Wyoming pictures into the Sample Library , I am directed to choose "basic info" as my metadata preset. I am not able to select "basic info" as a metadata preset. The drop down arrow only yields "none" and "edit". Edit is all grayed out.
    I then tried it in the Main/real Aperture 3 library. I tried to import a few pictures from a a hard drive. Same issue. NO METADATA PRESETS AVAILABLE FOR IMPORTING INTO APERTURE 3.
    Thank youl

    Here is the answer for anyone who may hae same problem:
    Delete the following files from Application (Aperture) /Support :
    1: import Presets.plist
    2:MetadataSets.plist
    3:Metadata Presets.plist.
    Removing these has restored the basic metadata presets.
    Hope it helps.
    Thanks

  • I am trying to load my library on the new computer but it will not let me import. the shared library disappears when i shut the original computer off.

    I am trying to load my library on the new computer but it will not let me import. when i shut off the old computer the shared library disappears.

    Yeah... that's exactly the way it is supposed to work.  Sharing the library does not move it anywhere.
    To move the library to the new computer, copy the entire iTunes folder from the old computer to the new computer.

  • Trouble importing from shared library

    Hi all, I'm a new ipod-user. I upload music onto my ipod video nano using itunes on my laptop.
    I can see the itunes library for a desktop computer in my home on the itunes on my laptop(it's under the shared folder). But I can't figure out how to upload the songs in the shared folder onto my ipod when I'm on my laptop.
    Any help is greatly appreciated!

    If you mean the shared area in iTunes then you cannot import them to your own library. If the laptop has access to the files through Explorer then you can use the import file or import folder option to add the files to your library.

  • Missing header files in WDK/SDK 8.1

    Hi,
    I installed the latest WDK and SDK, but i struggling with some header files missing. 
    I started a new Kernel Mode Driver project in VS2013, imported ntddk.h, then IntelliSense started to pop with several errors. "specstrings.h", "kernelspecs.h", "winapifamily.h", etc., many header files missing. After some research,
    i found out that those files were supposed to be at C:\Program Files (x86)\Windows Kits\8.1\Include\shared, but they're simply not there. I uninstalled and reinstalled the WDK and SDK several times, and still don't know what's actually going how. 
    Can someone enlight me?
    Thanks in advance.

    are you sure installed the full desktop SDK? you can't install just the modern SDK. What version of VS are you using?
    d -- This posting is provided "AS IS" with no warranties, and confers no rights.

  • Mysterious missing header files

    Hello,
    While trying to build some packages recently, I discovered that for some reason, my system was missing a bunch of important header files.
    GL/gl.h
    GL/glu.h
    these were fixed by reinstalling mesa
    pkg-config reported gtk+-2.0 and glade as not installed
    this was fixed by reinstalling libxrender
    X11/X.h
    X11/Xfuncproto.h
    are also missing, and I can not figure out where they went or what package I need to get them back. Does anyone know?
    I suspect that this has to do with using testing and especially Xorg 7.0.
    Thanks,
    Arthur

    pacman -S xproto

  • Aperture 3.1 can't find/see my Canon RAW files when importing

    Aperture 3.1 cannot see my CANON RAW files when doing import!!!
    Do I really have to re-reference each image in the library if I have moved the library to a different volume? Images are not moved to the library, only referenced.

    You don't want to re-import files if you move the library. You just need to reconnect the masters.
    If you moved the whole thing over at once it should be easy; if you monkeyed with the folder names you could have a lot of work on your hands.

  • Any way to rename files when importing from camera with iPhoto?

    I have a naming scheme that I've used when importing photos from my camera (e.g. 2008-09-12-Event ). I can't create a custom folder (in Pictures but outside iPhoto Library) or rename things when importing with iPhoto - is that right? I can't find any advanced options to import ...
    If I want this (and don't want to use Adobe Bridge CS3), do I have to get Aperture?
    Thanks -
    Alexa
    p.s. I haven't really figured out WHERE my photos go with iPhoto? I've been editing in Photoshop Elements 6 but then have to "Save As" to replace the file - saving it doesn't do it (I think that sends it to the iPhoto library somewhere?) Eek...

    Alexa:
    You might consider this workflow:
    1 - using either Image Capture or a card reader upload the images to a folder on the desktop.
    2 - name the folder with a brief description of the shoot. I use a short date and description: 08/01/08-Dinner at Toad Hall
    3 - use a file renaming application like Resize! to batch rename the files to your specification. I use the international date (for the capture date) and a brief description: 2008-08-01-Dinner at TH-001.jpg.
    This allows for good chronological searching and sorting as well as text searching on the description. It also avoids duplicate file name issues in the future. Granted a few extra steps up front but saves me a lot of time later on.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How do I stop duplicating files when I "add to library" ?

    I have a folder on an external hard drive containing 20,000 songs. "When I Add To Library" 5,500 get duplicated. I have unchecked the copy files to iTunes Media folder and this still happens. Every file shows the exact same date added. I have never had this problem in the past. I syncronized the hard drive with external library from my lap top, created a new library on the iMac and then Add To Library, the entire folder.
    The backup folder does not show all these duplicates. I have thrown out the folder and recopied it from the backup. It looks fine until I try to Add To Library. Then 1/4 of my tracks get duplicated. Most of these are recent purchases, but not all of them.

    What exactly are you doing. You never "upload" a library into iPhoto. You import photos (never a library) into iPhoto
    And for many reasons I would never import 75,000 in one import. Do a thousand or a few thousand at a time
    LN

Maybe you are looking for

  • ADDING DATA TO JAVA VECTOR

    Hi, We try to add data in forms 9.0.4 to java string vector, but i don't know make. This my code: But doesn't work. declare      vector      ora_java.jobject;      javadate      ora_java.jobject; begin      vector := ora_java.new_string_array(2);    

  • Goods Issue Documentation for Text (Non-stock) Items

    Hi all, I have a business requirement to provide some form of shipping documentation for text (non-stock) items. The business do not want to create material masters (NLAGs) for these items as they are different/one off purchases. The purchase the goo

  • Quality Score in Vendor Rating

    Dear Sir/Mam I want to know about quality score which comes in Usage decision,Now in our case when inspection lot is generated we have only one case if accepted the quality score is 100 and when rejected 1,but our requriment is we want different qual

  • Applescript  to launch and run an iPhoto Slideshow - needed

    How do I make an applescript that will launch and run an iphoto Slideshow for my dementia Mama. She can read email, but iPhoto is too much for her. Also, can iPhoto slideshows play just a specified album Thanks!

  • Why can't some clips fast forward?

    I am on my first ever imovie project for school. I need to fast forward some of the clips so that my video can fit into the stipulated duration. Some clips can fast forward whitest others can't. Those that can't fast forward can however respond to sl