Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. I recently came across a post (circa jan-feb 2008) where a user had encountered a fatal and unrecoverable crash when starting Photoshop for the second or subsequent time.
  2.  
  3. I've noticed that this issue has happened to many people, myself included while installing it on someone's system today, and that, while there is a short-term workaround (noted below), nobody has yet posted an actual permanent fix for the problem. I worked one out this afternoon, and thought I'd share it with you all, in order to prevent frustration for anyone out there I can help.
  4.  
  5. Here is my synopsis, as detailed as I can make it:
  6.  
  7. Problem: Adobe Photoshop CS2 crashes upon startup with an unrecoverable hardware error. This error occurs on the second and subsequent starts.
  8.  
  9. Symptoms: After loading plugins, tools, brushes, etc., the program halts with the error message "Unable to continue because of a hardware or system error. Sorry, but this error is unrecoverable." Clicking OK results in hard crash.
  10.  
  11. Affected systems: Windows (any), and in Linux or Mac while running under Wine or Crossover Office. Who cares about Windows, let's discuss Wine and Crossover under Linux.
  12.  
  13. Diagnosis: This problem is related to a settings file that is created and modified each time Photoshop runs and exits.
  14.  
  15. Quick Fix: You can force Photoshop CS2 to start by holding down CTRL+ALT+SHIFT while starting the application in Windows or Linux, or Command+Option+Shift in Mac OSX. You will be presented with a dialog box that asks if you wish to delete the settings file. Selecting Yes will delete the file, and allow the application to start as normal.
  16.  
  17. PERMANENT FIX: The permanent fix is actually very simple. The problematic file is the General Settings file, "Adobe Photoshop CS2 Prefs.psp", which references the default fonts Adobe expects to be installed. If for any reason these fonts, or any other files, are not installed or not functioning as expected, the application will terminate to the desktop. This settings file is located here:
  18.  
  19. In Wine:
  20.  
  21. /home/[USER PROFILE]/.wine/drive_c/windows/profiles/[USER PROFILE]/Application Data/Adobe/Photoshop/9.0/Adobe Photoshop CS2 Settings/Adobe Photoshop CS2 Prefs.psp
  22.  
  23. In Crossover Office:
  24.  
  25. /home/[USER PROFILE]/.cxoffice/[CS2 INSTALLATION BOTTLE NAME]/drive_c/windows/profiles/crossover/Application Data/Adobe/Photoshop/9.0/Adobe Photoshop CS2 Settings/Adobe Photoshop CS2 Prefs.psp
  26.  
  27. Naturally, replace [USER PROFILE] with the user name you are working under, and replace the CS2 INSTALLATION BOTTLE NAME with whatever you named the bottle you installed Photoshop CS2 under in Crossover.
  28.  
  29. Now, if you've encountered this error, you've already run CS2 twice, and the settings file has already been created and corrupted. Although deleting it will allow you to start CS2, it will again store a corrupted file when you exit the application, and next time you start the application, you'll repeat the same fatal error as usual.
  30.  
  31. So, having located this file, perform the following steps:
  32.  
  33. (1) Rename or delete the corrupted file
  34. (2) Start CS2. It should start just fine.
  35. (3) IMMEDIATELY after it has started, change the permissions on the newly re-created settings file (Adobe Photoshop CS2 Prefs.psp) to READ ONLY. You can do this in your file browser, or, if you are at the command line, use the following command:
  36.  
  37. chmod -w ./Adobe\ Photoshop\ CS2\ Prefs.psp
  38.  
  39. (4) Rejoice. Your work here is done.
  40.  
  41. Now, whenever CS2 exits, it will no longer overwrite the fresh, working settings file, and you will always be able to start it without the annoying error and subsequent crash.
  42.  
  43. Chris McKay
  44. http://www.Linux-Disks.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement