Computer quits after CC 2014 updates

My Mac quits while working in CC 2014 apps. Not just the programs, but the whole machine freezes and has to be manually restarted. It's happened in InDesign, Photoshop, and maybe Illustrator. Is anyone else having this issue?

Yes, I would certainly want to know as well how to get rid of the CC version and why do we need to have both versions taking all that GB space anyway!
Thanks,

Similar Messages

  • After December 2014 update, Compile Error - calling Excel Objects Sub "Object library invalid or contains references to object definitions that could not be found"

    When try to call Sub in Excel Objects > SheetXX after the original xlsm is modified and saved by another user in diff machine, getting an error below and seems Excel cannot identify any subs exists in Sheet.
    Compile error:
    Object library invalid or contains references to object definitions that could not be found
    Note: it seems that this problem has been occurring After December 2014 update and still exists even after applying the fix:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/11/forms-controls-stop-working-after-december-2014-updates-.aspx)

    Hi Kwlee324,
    Thanks for sharing the workaround with us. It would be very helpful for others who have the same issue.
    Also I found a two useful links about the error message "Object library invalid or contains references to object definitions that could not be found":
    https://support.microsoft.com/kb/2703186
    http://blogs.msdn.com/b/vsod/archive/2009/06/05/visual-basic-6-controls-stop-working-after-security-advisory-960715.aspx
    Hope it is helpful.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • After Sept 2014 update Radio stops playing after 4 - 10 minutes.

    Apple TV 3rd generation, rev A.
    After Sept 2014 update Radio stops playing after 4 - 10 minutes. Before update, Apple TV played Radio without problems.
    Apple, please provide a reliable means to roll back to previous state.
    Please DO NOT release another update, as you will break something else.
    I'd rather have trouble free Radio streaming than "A fresh new look for Apple TV".
    Haha, just tried to select my product under the comment section, Apple TV 3 is not even listed, good one Apple!

    Same issues here. Since iOS 8 my Apple TV 3 powers itself down mid airplay, restarts itself, and once off has to be turned by on by it's actual remote. Once it randomly shuts down the Airplay option on all devices is removed and I have to find the remote and click any button to power it back up again. Then it can play for hours or ten minutes and it will just power itself right back off.
    Increasing the sleep timer to 30min from 15min seems to have helped space out the power downs some, but it still seems very random.

  • Form Controls stop working after December 2014 Updates

    For some users, Form Controls (FM20.dll) are no longer working as expected after installing MS14-082 Microsoft Office Security Updates for December 2014. Issues are experienced at times such as when they open files with existing VBA projects using forms
    controls, try to insert a forms control in to a new worksheet or run third party software that may use these components.
    You may received errors such as:
    "Cannot insert object"
    "Object library invalid or contains references to object definitions that could not be found"
    "The program used to create this object is Forms. That program is either not installed on your computer or it is not responding. To edit this object, install Forms or ensure that any dialog boxes in Forms are closed."  
    * Note In this last error message, the Forms text may also be replaced by the GUID of the control.
    Additionally, you may be unable to use or change properties of an ActiveX control on a worksheet or receive an error when trying to refer to an ActiveX control as a member of a worksheet via code.
    Steps to follow after the update:
    After updating, the cached control type libraries (extender files) may be out of sync. To resolve this issue, you must delete the cached versions of the control type libraries (extender files) on the client computer. To do this, perform a search on your
    hard disk for files that have the ".exd" file name extension and delete all the .exd files that you find. These .exd files will be re-created automatically when you use the new controls the next time that you use VBA. These extender files will be
    under the user's profile and may also be in other locations, such as the following:
    %appdata%\Microsoft\forms
    %temp%\Excel8.0
    %temp%\VBE
    Scripting solution:
    Because this problem may affect more than one machine, it is also possible to create a scripting solution to delete the EXD files and run the script as part of the logon process using a policy. The script you would need should contain the following lines
    and would need to be run for each USER as the .exd files are USER specific.
    del %temp%\vbe\*.exd
    del %temp%\excel8.0\*.exd
    del %appdata%\microsoft\forms\*.exd
    del %appdata%\microsoft\local\*.exd
    del %temp%\word8.0\*.exd
    del %temp%\ PPT11.0\*.exd
    Additional step:
    If the steps above do not resolve your issue, another step that can be tested (see warning below):
    1. On a fully updated machine and after removing the .exd files, open the file in Excel with edit permissions.
    2. Open Visual Basic for Applications > modify the project by adding a comment or edit of some kind to any code module  > Debug > Compile VBAProject.
    3. Save and reopen the file. Test for resolution.
    If resolved, provide this updated project to additional users.
    Warning: If this step resolves your issue, be aware that after deploying this updated project to the other users, these users will also need to have the updates applied on their systems and .exd files removed as well.
    If this does not resolve your issue, it may be a different issue and further troubleshooting may be necessary.
    References with further information: 
    3025036 "Cannot insert object" error in an ActiveX custom Office solution after you install the MS14-082 security update
    http://support.microsoft.com/kb/3025036/EN-US
    3017349 MS14-082: Vulnerabilities in Microsoft Office could allow remote code execution: December 9, 2014
    http://support.microsoft.com/kb/3017349/EN-US
    2726958 MS14-082: Description of the security update for Microsoft Office 2013: December 9, 2014
    http://support.microsoft.com/kb/2726958/EN-US
    2553154 MS14-082: Description of the security update for Microsoft Office 2010: December 9, 2014
    http://support.microsoft.com/kb/2553154/EN-US
    2596927 MS14-082: Description of the security update for the 2007 Microsoft Office suite: December 9, 2014
    http://support.microsoft.com/kb/2596927/EN-US

    In case it is of any help in identifying why this update caused errors, the specific instance I have experienced is as follows:
    The application uses Visual Basic (6.5) for Excel.  The piece of code causing an error (438) was as follows:
    Public currcombo(12) As ComboBox 
    Sub comboset()
    '   set up comboboxes for test selection
     With Workbooks(currCRW).Sheets("client results")
    '   set up test selection combo controls
        Set currcombo(1) = .F14
        Set currcombo(2) = .F15
        Set currcombo(3) = .F16
    . . . . .etc
    The error occurred on the first Set statement where 
    In this case (in two environments: Windows 7 Home Premium 64 bit and 32 bit, Excel 2007)  the cure was to uninstall the problem security update KB2596927.

  • Missing workspaces after IllustratorCC (2014) update

    Title says it all. After the latest IllustratorCC(2014) update I noticed my normal workspace didn't load. Figured after an update just needed to sync settings...nothing. Then check Ai workspaces folder, just the presets. Even "Time Machined" the Ai workspaces folder, never saw my old workspaces. Not sure if that was where they were originally, but within Illustrator I used to easily pull it up. Are they gone? Any help will be greatly appreciated.
    Thanks

    I could fix this by accident. I am on Mac. Quit Illustrator. Go to … Users/Your_Username/Library/Preferences/Adobe Illustrator 18 Settings/Your_Language. Inside this folder is a folder called Changed Workspaces. The Workspaces folder is for whatever reason empty. Move the Workspace File you can't access within Illustrator to your Desktop. Start Illustrator, quit Illustrator. Move the file back into this folder. Start Illustrator again. In my case all workspaces appear now correctly.

  • Anyone experiencing a reduction in computer speed after 4-20 updates?

    My computer is starting up much differently and running slower after April 20th update. Anyone know how to fix this? Using a MacBook Pro that isn't even a year old. WTH

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
        Then download and install the OS X Yosemite 10.10.3 Combo Update.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
        How to Clean Install OS X Yosemite.
        Then download and install the OS X Yosemite 10.10.3 Combo Update.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Computer freezes after installing new updates

    I installed new updates and went to restart the computer, the apple logo came on and the progress bar went a third across then locked up with the curser spinning. Each time I try to restart the same thing happens. I can only restart in safe mode, can anyone help me with this problem.

    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • I can't find all of my filters after ps 2014 update

    I lost my oil paint and a lot of other filters after cloud updated to 2014. What do I do?
    Ken

    <moved from cc - kglad>

  • Outlook in Office 2007 stopped receiving email after April 2014 update installed

    After installing the Office 2007 updates for April 2014 yesterday, I stopped receiving email.   Email is still going to our server (where I can read it), but is not being delivered to my Outlook account.
    Anyone else with this problem?  Solutions?
    Thanks.

    Try u-installing Office and re-installing.
    Office 2011 Removal
    Office 2011 Removal (2)

  • After photoshop 2014 update I deleted photoshop CC  How do I retreive it ?

    After Photoshop Update, I deleted Photoshop CC.  How do I retreive my Photoshop CC so I can migrate some applications ?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • After Effects 2014 updated version won't open

    Hi,
    Ever since I updated after effects on Thursday 4th December 2014 (I think it was) it will not open.  We downloaded an older version of CC but I cannot open any of my projects as they were made in the new 2014 version.  We have uninstalled and installed but yet to figure out why the updated 2014 version will not open.  We only bought this less than 2 months ago.
    Any help would be appreciated.
    Deirdre (working off Trevor's ID!)

    Hello Mylenium,
      What are the current versions of After Effects and Premiere Pro being distributed by the CC App? I have After Effects 13.1 and Premiere Pro 8.1.
         I heard that 13.2 and 8.2 were already released? Is that true?
    Thank you.

  • After September 2014 update Apple TV the radio shows error loading station?

    Been listening to music for a year using the Apple TV Radio with no problems at all. At the same time I had the screen saver set to kick after 2 minutes with no problems or interference with the radio program.
    Now I've competed the Apple TV update, on 20 September 2014, and reset everything required, I.e., iTunes and billing info. Successfully downloaded a new movie (Godzilla 2014) & my photo stream and everything works fine. Except the station I've been listening to the past year plays for about 5 to 10 minutes then stops - I get the message on the screen that informs me 'content not available at this time, try again later'. So, if I go back out and come right back to that radio station it works fine for another 5 to 10 minutes - then that error message returns. Help !

    Got tired, laid down in my bedroom, turned on AppleTV Radio, clicked on my favorite station and it played for 6 hours straight !!!! As luck would have it, the Apple TV in my bedroom was still running software version 6.2 - I had forgotten to upgrade to 7.0 - and will not until Apple fixes this issue or tells us the reason for 'radio' not working with 7.0.

  • IPhone 5 dead after July 2014 update

    MY iPhone 5 is dead after update. Apple has no answers but to sell me a new phone.  Any good advice ?

    firmamentfarm wrote:
    After last update battery drained within a few hours, same after recharge.  Apple told me I have a dead battery and would replace same model for $260 (sorry, that is not small change and I live 3 hours from next Apple store).  Therefore had a local cyberstore install a new battery, however it drained just like the original.  Any different advice?  I understand that my options with the Apple store may be over since I let the cyberstore touchy it.
    Yup, since Cyberstore performed unauthorized service on the device, the warranty for your iPhone has been voided, and that even includes the $79 battery replacement option from Apple or the $269 Out of Warranty option from Apple.
    You have a paperweight now.  Sell it for parts to someone that performs unauthorized service, like Cyberstore.  Maybe they'll use it for parts to void another person's iPhone.
    Next time, don't get unauthorized service done on your iPhone.

  • Download Error After CC 2014 Update

    I installed updates from the CC desktop yesterday including installing the CC2014 of apps. Some apps did not install completely and were hung up after running overnight.
    CC Desktoop > Apps shows the error message "Download Error" with no code. Tried deleting the Library > Application Support > Adobe > OOBE folder and restarting as recommended on a previous post. Still get the same result.
    I am working on an iMac.
    Any suggestions?

    Hi csbleich,
    Please refer:
    Creative Cloud - Download error - stubborn error
    Creative Cloud "Download Error" message
    Thanks,
    Atul Saini

  • Trouble powering computer up after OS X update...

    I tried to update my OS X system but now I can't get my computer to boot up completely. A status bar comes on and gets about a third of the way complete and then shuts down. Anyone have any suggestions on how to fix this? I got the computer from Apple in 2012. Any suggestions would be greatly appreciated!

    I tried to update my OS X system but now I can't get my computer to boot up completely. A status bar comes on and gets about a third of the way complete and then shuts down. Anyone have any suggestions on how to fix this? I got the computer from Apple in 2012. Any suggestions would be greatly appreciated!

Maybe you are looking for