Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

JSX error

New Here ,
Oct 04, 2021 Oct 04, 2021

Screenshot 2021-10-04 at 12.41.42.png

I'm getting a super annoying error message coming up in Illustrator rendering it unusable. This comes up every 20 seconds and sometimes more and I can't seem to stop this. Does anyone know how I can stop this error appearing?

 

Thanks

TOPICS
Scripting
575
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Community Expert , Oct 04, 2021 Oct 04, 2021
Translate
New Here , Oct 04, 2021 Oct 04, 2021

I actually think this worked - thanks so much. In case anyone stumbles across this and doesn't want to read through the thread, I took this script and saved it as a .jsx file:

 

app.preferences.setBooleanPreference("ShowExternalJSXWarning", false);

 

In case you're not sure how to create a jsx file, it's simply a text file saved with a .jsx extention. Then go to Illustrator and open it via File / Scrips /  Other scripts.

Translate
Adobe
Community Expert ,
Oct 04, 2021 Oct 04, 2021

Hi,

Did you try the solution from the following thread

https://community.adobe.com/t5/illustrator-discussions/illustratorgc-jsx-script-error-while-launchin...

 

 

Best regards
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 04, 2021 Oct 04, 2021
LATEST

I actually think this worked - thanks so much. In case anyone stumbles across this and doesn't want to read through the thread, I took this script and saved it as a .jsx file:

 

app.preferences.setBooleanPreference("ShowExternalJSXWarning", false);

 

In case you're not sure how to create a jsx file, it's simply a text file saved with a .jsx extention. Then go to Illustrator and open it via File / Scrips /  Other scripts.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines