Downloading image without save dialog and saving to disk.

Hi,
I'm a bit lost. I have been checking google and documentation and can't manage to do this.
I'm using a httpservice, and saving with a file stream the lastResult property. But this seems to be not in binary and when saving it is not correctly done.
Could anybody give any tip?.
P.D. Of course I'm talking about an Air app.
Thanks in advance,
Aron.

Hi kavita,
               In Webdynpro u r using attribute of type Resource ,which is binded to FileUpload UI element. From this attribute, u get file in Input stream format which can be converted into byte array like this
byte fileData[] = null;
      try{
            InputStream fileIs = wdContext.currentFile().getFileData().read(false);
            ByteArrayOutputStream bOut = new ByteArrayOutputStream();
            int length;
            byte[] part = new byte[10 * 1024];
            while ((length = fileIs.read(part)) != -1) {
                  bOut.write(part, 0, length);
            fileIs.close();
            fileData = bOut.toByteArray();
            bOut.close();
      } catch (Exception e) {
            wdComponentAPI.getMessageManager().reportSuccess(e.toString());
In webservice u can take a the byte array as input parameter where the uploaded file will be passed as byte array .
In DB u can store it as BLOB .
in case of any other doubt u can revert back to me.
regards
Sumit

Similar Messages

  • My Iphoto has stopped downloading images from my camera and then crashes iPhoto

    My Iphoto has stopped downloading images from my camera and then crashes iPhoto

    This is what apperes on my screen
    Process:         iPhoto [1603]
    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 [143]
    User ID:         501
    Date/Time:       2013-01-17 21:16:29.594 +0000
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          28280 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  545 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      AA2EE243-DC20-80AD-2F81-12E02E8E930A
    Crashed Thread:  26  Dispatch queue: com.apple.RedRock.RKInfoDictionaryMgr
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSMallocException', reason: 'Out of memory. We suggest restarting the application. If you have an unsaved document, create a backup copy in Finder, then try to save.'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x9797912b __raiseError + 219
    1   libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    2   Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    3   CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    4   CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    5   CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    6   CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    7   CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    8   Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    9   CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    10  CoreFoundation                      0x9797925c __raiseError + 524
    11  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    12  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    13  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    14  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    15  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    16  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    17  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    18  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    19  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    20  CoreFoundation                      0x9797925c __raiseError + 524
    21  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    22  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    23  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    24  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    25  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    26  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    27  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    28  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    29  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    30  CoreFoundation                      0x9797925c __raiseError + 524
    31  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    32  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    33  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    34  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    35  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    36  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    37  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    38  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    39  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    40  CoreFoundation                      0x9797925c __raiseError + 524
    41  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    42  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    43  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    44  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    45  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    46  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    47  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    48  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    49  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    50  CoreFoundation                      0x9797925c __raiseError + 524
    51  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    52  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    53  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    54  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    55  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    56  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    57  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    58  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    59  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    60  CoreFoundation                      0x9797925c __raiseError + 524
    61  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    62  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    63  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    64  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    65  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    66  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    67  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    68  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    69  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    70  CoreFoundation                      0x9797925c __raiseError + 524
    71  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    72  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    73  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    74  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    75  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    76  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    77  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    78  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    79  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    80  CoreFoundation                      0x9797925c __raiseError + 524
    81  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    82  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    83  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    84  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    85  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    86  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    87  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    88  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    89  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    90  CoreFoundation                      0x9797925c __raiseError + 524
    91  libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    92  Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    93  CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    94  CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    95  CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    96  CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    97  CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    98  Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    99  CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    100 CoreFoundation                      0x9797925c __raiseError + 524
    101 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    102 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    103 CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    104 CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    105 CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    106 CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    107 CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    108 Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    109 CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    110 CoreFoundation                      0x9797925c __raiseError + 524
    111 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    112 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    113 CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    114 CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    115 CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    116 CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    117 CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    118 Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    119 CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    120 CoreFoundation                      0x9797925c __raiseError + 524
    121 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    122 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    123 CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    124 CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    125 CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    126 CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    127 CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    128 Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    129 CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    130 CoreFoundation                      0x9797925c __raiseError + 524
    131 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    132 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    133 CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    134 CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    135 CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    136 CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    137 CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    138 Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    139 CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    140 CoreFoundation                      0x9797925c __raiseError + 524
    141 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    142 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    143 CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    144 CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    145 CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    146 CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    147 CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    148 Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    149 CoreFoundation                      0x9788e7c1 -[NSArray description] + 49
    150 CoreFoundation                      0x9797925c __raiseError + 524
    151 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    152 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    153 CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    154 CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    155 CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    156 CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    157 CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    158 Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    159 CoreFoundation                      0x97968fc0 -[NSArray descriptionWithLocale:] + 48
    160 Foundation                          0x923bcf04 _NSDescriptionWithLocaleFunc + 94
    161 CoreFoundation                      0x97844f00 __CFStringAppendFormatCore + 16320
    162 CoreFoundation                      0x9789174c _CFStringCreateWithFormatAndArgumentsAux + 108
    163 CoreFoundation                      0x97906a96 _CFLogvEx + 118
    164 Foundation                          0x923f7cc8 NSLogv + 137
    165 Foundation                          0x923f7c3a NSLog + 27
    166 AppKit                              0x932c3f85 -[NSApplication reportException:] + 84
    167 AppKit                              0x93a43b81 _NSDefaultTopLevelErrorHandler + 115
    168 AppKit                              0x9360c9f1 uncaughtErrorProc + 99
    169 CoreFoundation                      0x979791d6 __raiseError + 390
    170 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    171 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    172 CoreFoundation                      0x9784601d __CFStringChangeSizeMultiple + 1645
    173 CoreFoundation                      0x97845872 __CFStringAppendBytes + 850
    174 CoreFoundation                      0x97844fbf __CFStringAppendFormatCore + 16511
    175 CoreFoundation                      0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    176 CoreFoundation                      0x97902e78 -[__NSCFString appendFormat:] + 88
    177 Foundation                          0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    178 CoreFoundation                      0x97968fc0 -[NSArray descriptionWithLocale:] + 48
    179 Foundation                          0x923bcf04 _NSDescriptionWithLocaleFunc + 94
    180 CoreFoundation                      0x97844f00 __CFStringAppendFormatCore + 16320
    181 CoreFoundation                      0x9789174c _CFStringCreateWithFormatAndArgumentsAux + 108
    182 CoreFoundation                      0x97906a96 _CFLogvEx + 118
    183 Foundation                          0x923f7cc8 NSLogv + 137
    184 Foundation                          0x923f7c3a NSLog + 27
    185 AppKit                              0x932c3f85 -[NSApplication reportException:] + 84
    186 AppKit                              0x93a43b81 _NSDefaultTopLevelErrorHandler + 115
    187 AppKit                              0x9360c9f1 uncaughtErrorProc + 99
    188 CoreFoundation                      0x979791d6 __raiseError + 390
    189 libobjc.A.dylib                     0x9975c52e objc_exception_throw + 230
    190 Foundation                          0x924c0804 ___NSInitializePlatform_block_invoke_0 + 0
    191 CoreFoundation                      0x9784601d __CFStringChangeSizeM
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x989187d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x98917cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9786f599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x97874f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9787463a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x978744ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x941fc15a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x941fbec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x941fbd44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x933bba3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x933bb26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x933b16cc -[NSApplication run] + 855
    12  com.apple.AppKit                        0x933546f6 NSApplicationMain + 1053
    13  com.apple.iPhoto                        0x000fac99 0xeb000 + 64665
    14  com.apple.iPhoto                        0x000fa2e5 0xeb000 + 62181
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9891ac02 __select_nocancel + 10
    1   libdispatch.dylib                       0x90b32a08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib                       0x90b327a9 _dispatch_mgr_thread + 53
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x9891a672 __mmap + 10
    1   libsystem_c.dylib                       0x97d0163b allocate_pages + 163
    2   libsystem_c.dylib                       0x97d06d54 large_malloc + 1087
    3   libsystem_c.dylib                       0x97d0cc7b szone_malloc_should_clear + 3889
    4   libsystem_c.dylib                       0x97d01a3e szone_malloc + 24
    5   libsystem_c.dylib                       0x97cff54b malloc_zone_malloc + 75
    6   libsystem_c.dylib                       0x97cfff87 malloc + 53
    7   com.apple.CoreServices.CarbonCore          0x96619587 CSMemNewPtr + 50
    8   com.apple.CoreServices.CarbonCore          0x96618651 CSMemNewHandle + 61
    9   com.apple.QD                            0x999354e4 AllocatePixMapBuffer + 231
    10  com.apple.QD                            0x99934e8d NewGWorldPB + 391
    11  com.apple.QD                            0x999352e6 NewGWorld + 166
    12  com.apple.QuickTime                     0x93f2deb2 QTNewGWorld + 349
    13  com.apple.QuickTime                     0x93f6232d GetNewGWorld + 664
    14  com.apple.QuickTime                     0x93f5b032 AllocateCodecImageBuffer + 1557
    15  com.apple.QuickTime                     0x93f1bc9d ICMSequenceBuildChain + 554
    16  com.apple.QuickTime                     0x93f0e794 DoBandedDecompress + 4167
    17  com.apple.QuickTime                     0x93f0d6e0 ICMAction + 1286
    18  com.apple.QuickTime                     0x93f0cfd0 ICMDeviceLoop + 3924
    19  com.apple.QuickTime                     0x93f130a0 DecompressSequenceFrameWhen + 803
    20  com.apple.QuickTime                     0x93f12d74 DecompressSequenceFrameS + 61
    21  com.apple.QuickTimeImporters.component          0x965857ad importGraphicDrawInternal + 1834
    22  com.apple.QuickTimeImporters.component          0x9657f1ea importGraphicDrawOrDecide + 1782
    23  com.apple.CoreServices.CarbonCore          0x966e2abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    24  com.apple.CoreServices.CarbonCore          0x966e2aff CallComponentFunctionWithStorageProcInfo + 30
    25  com.apple.QuickTimeImporters.component          0x9657dd31 ImportGraphicComponentDispatch + 81
    26  com.apple.CoreServices.CarbonCore          0x9665caee CallComponent + 151
    27  com.apple.CoreServices.CarbonCore          0x9665cb65 DelegateComponentCall + 24
    28  com.apple.QuickTimeImporters.component          0x9651c768 ImportJFIFComponentDispatch + 98
    29  com.apple.CoreServices.CarbonCore          0x9665caee CallComponent + 151
    30  com.apple.CoreServices.CarbonCore          0x9665cb48 CallComponentDispatch + 29
    31  com.apple.QuickTimeComponents.component          0x95e97b61 0x95305000 + 12135265
    32  com.apple.QuickTimeComponents.component          0x95bd4be0 0x95305000 + 9239520
    33  com.apple.CoreServices.CarbonCore          0x966f191f callComponentStorage_444 + 32
    34  com.apple.CoreServices.CarbonCore          0x966e2abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    35  com.apple.CoreServices.CarbonCore          0x966e2aff CallComponentFunctionWithStorageProcInfo + 30
    36  com.apple.QuickTimeComponents.component          0x95bd3b92 ExportBaseComponentDispatch + 81
    37  com.apple.CoreServices.CarbonCore          0x9665caee CallComponent + 151
    38  com.apple.CoreServices.CarbonCore          0x9665cb65 DelegateComponentCall + 24
    39  com.apple.QuickTimeComponents.component          0x95bd83e2 ExportJFIFComponentDispatch + 98
    40  com.apple.CoreServices.CarbonCore          0x9665caee CallComponent + 151
    41  com.apple.CoreServices.CarbonCore          0x9665cb48 CallComponentDispatch + 29
    42  com.apple.QuickTimeComponents.component          0x95e98825 0x95305000 + 12138533
    43  com.apple.QuickTimeComponents.component          0x95bd4125 0x95305000 + 9236773
    44  com.apple.CoreServices.CarbonCore          0x966f1adb callComponentStorage_44 + 25
    45  com.apple.CoreServices.CarbonCore          0x966e2abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    46  com.apple.CoreServices.CarbonCore          0x966e2aff CallComponentFunctionWithStorageProcInfo + 30
    47  com.apple.QuickTimeComponents.component          0x95bd3b92 ExportBaseComponentDispatch + 81
    48  com.apple.CoreServices.CarbonCore          0x9665caee CallComponent + 151
    49  com.apple.CoreServices.CarbonCore          0x9665cb65 DelegateComponentCall + 24
    50  com.apple.QuickTimeComponents.component          0x95bd83e2 ExportJFIFComponentDispatch + 98
    51  com.apple.CoreServices.CarbonCore          0x9665caee CallComponent + 151
    52  com.apple.CoreServices.CarbonCore          0x9665cb48 CallComponentDispatch + 29
    53  com.apple.QuickTime                     0x940fe8b7 GraphicsExportDoExport + 43
    54  com.apple.iPhoto                        0x004aa843 0xeb000 + 3930179
    55  com.apple.iPhoto                        0x0040b01c 0xeb000 + 3276828
    56  com.apple.iPhoto                        0x0040b862 0xeb000 + 3278946
    57  com.apple.iPhoto                        0x0040b9a1 0xeb000 + 3279265
    58  com.apple.Foundation                    0x92423cc1 -[NSBlockOperation main] + 188
    59  com.apple.Foundation                    0x923f6fb9 -[__NSOperationInternal start] + 740
    60  com.apple.Foundation                    0x923f6cce -[NSOperation start] + 67
    61  com.apple.Foundation                    0x923fedc9 __block_global_6 + 135
    62  libdispatch.dylib                       0x90b33f8f _dispatch_call_block_and_release + 15
    63  libdispatch.dylib                       0x90b2fc82 _dispatch_client_callout + 46
    64  libdispatch.dylib                       0x90b30f02 _dispatch_worker_thread2 + 285
    65  libsystem_c.dylib                       0x97ce7e12 _pthread_wqthread + 441
    66  libsystem_c.dylib                       0x97ccfcca start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0209ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0209befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0209ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0209befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0209ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0209befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0209ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0209befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0209ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0209befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0209ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0209befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0209ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0209befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9242c3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9242c1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x92431740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x026ea48f -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   libobjc.A.dylib                         0x99769586 -[NSObject performSelector:] + 62
    8   com.apple.proxtcore                     0x020a5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   libobjc.A.dylib                         0x997695d3 -[NSObject performSelector:withObject:] + 70
    10  com.apple.proxtcore                     0x0209e22c -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore                     0x0209daef -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore                     0x0209d313 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore                     0x0209bf10 -[XTThread run:] + 434
    14  com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    15  com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    16  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    17  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x9891abe6 __select + 10
    1   com.apple.CoreFoundation                0x978b8c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    3   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x989187d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x98917cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9786f599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x97874f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9787463a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x978744ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x92403946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.apple.proxtcore                     0x0209e06c -[XTRunLoopThread run:] + 469
    8   com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97cea512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x966c16ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x966c1184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x966c140d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x958fb5ac 0x95305000 + 6251948
    7   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    8   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 14:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97d77afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x95a12556 0x95305000 + 7394646
    4   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    5   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 15:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97d77afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x95a12556 0x95305000 + 7394646
    4   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    5   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 16:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97d77afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x95a12556 0x95305000 + 7394646
    4   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    5   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 17:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97d77afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x95a12556 0x95305000 + 7394646
    4   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    5   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 18:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97d77afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x95a12556 0x95305000 + 7394646
    4   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    5   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 19:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97d77afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x95a12556 0x95305000 + 7394646
    4   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    5   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 20:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x97d77afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component          0x95a12556 0x95305000 + 7394646
    4   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    5   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x97d700a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x923fc734 -[NSCondition wait] + 274
    4   com.apple.iPhoto                        0x0013ca64 0xeb000 + 334436
    5   com.apple.iPhoto                        0x0013c672 0xeb000 + 333426
    6   com.apple.CoreFoundation                0x978cad6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x978caca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x0270685b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x027175f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x997695d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x020a5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x997695d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x0209e22c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x0209daef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x0209d313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x0209bf10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x923fe1d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x923fe15b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    20  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 22:: Import thread 0
    0   libsystem_kernel.dylib                  0x9891a91a __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x97ceb13b pthread_mutex_lock + 595
    2   com.apple.Foundation                    0x923a8a34 -[NSRecursiveLock lock] + 26
    3   com.apple.iPhoto                        0x002103e7 0xeb000 + 1201127
    4   com.apple.iPhoto                        0x00210347 0xeb000 + 1200967
    5   com.apple.iPhoto                        0x0020f557 0xeb000 + 1197399
    6   com.apple.iPhoto                        0x0020f0e1 0xeb000 + 1196257
    7   com.apple.iPhoto                        0x0020a212 0xeb000 + 1176082
    8   com.apple.iPhoto                        0x00208ead 0xeb000 + 1171117
    9   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    10  libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x9891b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97ce804c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97ce7e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97ccfcca start_wqthread + 30
    Thread 24:
    0   libsystem_kernel.dylib                  0x9891b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97ce804c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97ce7e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97ccfcca start_wqthread + 30
    Thread 25:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x9891a8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x97cea220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x97d700a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x915bd16d CVDisplayLink::runIOThread() + 903
    4   com.apple.CoreVideo                     0x915bcdce startIOThread(void*) + 160
    5   libsystem_c.dylib                       0x97ce5557 _pthread_start + 344
    6   libsystem_c.dylib                       0x97ccfcee thread_start + 34
    Thread 26 Crashed:: Dispatch queue: com.apple.RedRock.RKInfoDictionaryMgr
    0   com.apple.CoreFoundation                0x97979947 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib                         0x9975c52e objc_exception_throw + 230
    2   com.apple.Foundation                    0x924c0804 _NSOutOfMemoryErrorHandler + 72
    3   com.apple.CoreFoundation                0x9784601d __CFStringChangeSizeMultiple + 1645
    4   com.apple.CoreFoundation                0x97845872 __CFStringAppendBytes + 850
    5   com.apple.CoreFoundation                0x97844fbf __CFStringAppendFormatCore + 16511
    6   com.apple.CoreFoundation                0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    7   com.apple.CoreFoundation                0x97902e78 -[__NSCFString appendFormat:] + 88
    8   com.apple.Foundation                    0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    9   com.apple.CoreFoundation                0x9788e7c1 -[NSArray description] + 49
    10  com.apple.CoreFoundation                0x9797925c __raiseError + 524
    11  libobjc.A.dylib                         0x9975c52e objc_exception_throw + 230
    12  com.apple.Foundation                    0x924c0804 _NSOutOfMemoryErrorHandler + 72
    13  com.apple.CoreFoundation                0x9784601d __CFStringChangeSizeMultiple + 1645
    14  com.apple.CoreFoundation                0x97845872 __CFStringAppendBytes + 850
    15  com.apple.CoreFoundation                0x97844fbf __CFStringAppendFormatCore + 16511
    16  com.apple.CoreFoundation                0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    17  com.apple.CoreFoundation                0x97902e78 -[__NSCFString appendFormat:] + 88
    18  com.apple.Foundation                    0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    19  com.apple.CoreFoundation                0x9788e7c1 -[NSArray description] + 49
    20  com.apple.CoreFoundation                0x9797925c __raiseError + 524
    21  libobjc.A.dylib                         0x9975c52e objc_exception_throw + 230
    22  com.apple.Foundation                    0x924c0804 _NSOutOfMemoryErrorHandler + 72
    23  com.apple.CoreFoundation                0x9784601d __CFStringChangeSizeMultiple + 1645
    24  com.apple.CoreFoundation                0x97845872 __CFStringAppendBytes + 850
    25  com.apple.CoreFoundation                0x97844fbf __CFStringAppendFormatCore + 16511
    26  com.apple.CoreFoundation                0x97902ebd _CFStringAppendFormatAndArgumentsAux + 61
    27  com.apple.CoreFoundation                0x97902e78 -[__NSCFString appendFormat:] + 88
    28  com.apple.Foundation                    0x9236d3b9 -[_NSCallStackArray descriptionWithLocale:indent:] + 207
    29  com.apple.CoreFoundation                0x9788e7c1 -[NSArray description] + 49
    30  com.apple.CoreFoundation     

  • Custom Save Dialog and Logic in Outlook 2013 Add in

    I'm creating an addin for outlook 2013. I've got it all setup and such but I'm not sure how to achieve my objective. My boss wants a button on a ribbon that is shown during compose, read, and similar methods and either opens a save dialog or just
    saves it automatically without the dialog. The catch is that I want to add custom actions for this special save button, where it will rename the file and save it in a specific folder. All based on the sender's domain and address, the date, whether there are
    attachments, and such. Either it will save the attachments as well or I could have a separate button to do the same with any attachments; archiving them and renaming them a specific way based on date, file type, sender, etc.
    How can I implement this? I assume it's in the method showMessage_Click. Which leads me to another question, what is the showMessage_Click even from? It is what causes my messagebox to pop up when you click the button, but assuming I want a save
    dialog or something else rather than a messagebox, do I still use showMessage_Click or is there another XXX_Click method to use for when clicking the button that would be more appropriate for my goals.
    Also is there a list somewhere showing all of these different event methods?
    Thanks for any help and guidance you can offer.

    Hello,
    It looks like you need to replace the standard SaveAs dialog with your own. To get this implemented you may repurpose the Save buttons on the ribbon, so each time the user clicks to save the item your custom dialog window is displayed. See Temporarily
    Repurpose Commands on the Office Fluent Ribbon for more information. 
    If you need to implement this as a separate feature - just add custom controls to the Ribbon UI (aka Fluent UI). See Walkthrough: Creating a Custom Tab
    by Using the Ribbon Designer to get started quickly. 

  • I uploaded and edited my RAW image, clicked 'Save As', and changed the file type from .psed to .jpg.

    I edited my raw image in Photoshop CS6, selected 'Save As', and changed the file type from .psed to .jpg. I also selected 12 and large file when the window popped up, concluding my 'saving as'. My computer does not recognize the file type and won't open them. Can someone help me? Thanks!

    When naming files, stick to the letters of the ENGLISH alphabet, numbers and underscores.  Do not use illegal characters like apostrophes, commas, asterisks, ampersands, hatch or pound signs, diacritics or accented characters, slashes, etc.
    While the period (dot) is not an illegal character per se, your file names should have only one period and that should always be followed by the file type extension.
    EDITED typo: se
    Message was edited by: station_two

  • I DOWNLOADED THE NEW FIREFOX VERSION AND SAVED IT TO MY COMPUTER BUT IT IS STILL ASKING ME TO --UPGRADE TO THEN NEW VERSION--I AM DILE UP

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/877631''
    I DOWNLOADED THE NEW UPDATED VERSION OF FIRE FOX AND SAVED IT TO A FILE ON MY COMPUTER BUT EVERY TIME I TRY TO GO ON LINE IT IS STILL ASKING ME TO UPGRADE- WHAT DO I NEED TO DO

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. You can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    Mozilla are working to prevent Mac users with non-compatible systems from getting the notification about Firefox 4, and also not displaying the "Download Firefox 4" button on http://www.mozilla.com

  • I need to download image from the url and the image is in byte format.

    hi
    i need to download image from the url
    http://www.tidelinesonline.com/mobile/j2me_v1?reqType=imageJoin&imageCount=1&month=1&day=1&year=2008&id=1&imageWidth=230&imageHeight=216&imageDepth=8&imageUnits=feet&imageType=JPG&msisdn=456
    first 5 digits will be its length,we need to download except 5 digits.
    can any one know how to do that.
    thanks in advance
    Mraj

    hi
    i need to download image from the url
    http://www.tidelinesonline.com/mobile/j2me_v1?reqType=imageJoin&imageCount=1&month=1&day=1&year=2008&id=1&imageWidth=230&imageHeight=216&imageDepth=8&imageUnits=feet&imageType=JPG&msisdn=456
    first 5 digits will be its length,we need to download except 5 digits.
    can any one know how to do that.
    thanks in advance
    Mraj

  • Workflow without 'save as' and huge storage consumption.

    I use Aperture & photoshp daily. Aperture no longer has 'save as' .. Photoshop hasn't, as yet followe suit, I am told. Very concerned about workflow changes incurring more complexity, more steps and hughe storage waste.
    Current work flow: I open one of the apps, then an image, initiate a bunch of edits, 'save as' my final desired result. I now have 2 files, the UNTOUCHED original and the edited second image.
    Several calls to Apple. They are not sure how the missing 'save as' works into this work flow, do not know how many more steps will be needed and how mush more complex. They did say, for the first time, now you have to check out each program to see how it's 'save as' concept will work... I guess and try to remember them all. WOW! 
    Also, with the 'versions' concept and processing raw images, instead of 2 files residing in memory at the end of the multiple edits, there will be a version for each edit step meaning there could be like 20, 50, even more huge files ... not wanted, not needed but consuming huge amounts of storage.
    It was finally decided there had to be a way to purge all those unnecessary files to win back storage space. More work and how?
    Their final assessment, you may not be able to proceed with Lion... with the future Mac's ongoing OS. I guess all photographers are at a loss then. Sad.
    Is this hopefully just a bad dream??

    The new Autosave/Versions paradigm is ideal for the situation you describe as “Current work flow”. It’s not a bit more complicated, it’s safer, and — if you can get past the fact that it is different from what you are used to — it is more logical. What you are doing is creating a new, modified copy of the original. So, open the original and Duplicate (File > Duplicate). That creates a new copy that you can edit, but it is treated like a new file, so when you close it, you get a Save As dialog. Or you can save it manually at any time just like any new file. No extra steps — just Duplicate at the beginning instead of Save As at the end.
    I said it is safer. Consider the following: In your current work flow: by accident or absent mindedness, you mistakenly Save rather than Save As. Now your original is clobbered. Of course, if you are smart, you have a backup. Otherwise it is gone. In the new workflow you might forget to duplicate at the beginning. But it’s not too late! Go ahead and duplicate later. When you duplicate an edited file you get a dialog asking what to do with the original. The choices are to leave it in its edited state or to revert to its original state. Even if you close the file without duplicating it, you can still re-open it and revert using Versions.
    As Pondini pointed out, you misunderstand how versions work. Versions are not files. It is more like a super sophisticated Undo. As you edit a file, only the latest version is saved in the file. Enough information to reconstruct intermediate versions is saved in a hidden versions database. So in your scenario, you still have only 2 files plus some information in the database. In general the versions information should be efficiently stored.
    This is how Aperture has always worked. As Terence Devlin pointed out, no version of Aperture has ever had a Save or Save As command. I wouldn’t be surprised if Aperture served as an inspiration or testing ground for Autosave/Versions. I am a serious amateur photographer, and I am not the least bit sad. I think this is a great advancement.

  • How can I delete ONLY the GPS coordinates from my Hi Res images WITHOUT "Save four Web" or Lightroom

    Hello,
    I take hi res pics of rare wildlife and plants with both my Camera's and iPhone's GPS deliberately ENABLED. Use the photos and their GPS coordinates to document and plot my sightings with dates on maps. CANNOT disclose those locations to others. I do want to keep the metadata in my pics to the very end.
    Use Photohop Extended CS 6 MAC. Save files as hi res TIFF or PSD and sometimes e-mail/upload my pics to the web when I'm done.
    I CANNOT use "Save for Web" to delete my metadata — I don't want the jpeg's lossy compression. Need to preserve color profiles.
    Don't have Lightroom.
    How do use Photoshop to remove ONLY the GPS coordinates from my hi res images EXIF data??? Want to keep other EXIF data.
    Surely Adobe can provide this life-saving service?
    Thanks

    Yep, as others mentioned, just use Bridge and delete the entries there.  You can select a whole batch of files and do them all at once.

  • Images edited in PSE10 and saved as Jpegs open up too dark on the desktop. OS is windows 7.

    Hi I have a new Laptop runnings Windows 7 Home Premium. I installed PSE10 this week. I uploaded scans of my artwork and I resized them and adjust the blue colour (by only one click/ or 1 shade of blue.) I saved the image as a Jpg - high. It opens up on the desktop far too dark. How do I save the images to the desktop so that I can update my website using jpgs from teh desktop.
    Thank you

    Dear Ken
    I did as you suggest. Saving it for web and I increase blue by one grade and I get a workable jpg. But that bit too dark in comparison to the original. I had the colour setting correctly set. I can save the particular image with the right colours using pse5 on my old Laptop. On the new laptop if I use "increase" blue to lighten up the image it appears too blue in emails and also on my website it will give the wrong colour as if it is overblue....
    Your answer is very reassuring and I will do as you suggest.
    Many Thanks
    Paul;a

  • HT201401 When I click on an image to save it and go to look at it in my camera roll, it isn't there but an old pic I deleted is. What's happening?

    Sometimes I see photos I like and save them to use as reference for various projects. Lately when I save the image and go to my camera roll for a better look, the image I saved is not there but an old photo I deleted is in it's place. The old photo shows up in the thumbnails but if I click on it to view it, it's a black square. What is happening?

    Hi prahnibell,
    Please check the size of the files you are try to open.
    This document describes the maximum limit for the size for an image usable in Adobe Photoshop Elements;
    http://helpx.adobe.com/photoshop-elements/kb/maximum-image-size-limits-photoshop.html
    Let us know in case you require more help.
    Regards,
    Sarika Behal

  • PLACING Images in Illustrator documents and saving.

    Is there any way to just embed pictures in an illustrator document, because I know when you PLACE (File> Place) them in, it creates a link, and if you accidently delete a pic or something it won't show up in your document you open.  My question is:  Is it possible once you place images in your document, to embed them permanantly without having them linked at all, yet still preserve editing capability?
    I save out a lot of PDF's and sometimes the images are linked to the pdf's as well.  I always have (preserve illustrator editing capabilities) checked when I save out my PDF's in order to make changes regularly.  ANY HELP??

    To embed images go to you links palette flyout menu and choose embed.
    Experienced Illustrator users usually do not embed because
    makes your illustrator files larger and slower.
    cannot keep track of resolution or color space
    they can keep track of their files without losing
    making edits later is a longer process
    overall control and management of image quality is better
    Embedding images on large projects increase the overall project file size, because you make a copy of the image within illustrator each time you embed.
    To edit embedded images, you need to copy from illustrator and paste them into photoshop. Problem is you do not know what original resulotion they are and you maybe upsampling the image or changing the colorspace/profile. If you still want to embed, you are better off , keeping an original image in your job folder, that you can edit in Photoshop, and then use the links palette in Illustrator to relink.

  • Webcam Image ROI snapshotin​g and saving

    Hey everyone,
    I'm somewhat new to Labview and I've only recently gotten the Vision Development Module and the Vision Acquisition software. It's extremely new to me and I'm at a loss. I searched around and couldn't seem to find exactly what I'm looking for, or maybe I didn't understand it enough to know. I'm really just looking for something to get me started. I'm currently using my laptop and I wanted to create a VI that showed what my webcam was seeing continuously, allows the user to drag and focus on a specific area, and can take a snapshot of the user defined spot.
    Ultimately I'm going to use the snapshoted image as a comparison to a later snapshoted image. I'm just looking for somewhere to get started. I've played around with some of the functions and was able to see what my webcam was seeing though I had no clue how to take a snapshot of the image of the ROI.
    Thanks in advance for the assistance.
    EDIT: I added a VI of what I'm currently working with that I found from searching around. It's doing pretty much exactly what I want, but I'm just stuck at the snapshoting of the ROI. I want to save that ROI as an image so that I can later compare it to a different image that's taken later.
    Attachments:
    camVi.png ‏8 KB

    Hello,
    if I understand correctly, this should do the trick. You just need to create a ROI property node and extract the subimage (you might need to replace some of the functions (subvi's) with your Labview version (the attachement is saved in Labview 2013 and 2010 in case you have an older version).
    Your loop sleeps too little (you are using a refresh rate of 100 fps). Webcameras usually have ~25 - 30 fps, so you should generally match this refresh rate.
    Best regards,
    K
    https://decibel.ni.com/content/blogs/kl3m3n
    "Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
    Attachments:
    snap.zip ‏57 KB

  • How to manage image without save it on db

    dear all,
    my goal is don't store image into db but only save the path that ponit to them in a db tupla.
    Is this achievable?
    Thanks in advance
    kind regards
    carmelo Pace

    Yes. You can either create a BFILE type (which is just a pointer to a file on the file system) or you can store the path in a VARCHAR2 column.
    Of course, with either solution, updates of images will not be transactional and you'll have to ensure that the data in the database remains synchronized with the data on the file system (i.e. if an image is deleted from the file system, you'd have to delete the corresponding row(s) from the database, if there is a failure and you restore a backup, you'd have to restore the file system backup at the same time.
    Justin

  • Downloading iOS without iPhone attached AND on another computer

    This is a double-barreled question ...
    Can iOS updates be downloaded without the iPhone attached?
    And can they be at least downloaded on a computer that's not married to the iPhone?? And then transferred to the marital home for installation???
    Sounds all very improper, but ...
    All advice gratefully received.
    Michael

    Hi,
    Can iOS updates be downloaded without the iPhone attached?
    No.
    And can they be at least downloaded on a computer that's not married to the iPhone??
    No.
    Bottom line is the iPhone must be connected to a computer and synced using your iTunes account. When you get that far, launch iTunes then from the menu bar click Store / Authorize This Computer.
    Then sync the iPhone using iTunes.
    If this is a Windows based computer, you may need to disable anti virus software and turn off the Firewall first before syncing.
    Carolyn
    Message was edited by: Carolyn

  • My lock screen just shows a black background and a User Name/Password dialog after opening the screen from sleep. How do I get it back to where it blurs my desktop image with the dialog and my account image displayed?

    I'm not sure when it began, but now my Macbook Air only shows a black background and a User Name and Password dialog box when I wake it from sleep. It used to show my desktop background blurred with my user name and icon displayed with only a text field for entering my password. I'm currently using Yosemite (OS X 10.10.1) and all updates have been done. Any help or suggestions would be greatly appreciated as I know this isn't a real problem, just an annoyance since I couldn't find how to change it back in the System Preferences.

    I just have to point out that after looking at a related post (https://discussions.apple.com/message/22661092#22661092), it brought to memory that my issue most certainly began happening after I added some DoD certificates to the keychain. This obviously has something to do with it, but it still leaves me wondering what actually causes this to happen. :/

Maybe you are looking for

  • SEGW : Copy Project vs Redefine(OData Service)

    Dear Friends, This is regarding the differences between various modeling approaches in SEGW 1. An Existing Project ( and Technical Service , say, Parent 1.0 ) is live 2. A new Project ( and Technical Service , say, Child 1.0) is to be implemented. Wh

  • Need Urgent Help in remote debugging

    Folks! Im having difficulties remote debugging my application. Im using jdev rc2 using oc4j 9.0.2 externally on a win2k machine. My sources are compiled outside jdeveloper using the oracle compiler. Ive setup the server to run with: d:\oradev\jdk1.3\

  • "Discover" Application problem

    I've already installed the newest IOS 4.1 firmware, and my discover application doesn't start. I've also sent a message to the developer through the application failure site, by I didn't get any recommendation. It's not just a problem with the applic

  • Need help with Report Script calculation...

    When trying to implement a calculation on 2 members (sales, tax exempt) I am having a problem keeping the report from accumulating the calculation total... Any ideas would certainly be appreciated. Thanks, //*****Script****** { CALCULATE ROW  "item1"

  • Evaluation of change logs - how to read it in ABAP ?

    Hi, i have a logging on a table in SAP. You can use report RSVTPROT for reporting the changes. BUT: i have to look for changes in my own ABAP. How can i use the table log ? I found some function modules like DBLOG_READ, but they seem to be very compl