分页: 1 / 1

wine装了个ps 8.0,第一次可以运行,第二次报错

发表于 : 2016-07-15 15:24
sluding
wine装了个ps 8.0,第一次可以运行,第二次报错

Re: wine装了个ps 8.0,第一次可以运行,第二次报错

发表于 : 2016-07-15 16:54
vickycq
旧文 描述的问题较为相似
https://www.winehq.org/pipermail/wine-u ... 38454.html

TL;DR:
0. 定位 C:\windows\profiles\[USER PROFILE]\Application Data\Adobe\Photoshop\8.0\Adobe Photoshop CS2 Settings\Adobe Photoshop CS2 Prefs.psp
1. 移除已损坏的 Adobe Photoshop CS2 Prefs.psp
2. 启动 PS 生成新的 Adobe Photoshop CS2 Prefs.psp
3. 保持 PS 开启,将新生成的 Adobe Photoshop CS2 Prefs.psp 的写权限去掉
Problem: Adobe Photoshop CS2 crashes upon startup with an unrecoverable hardware error. This error occurs on the second and subsequent starts.

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:

In Wine:

/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

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.

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.

So, having located this file, perform the following steps:

(1) Rename or delete the corrupted file
(2) Start CS2. It should start just fine.
(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:

chmod -w ./Adobe\ Photoshop\ CS2\ Prefs.psp

(4) Rejoice. Your work here is done.

Re: wine装了个ps 8.0,第一次可以运行,第二次报错

发表于 : 2016-07-16 16:01
sluding
确实可行,谢谢