samchon
My feedback
1 result found
-
17 votes
The fix is in the Prerelease build 29.6.191 now and is scheduled to be pushed into the upcoming general release.
An error occurred while saving the comment
see this link for solutions.
https://www.sotheb.co.kr/Adobe/8720
This error occurs when Adobe Illustrator scans the Photoshop Scripts folder for startup scripts during launch.
The error message indicates a warning that there’s an issue with the brace definition on line 2798 of the photoshop_v2025.jsx script file located in that folder.
Open the photoshop_v2025.jsx file from that folder using Notepad.
As mentioned in the error message, on line 2798 of the photoshop_v2025.jsx file, an opening brace { is present, but there’s no corresponding closing brace }. This is a syntax error caused by mismatched braces in the code.
The issue stems from a missing brace during code writing, and it can be resolved by adding the missing closing brace.
When making changes, note that the C:\Program Files (x86) folder is a Windows system folder where programs are installed. As a result, you won’t be able to directly open, edit, and save the photoshop_v2025.jsx file in that location. Instead, copy the photoshop_v2025.jsx file to another folder, make the edits there, and then overwrite the original file in its original location with the modified version.