-
1. Re: Opening 'Vintage Sample actions by the Shoppe' in CS6
lesavage Sep 2, 2013 5:09 AM (in response to HywelElias)Hi,
Could you send some screenshots and the following log files to lesavage at adobe dot com.
WINDOWS
Go to the Start Menu and type in ‘regedit’
Click regedit.exe from the Programs listNavigate to Computer\HKEY_CURRENT_USER\Software\Adobe\CSXS.3Increase the LogLevel to 6
Log Files: C:\Users\<username>\AppData\Local\Temp
For example, if you were running Photoshop CS6 the log file name will be “csxs3-PHSP.log”
MAC:
To setup logging for Photoshop on Mac. In Terminal enter the following command:sudo plutil -convert xml1 ~/Library/Preferences/com.adobe.CSXS.3.plist
open -a TextEdit ~/Library/Preferences/com.adobe.CSXS.3.plist
… a blob of XML should pop up in TextEdit. Increase the LogLevel from 1 to 6.
<key>LogLevel</key>
<string>6</string>
Save your changes to the file.
Then back in terminal,
sudo plutil -convert binary1 ~/Library/Preferences/com.adobe.CSXS.3.plist
Restart Photoshop and repeat the same steps again. The log file will be available at:
/Users/<username>/Library/Logs/CSXS/csxs3-PHSP.log
Thanks,
Lea


