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

How to disable all crash and error reporting?

Contributor ,
Oct 23, 2023 Oct 23, 2023

Hi,

When using scripting to automate some processes in Illustrator, the application crashes. Unfortunate, but more of an issue is the crash reporting dialog boxes. On Windows, how do you disable/remove all error/crash reporting functionality? It disrupts/halts all automation processes.

 

Scherm­afbeelding 2023-10-23 om 17.05.52.png Error-report-for-Adobe-Illustrator-Windows.png.img.png

Thank you.

 

TOPICS
Bug , How-to , Performance , Scripting
1.4K
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
Adobe
Community Expert ,
Oct 23, 2023 Oct 23, 2023

I haven't seen that error message, but here's the general call to avoid displaying alerts

 

app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
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
Community Expert ,
Oct 25, 2023 Oct 25, 2023
LATEST

Hi @tmmls -

I don't think you can ignore these error messages. I have seen these error messages and for me it occurrs when there is some internal crash in Illustrator or computer not able to process the document. The best way is to report it to Adobe team by uisng the Send Report button.

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