Shake Reduction - doesn't open image. Message is "unable to locate additional blur estimation regions". What shall I do?

HI - Usually shake reduction works (as much as it does) but I'm trying it on an image with one person moving in hopes of correcting it a bit.
Image doesn't even show up on the screen in Shake Reduction. Just a blank and then a window opens which says "unable to locate additional blur estimation regions.
What does this mean? Shat shall I do?
Thanks!

Wrong forums. Try http://answers.microsoft.com/en-us/mac

Similar Messages

  • Javax.jbi.messaging.MessagingException: Unable to locate the operation

    Hi,
    I'm getting the following expection when try to test a built and deployed composite application:
    javax.jbi.messaging.MessagingException: Unable to locate the operation that has the matching message signature in the requested endpoint {tmf854.v1.ws}ServiceProvisioning,ServiceProvisioningHttp,inbound as in the input SOAP body.
    This doesn't make sense, as the Glassfish log shows:
    Prepared inbound endpoint {tmf854.v1.ws}ServiceProvisioning,ServiceProvisioningHttp,inbound mapped to context /ServiceProvisioning/Common.
    Below is the WSDL:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions xmlns:tmf854WS="tmf854.v1.ws"
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                      xmlns:tmf854XSD="tmf854.v1"
                      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                      xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
                      targetNamespace="tmf854.v1.ws"
                      name="IhugProvisioningService"
                      xmlns:ns1="tmf854.v1"
                      xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
                      xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop">
        <!-- ================ -->
        <wsdl:types>
            <xsd:schema targetNamespace="tmf854.v1.ws">
                <xsd:import namespace="tmf854.v1" schemaLocation="Header.xsd"/>
                <xsd:import namespace="tmf854.v1" schemaLocation="Exceptions.xsd"/>
                <xsd:import namespace="tmf854.v1" schemaLocation="IHugServiceProvisioning.xsd"/>
            </xsd:schema>
        </wsdl:types>
        <!-- ===================== Definition of Exception Message ====================== -->
        <wsdl:message name="ProcessingFailureException">
            <wsdl:documentation>
                The generic exception message.
            </wsdl:documentation>
            <wsdl:part name="ProcessingFailureException" element="tmf854XSD:ProcessingFailureException"/>
        </wsdl:message>
        <!-- ===================== Definition of getAvailableServicesByLWC Request/Response Messages ========= -->
        <wsdl:message name="getAvailableServicesByLWC">
            <wsdl:documentation>
                The getInventory request message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:getServicesByExchangeID"/>
        </wsdl:message>
        <wsdl:message name="getAvailableServicesByLWCResponse">
            <wsdl:documentation>
                The getInventory response message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:getServicesByExchangeIDResponse"/>
        </wsdl:message>
        <!-- ===================== Definition of configureService Request/Response Messages ========= -->
        <wsdl:message name="configureService">
            <wsdl:documentation>
                The configureService request message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:configureService"/>
        </wsdl:message>
        <wsdl:message name="configureServiceResponse">
            <wsdl:documentation>
                The configureService response message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:configureServiceResponse"/>
        </wsdl:message>
        <!-- ===================== Definition of getServiceDetails Request/Response Messages ========= -->
        <wsdl:message name="getServiceDetails">
            <wsdl:documentation>
                The getServiceDetails request message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:getServiceDetails"/>
        </wsdl:message>
        <wsdl:message name="getServiceDetailsResponse">
            <wsdl:documentation>
                The getServiceDetails response message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:getServiceDetailsResponse"/>
        </wsdl:message>
        <!-- ===================== Definition of testService Request/Response Messages ========= -->
        <wsdl:message name="testService">
            <wsdl:documentation>
                The testService request message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:testService"/>
        </wsdl:message>
        <wsdl:message name="testServiceResponse">
            <wsdl:documentation>
                The testService response message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:testServiceResponse"/>
        </wsdl:message>
        <!-- ===================== Definition of restartService Request/Response Messages ========= -->
        <wsdl:message name="restartService">
            <wsdl:documentation>
                The restartService request message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:restartService"/>
        </wsdl:message>
        <wsdl:message name="restartServiceResponse">
            <wsdl:documentation>
                The restartService response message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:restartServiceResponse"/>
        </wsdl:message>
        <wsdl:message name="ServiceProvisioningOperationRequest">
            <wsdl:part name="part1" type="xsd:string"/>
        </wsdl:message>
        <wsdl:message name="ServiceProvisioningOperationReply">
            <wsdl:part name="part1" type="xsd:string"/>
        </wsdl:message>
        <!-- ===================== Definition of reservePort Request/Response Messages ========= -->
        <wsdl:message name="portReservation">
            <wsdl:documentation>
                The portReservation request message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:portReservation"/>
        </wsdl:message>
        <wsdl:message name="portReservationResponse">
            <wsdl:documentation>
                The portReservation response message.
            </wsdl:documentation>
            <wsdl:part name="mtosiHeader" element="tmf854XSD:header"/>
            <wsdl:part name="mtosiBody" element="tmf854XSD:portReservationResponse"/>
        </wsdl:message>
        <!-- ======= Port Type Definitions ========= -->
        <!-- ======= Port Type Definitions ========= -->
        <!-- ======= Port Type Definitions ========= -->
        <wsdl:portType name="ServiceProvisioningPortType">
            <wsdl:documentation>
                The Available Services porttype
            </wsdl:documentation>
            <wsdl:operation name="GetAvailableServicesByLWCOperation">
                <wsdl:documentation>
                    This is the getInventory request/response operation.
                </wsdl:documentation>
                <wsdl:input message="tmf854WS:getAvailableServicesByLWC"/>
                <wsdl:output message="tmf854WS:getAvailableServicesByLWCResponse"/>
                <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>
            </wsdl:operation>
            <wsdl:operation name="ConfigureServiceOperation">
                <wsdl:documentation>
                    This is the configureService request/response operation.
                </wsdl:documentation>
                <wsdl:input message="tmf854WS:configureService"/>
                <wsdl:output message="tmf854WS:configureServiceResponse"/>
                <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>
            </wsdl:operation>
            <wsdl:operation name="GetServiceDetailsOperation">
                <wsdl:input message="tmf854WS:getServiceDetails"/>
                <wsdl:output message="tmf854WS:getServiceDetailsResponse"/>
                <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>     
            </wsdl:operation>
            <wsdl:operation name="TestServiceOperation">
                <wsdl:input message="tmf854WS:testService"/>
                <wsdl:output message="tmf854WS:testServiceResponse"/>
                <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>     
            </wsdl:operation>
            <wsdl:operation name="RestartServiceOperation">
                <wsdl:input message="tmf854WS:restartService"/>
                <wsdl:output message="tmf854WS:restartServiceResponse"/>
                <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>     
            </wsdl:operation>
            <wsdl:operation name="PortReservationOperation">
                <wsdl:input message="tmf854WS:portReservation"/>
                <wsdl:output message="tmf854WS:portReservationResponse"/>
                <wsdl:fault name="ProcessingFailureException" message="tmf854WS:ProcessingFailureException"/>     
            </wsdl:operation>
        </wsdl:portType>
        <wsdl:binding name="ServiceProvisioningSoapHTTPBinding" type="tmf854WS:ServiceProvisioningPortType">
            <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
            <wsdl:operation name="GetAvailableServicesByLWCOperation">
                <soap:operation soapAction="getAvailableServicesByLWC"/>
                <wsdl:input>
                    <soap:header message="tmf854WS:getAvailableServicesByLWC" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:input>
                <wsdl:output>
                    <soap:header message="tmf854WS:getAvailableServicesByLWCResponse" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:output>
                <wsdl:fault name="ProcessingFailureException">
                    <soap:fault name="ProcessingFailureException" use="literal" />
                </wsdl:fault>
            </wsdl:operation>
            <wsdl:operation name="ConfigureServiceOperation">
                <soap:operation soapAction="ConfigureServiceOperation"/>
                <wsdl:input>
                    <soap:header message="tmf854WS:configureService" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:input>
                <wsdl:output>
                    <soap:header message="tmf854WS:configureServiceResponse" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:output>
                <wsdl:fault name="ProcessingFailureException">
                    <soap:fault use="literal" name="ProcessingFailureException" />
                </wsdl:fault>
            </wsdl:operation>
            <wsdl:operation name="GetServiceDetailsOperation">
                <soap:operation soapAction="GetServiceDetailsOperation"/>
                <wsdl:input>
                    <soap:header message="tmf854WS:getServiceDetails" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:input>
                <wsdl:output>
                    <soap:header message="tmf854WS:getServiceDetailsResponse" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:output>
                <wsdl:fault name="ProcessingFailureException">
                    <soap:fault use="literal" name="ProcessingFailureException" />
                </wsdl:fault>
            </wsdl:operation>
            <wsdl:operation name="TestServiceOperation">
                <soap:operation soapAction="TestServiceOperation"/>
                <wsdl:input>
                    <soap:header message="tmf854WS:testService" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:input>
                <wsdl:output>
                    <soap:header message="tmf854WS:testServiceResponse" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:output>
                <wsdl:fault name="ProcessingFailureException">
                    <soap:fault use="literal" name="ProcessingFailureException" />
                </wsdl:fault>
            </wsdl:operation>
            <wsdl:operation name="RestartServiceOperation">
                <soap:operation soapAction="RestartServiceOperation"/>
                <wsdl:input>
                    <soap:header message="tmf854WS:restartService" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:input>
                <wsdl:output>
                    <soap:header message="tmf854WS:restartServiceResponse" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:output>
                <wsdl:fault name="ProcessingFailureException">
                    <soap:fault use="literal" name="ProcessingFailureException" />
                </wsdl:fault>
            </wsdl:operation>
            <wsdl:operation name="PortReservationOperation">
                <soap:operation soapAction="PortReservationOperation"/>
                <wsdl:input>
                    <soap:header message="tmf854WS:portReservation" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:input>
                <wsdl:output>
                    <soap:header message="tmf854WS:portReservationResponse" part="mtosiHeader" use="literal" />
                    <soap:body parts="mtosiBody" use="literal" />
                </wsdl:output>
                <wsdl:fault name="ProcessingFailureException">
                    <soap:fault use="literal" name="ProcessingFailureException" />
                </wsdl:fault>
            </wsdl:operation>
        </wsdl:binding>
        <wsdl:service name="ServiceProvisioning">
            <wsdl:port name="ServiceProvisioningHttp" binding="tmf854WS:ServiceProvisioningSoapHTTPBinding">
                <soap:address location="http://localhost:18181/ServiceProvisioning/Common"/>
            </wsdl:port>
        </wsdl:service>
        <vprop:property name="CorrelationToken" type="xsd:string"/>
        <vprop:propertyAlias propertyName="tmf854WS:CorrelationToken" messageType="tmf854WS:configureService" part="mtosiHeader"/>
        <plnk:partnerLinkType name="IhugServiceProvisioning">
            <plnk:role name="Requestor" portType="tmf854WS:ServiceProvisioningPortType"/>
            <plnk:role name="Service" portType="tmf854WS:ServiceProvisioningPortType"/>
        </plnk:partnerLinkType>
    </wsdl:definitions>Any ideas how to resolve this?
    Regards,

    The problem was the generated test SOAP message from Netbeans. When built, the interface had more levels than described below. I've also had similar issues caused by bad namespaces - either not defined properly or not picking up the default namespace.

  • HT1349 I am trying to burn music to a CD - message says:  unable to locate the original file and will not burn the playlist.  Is there a setting that I must change.  ?

    I am trying to burn music to a CD-R-  message says:  unable to locate the original file.   Music is on the iTunes program but will not play or burn.  Is there something I should change to be able to burn to CD? 

    If they were songs you purchased from itunes, try redownloading them from your purchases...
    if that doednt work, make sure the optuon to copy files to itunes media folder is checked in settings, then find and download from the net. and re-add them to your library

  • HT3775 I am using OSX Lion 10.7.2. Quick Time player can open some of 'MOV' format video but some can not. What shall I do?

    I am using OSX Lion 10.7.2. Quick Time player can open some of 'MOV' format video but some can not. What shall I do?

    Use VLC . Plays just about any format and it's free.
    http://www.videolan.org/vlc/

  • Bridge CS6 Mavericks. "Preview" doesn't open images (they appear as white thumbnails),"Content" does

    I recently reformatted my hard drive and reinstalled my programs, replacing Snow Leopard with Mavericks. I've downloaded the latest version of Camera RAW.  In Bridge I now see my images as thumbnails without a problem. However thePreview view doesn't open; I just see blank thumbnails. Before everything worked fine. Any suggestions?
    Many thanks.

    Thanks for the quick response, Pierre-Etienne. Something very strange is happening, but first let me answer your questions. After I reinstalled PS CS6 on my MacBook Pro (whose HD I had just reformatted under Mavericks) two days ago, I got a message from the Adobe Notifier or whatever it's called, telling me that there were a number of updates available for my Adobe products.  I downloaded and installed them; I think a Bridge was included.  I got an error message concerning 3 updates, including Camera RAW, so I went and got them by hand.  The most recent ACR version seemed to be 6.7, bundled with DNC converter 8.3, which I installed, and then this morning when I ran across the problem I wrote about I did a new download, this time of the latest stand-alone version of ACR.  I believe it was also 6.7, but when I open a file now in Camera RAW it gives the ACR version as 8.3.  A bit confusing.  You ask, where?  In France, where I live, but from the English language site.
    Now here's the strange thing.  I just came back from some very intensive work at an international conference, where over the course of 5 days I took almost 8000 pictures.  I use the star sytem in Bridge to rate the pictures (in this case 0 to 3 stars).  Within each star folder there are subfolders for the different days, and then sub-subfolders for the various events each day - all in all, quite a few folders.  This morning I was looking at the pictures in a particular folder, and the phenomenon that I wrote about occured: no preview image.  I just checked, and it turns out that that is the only folder out of over 200 so affected!  All the other pictures open normally, in all star level folders, on all days, at all events.  What an amazing coincidence!
    So I guess I don't in fact have a major problem.  I have a minor problem involving one particular folder.  The only question remaining is why that particular folder, and could it happen again?
    Thanks for your help.
    RGdeL

  • External Editor Photoshop CS doesn't open image

    When I attempt to open an image from Aperture with Photoshop CS as my external editor, the Photoshop application opens, but the image doesn't open. If I use another external editor (ie iPhoto) the image does open. This is true whether it is tiff, psd or jpeg. Does anyone have any solution to this problem?

    By reinstalling Photoshop, the problem resolved

  • Edit in External doesn't open image

    I'm using LR2. When I do cmnd+E or Photo/Edit in/PS it launches Photoshop, but the image doesn't open in the program. It just opens with no photo opened.
    If it helps, my settings for External Editing are:
    Program: Edit in PSCS3
    File Format: PSD
    Color Space: AdobeRGB (1998)
    Bit Depth: 16bit
    Resolution: 240
    If I open in using Capture NX as the program it works fine.
    I've tried editing both the original and a virtual copy, same results. If I drag the thumbnail from LR to the PS icon on my dock it opens the image in PS just fine but that's the wrong way to go about it because it doesn't keep it in the catalog, etc.

    Ah, I couldn't find anything on it. Guess I wasn't looking hard enough. Thanks, I'll hang tight for a fix.

  • Lightroom (Win7) 4.3 "Edit in" function opens Elements 11 but doesn't open image

    Howdy All,
    I'm running Windows 7 64bit Lightroom 4.3, right clicking on the current open image and selecting "Edit In" "Photoshop Elements 11.exe" which does cause Elements 11 to open but without opening the image originally selected from within Lightroom.  I saw that Mac users need to point the "Edit In" Preferences to the proper location of the Photoshop Elements Editor but I couldn't find info that confirms I'm pointing at the "right" Photoshop Elements 11 file for Windows 7 users.
    Note that I had to manually enter the "Photoshop Elements 11.exe" within the preferences settings because I had previously uninstalled Elements 9 which had been the choice within the preferences setting for "Edit In".
    How do I get this Lightroom4.3/Elements11 sequence to automatically open the RAW image in Elements 11 with the current set of edits made in Lightroom?
    Thanks, Dave
    (My 1st post in this forum!)

    Howdy All,
    After going back into Lightroom/Preferences for the thousandth time, all of a sudden instead of having PhotoshopElements11.exe as the only logical choice, I now had a folder within the Adobe folder called Photoshop Elements 11 (that had its own special Adobe folder icon) and within that folder was no longer "Photoshop Elements11.exe" but now "Photoshop Elements Editor"!  That, of course, was what I was looking for all along.  Once that was selected within Preferences, Elements now pops-up with an image ready for editing.  I'm not sure why Photoshop Elements Editor is now a choice when it wasn't last night.  I had already performed re-installs of both products, several re-boots etc. and never had Editor as a choice.  I hadn't even shut down my PC overnight either!  I was beginning to think that Editor was only a Mac term and that Win7 used some other name that I had yet to discover.  Maybe my PC was just waiting for 2013 :-).  All is well.

  • The latest QT 10 player doesn't open image sequence anymore?

    I recently upgraded to snow leopard. I found the QT10 came with it has no "open image sequence" under the File menu.
    My old QT7.6.6 player has this wonderful feature.
    Can someone explain what's going on? Thanks.

    I just noticed the same problem. However, I did do a Time Machine backup before I upgraded and was able to restore the previous version of QuickTime as well as keeping the new version. I've just tested the 'Open Image Sequence' on the old version and it appears to work fine.

  • Asha 501- email account doesn't open images and ca...

    I'm using my gmail account in the asha 501. I cannot see any option to download the attachment to my phone.
    Also, it takes all the time on earth to open large messages, though I agree its 2g speed but its taking a lot of time and round sign revolves and nothing happens and I need to quit that msg.
    Any solutions for this..

    Have you made any comparison using WLAN access point instead?
    Have read elsewhere however that "You can quickly reply, forward, download attachments which you can save to downloads folder and access them later, the whole experience was average because it seems HTML support is missing and many of my Emails were not formatted properly when it comes to line breaks and paragraphs".
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Shake reduction doesn't appear in filter menu in CS6 for Mac, how do I get it?

    I downloaded and installed CS6 for Mac over the weekend. There is no shake reduction in the filters menu, under the shapen filters. I looked in several places for it and can not find it. I updated the software also and it still does not show. Does any one know why this filter is not in CS6 for Mac? How do I get it?

    These fetaures are only available in Photoshop CC (aka CS7), which will only become available beginning on June 17.
    Mylenium

  • [SOLVED] google-chrome doesn't open images

    Hi,
    I want to know if there's any chance to define which software google-chrome uses to open image files.
    Currently when I try to open a file from google-chrome I get this:
    LaunchApp: failed to execvp:
    xdg-open
    Thanks.
    Last edited by aeurielesn (2010-07-31 08:12:22)

    karol wrote:https://bbs.archlinux.org/viewtopic.php … 40#p780740
    Thanks karol!
    As stated here, I needed to install xdg-utils too, now it works like a charm.
    Regards, Alexander.
    Last edited by aeurielesn (2010-08-02 16:34:15)

  • HT201210 Itunes won't launch? Message reads "Unable to locate Component - MSVCR80.d11 was not found. Do you have a solution please?

    I just tried to update iTunes to version 11.1.4 on my Windows Desktop, which is normally not a problem.
    However, halfway through the download, the following message pops up:-
    "iTunes.exe - Unable to Locate Component. This application has failed to start because MSVCR80.dll was not found. Reinstalling the application may fix this problem"
    I have uninstalled iTunes and reinstalled it, however the message is the same.
    Any suggestions?

    Read the threads over on the right under the heading of More Like This
    Allan

  • IDVD doesn´t open - Image not founds - immediately  quits

    One week ago, i was building a DVD with iDVD. Everything worked just fine.
    But today iDVD immediately quits when i´m trying to open it.
    I am running MAC OSX 10.6.8 and installed the iPhoto and iMovie Update yesterday.
    The error-message of iDVD says:
    Process:         iDVD [1850]
    Path:            /Applications/iDVD.app/Contents/MacOS/iDVD
    Identifier:      com.apple.iDVD
    Version:         ??? (???)
    Build Info:      iDVD-11500000~31
    Code Type:       X86 (Native)
    Parent Process:  launchd [168]
    Date/Time:       2011-07-12 15:27:53.878 +0200
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          148640 sec
    Crashes Since Last Report:           17
    Per-App Crashes Since Last Report:   13
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: @rpath/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
      Referenced from: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owProducer.framework/Versions/A/iLifeSlideshowProducer
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <67866EA0-11AD-E175-066C-48E996265855> /usr/lib/dyld
    Model: MacBookPro8,1, BootROM MBP81.0047.B0E, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK5065GSXF, 465,76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8, 7,5 GB
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 4
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    How do i solve this error?
    Tried to reinstall iPhoto/iDVD with the Application DVD of my Mac but it didn´t work :/

    Just solved it. Deleted iPhoto, iDVD completly, installed them with the Application-DVD and updated both.

  • Clicking email-links doesn't open "new message" window

    Hi,
    When I click email links, safari doesn't take me to the "new message" window. It activates safari: the program comes on in the dock and the text next to the apple logo changes to "mail", but I don't get the "new message" window

    You're welcome. Glad to have helped.
    Mahalo (thanks) for the and Aloha from Big Island.

Maybe you are looking for

  • Posting date as selection parameter in COPA report painter report

    hi, we want to include the posting date and document date in selection criterion of COPA report generated through report painter. we do not want to use period and fiscal yr as selection criterion. pls suggest. regards FLD

  • Why are my pics/video in iphoto being moved around?

    My iphoto seems to swallow chunks of pics/video and store them in other places, ex. my external hard drive w/o my consent. It was working fine until I installed FCPX, could that have anything to do with it?

  • How to extend search help range?

    Hi all, I have a requirement. I have to display more than 5000 search help results in the selection screen when I press F4 on a field. Usually SAP permits only 5000, but I want to display more than 5000. Useful answers will be rewarded immediately. T

  • MENU NOT FOUND [ 66000-27] in Manage Crystal Report

    Hi All, I had installed crystal report add-on in my SAP Business One System but when I am going to Adminstration > Crystal Report Administration > Manage Crystal Report, I am getting the following error as - MENU NOT FOUND 66000-27. Please note that

  • ID and Mathmagic : batch equation conversion by scripting ?

    Hello, My configuration : MacOS X + ID 6 + Mathmagic In ID, I have a text document with LaTex expressions, between \[ and \] tags. With a shortcut, I can convert these expressions in Mathmagic equation, one by one, when cursor is placed between tags.