Applications not running after upgrade

I upgraded to 10.6.6 from 10.5.8. All seemed well until I tried to open Aperture 3.0. Aperture, which is my lifeline, will not start. The icon jumps up and down in the dock and then I finaqlly get a error message that says it is not compatible, contact the developer or try reinstalling. I tried reinstalling, restatred and the same problem persists. I have a BU of my Aperture vault, but not of my entire 10.5.8. I very much need to get aperure running for client images. Any ideas or suggestions for fixes would be welcomed. Reading all the issues associated with 10.6.6 is Apple going to be putting out a fix soon?

Here is what did the trick for me if others are having the same problem:
Open the Applications folder.
Drag the Aperture application to the Trash.
Open the Utilities folder within the Applications folder.
Open the Terminal application.
On the command line, type the below command (which is case-sensitive) and then press Return:
*sudo pkgutil --forget com.apple.pkg.Aperture*
When prompted, enter your user password and press Return.
Insert your Aperture disc and install Aperture.
When finished, choose Software Update from the Apple () menu to update your software to the latest version.

Similar Messages

  • My Epson Scan software running my Epson Perfection v500 Photo will not run after upgrading to mavericks. Any suggestions?

    After upgrading to Mavericks I find that the Epson Scan software will no longer run so I cannot now use my Epson Perfection V500 Photo scanner. Is there a solution to this? If not can I delete Mavericks and go back to Mountain Lion?

    Hi...
    Epson is working on new drivers / software for this scanner.
    Until then, you can perform basic scanning from Image Capture.
    Or go for 3rd party app. like vuescan.
    Regards
    Dennis

  • CSCur57111 - VMWare tools not running after upgrade from 1.2 to 1.3

    I guess that we need to create a TAC case to be able to run this script as root ? 
    regards
    Gudmundur

    I've upgrade from v1.2 to v1.3 (in a test-lab so far). I also found this problem of VMWare reporting the VM tools are not running, despite my changing the host type to RedHat6/x64.
    Did you manage to figure out how to get ROOT access to be able to run the fix they mention?
    https://tools.cisco.com/bugsearch/bug/CSCur57111/?referring_site=bugqvinvisibleredir
    Thanks.

  • Report will not run after upgrade to new Crystal server

    My company has been using Business Objects version 11.5 Central Management Console and InfoView for Crystal reports. We are upgrading to
    SAP BusinessObjects BI Platform 4.1 Support Pack 1 Version: 14.1.1.1036 Central Management Console and BI Launch Pad. I have one report that is using a sql command for nat2date of a database value that is running successfully on InfoView but will not run on BI Launch Pad. The nat2date function is converting a random number in our database to a date and then selecting the records for the report by using the LastFullWeek function.
    ({Command.NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME)} in LastFullWeek)
    Is there something I need to add to the new CMC to recognize this sql command?
    Thanks for any suggestions!

    Ok, with BI 4.1 you'll need to use Crystal 2013 instead of Crystal 11.5.  For the vast majority of your reports, you won't have to manually upgrade them because the 11.5 version will work fine in the new version of BO.
    I suspect the problem you're seeing is with the "{Command.NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME)}" syntax. is "NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME)" the field alias that you're returning for this function?  Or are you trying to call the function like this?  I would call the function and alias it in the "Select" clause of your command so that it looks something like this:
    Select
      ...<various fields>...,
    NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME) as FROZEN_DATE
    from
    where
    You could then change the selection criteria to something like this:
    {Command.FROZEN_DATE} in LastFullWeek.
    That will fix the report as is.
    However, when you use the Select Expert for reports that have a command, Crystal will pull ALL of the data from the query into memory and then filter it there - it will NOT push this selection criteria down to the database.  So, I usually recommend that you put all of the filter criteria in the Where clause of the command.  You could use something like this to get "LastFullWeek":
    NAT2DATE(PY_PAY_SEGMENT_T.FROZEN_TIME) between Trunc(Sysdate - 7, 'DAY')  and
    Trunc(Sysdate, 'DAY') - 1
    "Trunc(Sysdate, 'DAY')"  will give you the first day of the current week and "Trunc(Sysdate -7, 'DAY') will give you the first day of the previous week.
    If you do it like this in the where clause, you may not have to include the "Frozen_Date" in the select clause.
    -Dell

  • Mail.app not running after upgrading to 10.10.3

    After upgrading to 10.10.3 I have been unable to launch Mail.app. It either shuts down automatically or after aprox. 5 seconds.
    I am attaching the error message I get. Any help would be much appreciated.
    https://dl.dropboxusercontent.com/u/3701227/Mail.app%20Error.rtf
    (This website wouldn't let me post this with the error inline, probably due to its length)

    Mail is still terrible on my now 10.10.3 iMac, but it is NOT working (gives no content at all for my 14 accounts) on my MacBook Pro with 10.10.2 (worked as on the iMac before I upgraded to 10.10.3.
    On my iPhone 6 128GB with 8.3 also Mails has started to reject. Everything works OK if I check emails in Safari.
    Apple has since 10.10 had a huge Mail-problem. And they are not addressing it, nor fixing it.
    .f

  • Applications not working after upgrade from apex 3.2 to apex 4

    hi,
    we've created an application with apex 3.2 which works fine.
    today we upgraded apex 3.2 to apex 4. after the upgrade the application doesn't work anymore.
    we recognized the following things:
    - interactive reports don't work anymore
    - tabs don't work anymore
    - buttons don't work anymore
    what do we have to do, to get our apex 3.2 application to work with apex 4?
    regards,
    matthias

    I've seen similar problems to my applications. I've found a problem with the derived columns or link columns in reports. The only solution I founded is to delete the columns and then make them again. Now are working. No problem founded specifically for the interactive reports. If there is an automated solution for the derived columns or link columns it will be appreciated ;-).

  • SSIS 2005 not running after upgrading (32 bit, Windows XP to 64 bit Windows 7)

    I really need some help. Recently I went from using Visual Studio and SQL 2005 on a laptop (32bit system - Windows XP) to a desktop unit 64bit processor with Windows 7). SSIS on the laptop worked just fine and I could execute and open packages in SSIS; however,
    my new desktop unit will not even allow me to open a new package or run an existing package. As soon as I attempt to create a new SSIS project, I receive the following error: "An error prevented the view from loading. The specified module could not be
    found. (Exception from HResult:0x8007007E)(System Windows Forms).
    SSIS won't allow me to view the control flow or data flow screens and if I attempt to run an existing package created with the SSIS wizard I receive the following error: SSIS package "Package1.dtsx" starting.
    Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning.
    Error: 0xC0202009 at Package1, Connection manager "SourceConnectionExcel": SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040154.
    An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x80040154  Description: "Class not registered".
    Error: 0xC020801C at Data Flow Task, Source - Without_Sample$ [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "SourceConnectionExcel" failed with error code
    0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error: 0xC0047017 at Data Flow Task, DTS.Pipeline: component "Source - Without_Sample$" (1) failed validation and returned error code 0xC020801C.
    Error: 0xC004700C at Data Flow Task, DTS.Pipeline: One or more component failed validation.
    Error: 0xC0024107 at Data Flow Task: There were errors during task validation.
    SSIS package "Package1.dtsx" finished: Failure.
    I have tried changing the properties in the package to run in 32-bit mode; however, this does not work. I can run queries and import data in SQL Server Management Studios just fine, as well as run queries and reports in Visual Studios; however, I can't execute
    or create any package in Visual Studio with the new machine. Am I missing a needed system file in the new sysWOW64 folder? The IT person who installed the software isn't familiar with the program and doesn't know how to fix it either. I'm relatively new with
    using SSIS and really need some help on how to get this fixed. Any help you can offer would be greatly appreciated.

    If the Development Studio environment does not even open then it is probably an installation issue. Possibly a DLL did not register properly. Could you take a look at the following forums where a similar issue is being discussed? You can also look for more
    responses by searching for "0x8007007e visual studio on windows 7" in your search engine.
    http://support.microsoft.com/kb/978714
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/0bcf22d6-adab-4595-b0d8-3a37ce7fbff3/2008-ssis-designer-stops-working-after-installing-vs11-dev-preview?forum=sqlintegrationservices
    http://stackoverflow.com/questions/10460118/the-specified-module-could-not-be-found-exception-from-hresult-0x8007007e
    - Aalamjeet Rangi | (Blog)

  • Flex 4.5 mxml based application not running after iOS packaging on i pad

    I have created one mxml based application on flex 4.5 and make the .ipa file by iOS packaging of adt command.The command  goes as followes
    adt -package -target ipa-debug -storetype pkcs12 -keystore  development_key.p12 -provisioning-profile flex_air.mobileprovision  testIphone.ipa testIphone-app.xml testIphone.swf
    The .ipa files are generated in the root folder of the C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\bin folder.
    But when I am running that file in Ipad it is not working.Cant install that application on Ipad.
    Can anybody have any solution for this??

    Hi Debarghya:
    As you mention "Cant install that application on Ipad." I am assuming that you can't get it on your iPad if that is the case. There are two things you should check.
    1. Does your mobileprovision has your device added to it, on iTunes portal?
    2. Make sure the id tag in testIphone-app.xml matches with your application identifier for which you created this provision and certificate on iTunes portal.
    If the problem is that application is installed on your iPad. But when you launch you see black screen forever or application closes automatically to take you to home screen.
    1. try with  -target ipa-debug-interpreter instead of -target ipa-debug and see if application starts and post your findings back.

  • ITunes and Quicktime not running after upgrade

    After installing iTunes 5 I get the following error message when launching it:
    'The instruction at "0xf4800000" referenced memory at "0xf4800000". The memory could not be "read".'
    When trying to run a quicktime clip embedded in a Acrobat document I get the message:
    'QuickTime Streaming Extras failed to load because the versions od QuickTime Streaming and QuickTime Streaming Extras do not match.'
    If I try to uninstall or reinstall QuickTime I get:
    'Error Number: 0x80040707
    Description: DLL Function call crashed: QTInstallCode. QuickTimeUnInstallProc..'
    The rest of the message is cut off.

    well done, Ryan!
    "From the command prompt run the following:
    msiexec.exe /unregister
    msiexec /regserver "
    good gracious ... you had to do that to get the Cleanup utility to install?
    prior to the new versions of the Windows Installer coming out, i only had to use that trick
    b once
    to get past an itunes installer error (and i only remember it because it showed up in an almost unique situation where you have to treat the last error in a chain of itune installer errors first) ... but you're about the third or fourth person reporting success with it in the past
    b week.
    it's a rarer sort of problem, still. but the latest Windows Installer updates just don't seem to have been sticking as well as earlier ones.
    many thanks for reporting back!
    love, b

  • Icloud will not run after upgrade to OS8, keep getting "this phone hasn't been backed up" message

    I loaded OS8 on my 5c about five weeks ago.  Since then, I have tried and tried to force a backup to icloud and fail every time.  Phone does not auto backup either.  I have an error message that says "This iphone hasn't been backed up in 5 weeks."  I am connected to wifi.  I also repeatedly get a popup asking for my apple id and password.  When I enter the info, nothing happens.  Anyone have an idea how to get icloud to work?  BTW, I have plenty of space in icloud, According to settings, 4.2 GB still available out of my free 5 GB.  Backup is turned on.

    Hey chambolle,
    Thanks for the question. After reviewing your post, it sounds like you are having trouble creating a backup. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    Get help creating an iCloud backup - Apple Support
    iCloud: Back up your iOS device to iCloud
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Apache not running after upgrading to Snow Leopard

    I recently upgraded to Snow Leopard, and it seems like the httpd and vhosts configuration files were overwritten or removed.
    I've reverted to what I believe should be what I originally had for those files, and ran "sudo apachectl configtest" to make sure everything is correct syntactically. However, I seem to be still having problems loading from my web server, as there is a problem loading the page.
    I've restarted the server using "sudo apachectl restart" and ran a port scan to see whether my machine is listening on port 80. Here are the results (testing ports between 0 and 8081):
    Port Scan has started…
    Port Scanning host: 127.0.0.1
    Open TCP Port: 21 ftp
    Open TCP Port: 25 smtp
    Open TCP Port: 631 ipp
    Open TCP Port: 3306 mysql
    Open TCP Port: 6366
    Port Scan has completed…
    Is there something that I am missing? Any permissions or ownership that I need to apply on the configuration files?

    What do the log files say?

  • LiveUpdate 6-not running after last update

    application not running after start win7x64, but I did not set anything and not even start
    pls. test application
    main PC:
    moth. H97
    CPU: Corei-5
    VGA: GTX 560Ti
    thx

    Hi,
    I am pretty sure you want to know what forum's experienced users think about Live Update, don't you?
    Live Update is terrible, and in most cases it's better to remove it and forget about it. It's alright to keep it installed and run to check for updates but a lot better and safer to install them manually (yourself) from MSI's product page. And forget about updating BIOS. It's as good as smashing the BIOS chip with the hammer  MFlash or Forum's tool is much safer and more efficient.
    What updates did it do? What drivers/utilities do you have installed from the CD/MSI's page?

  • Xcode failed to run after upgrade to lion

    Xcode 4 will not run after upgrading to Lion. When I run Xcode 4 I get this message:
    I got Xcode 3 to run after installing JavaForMacOSX10.7 from Apple download.

    There is a free update to XCode 4.1 in the Mac App Store for Lion.

  • Regisrty keys HKEY_CLASSES_ROOT\Photoshop.Application\CLSID and \CurVer are not updated after upgrading to cc 2014

    Regisrty keys HKEY_CLASSES_ROOT\Photoshop.Application\CLSID and \CurVer are not updated after upgrading to cc 2014
    this cause to "cant create ActiveX object" error in VB Scripts
    win7 x64, ps cc 2014 x64
    any ideas? thnks

    All I can so is show you what I see in that area of my Windows 7 registry but I have CS2, CS6 32, CS6 64,  CC 32, CC 64 and CC 2014 64 installed. 6 versions yet there seem to be 9 Photoshop Application dot keys.
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Photoshop.Application]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application\CLSID]
    @="{702fe898-3f8a-483f-8ca6-3bad95fa2489}"
    [HKEY_CLASSES_ROOT\Photoshop.Application\CurVer]
    @="Photoshop.Application.80"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60\CLSID]
    @="{99aea70e-4d13-44bf-a878-33345cbfcbc8}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60.1]
    @="Photoshop CS6 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.60.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70\CLSID]
    @="{951ec38c-3de6-4bb8-8246-adf182e6421d}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70.1]
    @="Photoshop CC Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.70.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80]
    @="Photoshop Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80\CLSID]
    @="{702fe898-3f8a-483f-8ca6-3bad95fa2489}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80.1]
    @="Photoshop CC 2014 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.80.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9]
    @="Photoshop CS2 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9\CLSID]
    @="{16aa0b9e-79ac-43b5-86ca-ab961fbeed5f}"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9.1]
    @="Photoshop CS2 Application"
    [HKEY_CLASSES_ROOT\Photoshop.Application.9.1\CLSID]
    @="{6DECC242-87EF-11cf-86B4-444553540000}"

  • Internal speakers not working after upgrading to Maverics

    internal speakers not working after upgrading to Maverics

    There are many possible causes for this issue. Take each of the following steps that you haven't already tried.
    1. Start with the steps recommended in this support article. Don't skip any of the steps. It's the starting point for further efforts to solve the problem.
    2. Run Software Update and make sure you have a fully up-to-date installation of OS X.
    3. If you've installed an application called "Memory Clean" or any other third-party software that is supposed to "clean" or "purge" memory automatically, remove it according to the developer's instructions and restart. You should do that even if the software is not causing the problem, because it's useless.
    4. If you've installed a software equalizer called "Boom" or anything similar, update or delete it and restart.
    5. If an AirPlay device is selected for sound output from iTunes (or from other applications via third-party software such as "Airfoil"), deselect it.
    6. Launch the application "Audio MIDI Setup" by entering the first few letters of its name in a Spotlight search and selecting it in the results (it should be at the top.) Select the Output tab. If the Mute boxes are checked, uncheck them. Move the Volume sliders all the way to the right.
    7. If a red light is coming from the audio-out port, the internal switch is stuck in the position for digital output. You may be able to free it by inserting and removing a mini-stereo jack of the proper size. Inserting any kind of tool in the port may cause damage that won't be covered by your warranty.
    If there's no red light, the switch may still be stuck in the headphone position. Try to free it the same way.
    8. Disconnect all wired peripherals except keyboard and mouse, if applicable. If more than one display is connected, disconnect all extra ones. Restart and test.
    9. If you have a MacBook Air, turn off Bluetooth and restart.
    10. Start up in safe mode. Don't log in; just restart as usual when the login screen appears. When you do, make sure the words "Safe Boot" do not appear in the login screen. If they do, the system is still in safe mode and sound won't work.
    11. Reset the NVRAM.
    12. Reset the SMC.
    13. Reinstall OS X after backing up all data.
    14. Make a "Genius" appointment at an Apple Store.

Maybe you are looking for