Skip to main content
Inspiring
April 26, 2025
Question

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

  • April 26, 2025
  • 1 reply
  • 258 views

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?

 

1 reply

Participant
May 9, 2025

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