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

how to supress Crash Repair Options becuase i am automating the rendering process via script?

Explorer ,
Apr 26, 2025 Apr 26, 2025

I want don't want to see after crash after effects showing Crash Repair Options, becuase i am rendering video via CEP panel extension using extended script. But when there is promblem or stuck for long i will kill after effects process automatically. but when it restarts it shows Crash Reopair Options, this stops me from automating the task. how to supress this dialgaue or remove any crash file automatically before opening after effects after crash?

KrishnaKumar22556352ieq8_0-1745670025393.png

 

TOPICS
Crash , Error or problem , Freeze or hang , How to , Scripting
266
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 ,
May 08, 2025 May 08, 2025
LATEST

Had the same issue for our own custom renderfarm. When starting AE over cmd you can actually add a “-noerr” flag that suppresses this popup.

So now we always start AE over a .bat file with this flag:
start afterFX.exe -noerr

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