Photoshop not opening correctly

My photoshop CC 2014 does not open correctly. A window pops up and says "A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." Please someone help me, Thank you.

You must probably have to re-install your application.
Next time you post, please at least mention your platform, Mac or Win.
BOILERPLATE TEXT:
If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
A screen shot could be very helpful too.
Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
http://forums.adobe.com/thread/419981?tstart=0
Thanks!

Similar Messages

  • I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. please help

    I downloaded the new iphoto and the upgrade and now iphoto will not open correctly anymore. it stays on the opening screen and the message
    shows up that I must update the mediathek. If I click on update the program shuts down. How can I fix this?

    I downloaded the new iphoto and the upgrade
    Does that mean, you are running iPhoto 9.6 on MacOS X 10.10.1 Yosemite? Or are you using an older MacOS X? "New" iPhoto is relative and depends on your system.
    If I click on update the program shuts down. How can I fix this?
    Does "shut down" mean it crashes?  Then post please the error log from the error panel here - copy and paste the report into your next answer (the first 50 lines should suffice)
    Where is your iPhoto Library (Mediathek) stored? Have you moved it to an external drive, or is it still in your Pictures folder (the order "Bilder")?

  • My numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    my numbers tables will not open correctly on screen, the preview shows but when I open the table it only shows blank. When I print a copy it prints ok any solutions?

    Rebooted computer works now ok

  • Facebook not opening correctly in nokia browser

    have nokia 701...and in nokia browser the facebook is not opening correctly.nor the page is displaying correctly niether the any other function can be used such as like,comment,share..etc.. from last 2 weeks.plzz help out with this and also tell me any app which have all these functions of facebook..plzzz help me for nokia browser..

    fMobi is a great app available in the Nokia Store that performs all of the Facebook functions. have used it on my N8 and it works great

  • Mail attachments in leopard do not open correctly

    I have noticed my mail attachments on my macbook do not open correctly. When I get attachments in mail on my IMac using, Tiger they appear directly under the e-mail. Even quicktime apps. On my macbook, which is using leopard, they usually are in the form of am attachment you must click on which in turn opens another window. Today I got a Merry Christmas wave sent to me. It works fine on my IMac. It is a mime file. On my macbook it doesn't do anything. It just says Merry Christmas. No wave, no turning into Santa, nothing! They are both there in the same spot, (no attachment to click on in the macbook) all my mail preferences are identical, but it doesn't work. Can anyone please tell me why? I am still new to a mac and frustrated. Thanks

    Try a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. The screen will go blank and then power ON again in the normal way.] It is app and data safe!

  • My iphoto will not open correctly.  All I get is the little wheel going around and around.  What do I need to do to open my iphoto?

    My iphoto will not open correctly.  All I get is the little wheel going around and around.  What do I need to do to fix this?  I would like to be able to see my photos again.

    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Facebook not opening correctly...

    i have nokia 701...and in nokia browser the facebook is not opening correctly.nor the page is displaying correctly niether the any other function can be used such as like,comment,share..etc..plzz help out with this and also tell me any app which have all these functions of facebook..plzzz help me for nokia browser.

    Have you tried using the integrated facebook application on the phone? 
    With regards to accessing facebook using your browser, you can try the following troubleshooting steps: 
    1. Make sure that you have stable internet connection. Try using Wifi if you are currently using 3g.
    2. Power cycle: turn off the device. Remove the battery. After a few minutes, turn the battery back and switch on the device.
    3. If still the same, try restoring the phone back to its default settings (personal data will not be deleted.
    If your phone is not working properly, you can reset some settings to their original values.
    End all active calls and connections.
    Select  > Settings and Phone > Phone management > Factory settings > Restore .
    If prompted, enter the security code.
    4. If no progress, you can check for updates or reinstall the software using Nokia Suite.

  • Preview and iPhoto do not open correctly raw or tiff files: they appear in false color!

    Lately my macbook pro 13 ' with OS X Mountain Lion does not open files .raw correctly: they appear false color in "Preview" and also in iPhoto! What can I do?
    This only happens with .raw or .tiff files, not with jpeg pics.

    Lately my macbook pro 13 ' with OS X Mountain Lion does not open files .raw correctly: they appear false color in "Preview" and also in iPhoto! What can I do?
    This only happens with .raw or .tiff files, not with jpeg pics.

  • Link to a file in the jsp page does not open correctly

    Hi all,
    I have a JSP application which is similar to a discussion forum and the messages usually carry a link to an attachment file which could be of any extension.
    The client pool I am dealing with are concerned only with MS Word/Excel/PPT files. When the user clicks on the file, a new browser window opens but it does not open the file in the correct application. I know that browsers can display Doc, ppt and xls files.
    In my case, the browser just shows some garbage. THe link is to the correct file, I know that because I can right click and download the file and then open it in the correct application. But I want browser to find the application and open the file.
    Can somebody give me hints as to what may be wrong?
    Also, I am in the development stage and therefore I have only 100 odd messages in the database. Many have attachements. But only one attachment to a particular message works well..ie the browser finds MS Word and displays the doc.
    Why not the remaining doc/ppt files?
    Help please!!
    Thanks in advance.
    m_asu

    Add the following code to web.xml mime-mapping section and restart tomcat:
    <mime-mapping>
    <extension>doc</extension>
    <mime-type>application/msword</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>xls</extension>
    <mime-type>application/msexcel</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>ppt</extension>
    <mime-type>application/ms-powerpoint</mime-type>
    </mime-mapping>

  • Forms do not open correctly in Google Chrome and Firefox

    Does anybody know the reason for the bad performance of the Adobe form, which I have created from scratch using the available tools in Form Central?
    It only works in Explorer and Safari...
    Also, if saved as a pdf, users experience that the "send it" button is dysfunctional.

    Hi Josh
    If by webform you mean the version that is generated in Formcentral for embedding onto a website, your question is simple to answer.
    The problems I have described occurs when using this webform, which I have generated for embedding. I have found that it is easier to email the pdf version to the customer, because then they can open it in Adobe Reader.
    I have aslo found that the webform works in Safari and Explorer. In Firefox it opens without functioning fields, but firefox opens a line stating that the document is not shown correctly, and they give option to reopen in program of choice. If doing this in Adobe Reader, it works.
    In google chrome it just does not work...
    Maybe the webform should be rebuilt, or I should just forget about it and arrange a pdf download button instead?
    Morten

  • Photoshop not opening files

    Photoshop CS5 will not open files. Occasionally if i try to open a .psd file that has already been created by double clicking on it in its folder, it will open but I will hardly be able to edit it. For example, the brush tool does not work, crop tool, resizing image etc. I had this problem 2 weeks ago. I uninstalled adobe creative suite, ran the adobe cloud cleanup tool and then reinstalled the programs and everything worked again. However after a week everything suddenly went back to the way it was again. Very frustrating! I might as well mention that at the same time as Photoshop "crashed" I also became unable to drag objects in Illustrator and InDesign.
    I am not very good on the technical side so I just copied all my performance info below. I am working from a laptop with a mouse plugged into the usb port. Is there any other details you need to know?
    Thank you in advance for your help!
    Alisa
    Component
    Details
    Subscore
    Base score
    Processor
    AMD Athlon(tm) II Dual-Core M320
    5.0
    3.0
      Determined by lowest subscore
    Memory (RAM)
    2.00 GB
    5.5
    Graphics
    ATI Mobility Radeon HD 4200
    3.0
    Gaming graphics
    894 MB Total available graphics memory
    3.4
    Primary hard disk
    199GB Free (254GB Total)
    5.8
    Windows 7 Home Premium
    System 
    Manufacturer
    LENOVO
    Model
    0873
    Total amount of system memory
    2.00 GB RAM
    System type
    32-bit operating system
    Number of processor cores
    2
    64-bit capable
    Yes
    Storage 
    Total size of hard disk(s)
    283 GB
    Disk partition (C:)
    199 GB Free (254 GB Total)
    Disk partition (D:)
    28 GB Free (29 GB Total)
    Media drive (F:)
    CD/DVD
    Graphics 
    Display adapter type
    ATI Mobility Radeon HD 4200
    Total available graphics memory
    894 MB
          Dedicated graphics memory
    256 MB
          Dedicated system memory
    0 MB
          Shared system memory
    638 MB
    Display adapter driver version
    8.681.0.0
    Primary monitor resolution
    1366x768
    DirectX version
    DirectX 10
    Network 
    Network Adapter
    Atheros AR8132 PCI-E Fast Ethernet Controller
    Network Adapter
    Broadcom 802.11n Network Adapter
    Network Adapter
    Microsoft Virtual WiFi Miniport Adapter
    Notes 
    The gaming graphics score is based on the primary graphics adapter. If this system has linked or multiple graphics adapters, some software applications may see additional performance benefits.

    With 2 gigs of RAM you are just too out of date for modern software.  Try bumping RAM up to max of 4 gigs. 
    Ideally you should be running the 64 bit OS with 8 gigs of RAM.

  • Photoshop not opening Raw files

    Workstation using Photoshop CC 14.1.2 will not open a Raw file from a EOS T4i. Adobe's website says the minimum for this camera is the the 7.1 plug-in and the CC 14.1.2 plug-in I'm using is 8.2. Any ideas other then updating the software (it's my employers computer and they only do updates every 12 months, I know…it's a pain in the neck but it is what it is)? Two questions…why will it not open if the plug-in is 8.2 and the minimum is 7.1 and should I try DNG or would that be a waste of time?

    It should open with ACR 8.2.  Does ACR 8.2 start?
    CC 14.1.2 is the latest version of Photoshop CC however its latest ACR version is ACR 9.9 ths same ACR the same version the  newer version of Photoshop CC 2014.2.2 Photoshop.exe version 15.2.2 uses.

  • Desktop screen on my Satellite C660-174 will not open correctly

    I'm a newbie here so my question may be obvious to some,,,,but not to me!
    My Satellite C660-174 laptop (running Windows 7) has stopped opening correctly. Everything is normal up to the point that my password is typed in. Instead of opening up to my 'desktop' with its icons all down the side I get a page with a 'Toshiba Leading Innovation' banner across it and just four random icons down the side.
    How can I restore my desktop screen and all the icons?
    Help will be appreciated.

    It is really not easy to understand what do you see exactly.
    Can you please make a pic and send some link where we can see it?
    I really don't understand what could be the problem but what you can try is to start your machine with F8 and enter advanced boot options. Choose the entry "Repair your Computer" and press "Enter". Go forward until you will enter System recovery options. Try to make system restore to earlier time. Maybe this will help you to fix described issue.
    http://aps2.toshiba-tro.de/kb0/HTD1303440001R02.htm

  • Why  will photoshop not open after loading it to new iMac computer from an external hard drive and I get this message: Licensing for this product has stopped working:error code: 150:30

    Why will Photoshop CS4 not open after loading to new iMac from an external hard drive and I get this message: Licensing for this product has stopped working:error code: 150:30

    A Photoshop installation is tied to the machine it was installed on. Moving it to or from a hard drive breaks the licensing.
    The answer is easy: Reinstall CS4 from your disc. and apply all updates.
    Gene

  • Numbers email attachment not opening correctly

    A Numbers spreadsheet emailed to me by a friend from an iMac does not open with the correct font colors on items that she has made changes in a later version. They continue to be the previous version even though they have an updated document name. Thanks in advance for any input.
    Jan

    Move the email containing the attachment to any folder or subfolder. Works like a charm at that point. Very puzzeling why it would function that way. This is hopefully a temporary situation...

Maybe you are looking for