inlife / nexrender

📹 Data-driven render automation for After Effects

Home Page:https://www.nexrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AfterFX.exe crashing with dialog

erlendp opened this issue · comments

We've encountered several situations where the AfterFX.exe process crashes with a dialog that prevents the process from terminating, and subsequently hangs the nexrender worker until the render timeout elapses. This is obviously problematic, especially when the workers are running as background services, and took us a while determine the cause.

Does anyone know if there's a way to avoid displaying this dialog in the event of a crash? Apparently checking 'Don't show again' doesn't help!

Alternatively, it'd be good if nexrender could detect this situation, and automatically terminate the process.

Any information what is the cause of the crash within the dialog box as reported by AfterFX?

Not that I can see, although there is a process dump provided. Keep in mind that this is a rare occurrence that only happens once in a while. The main issue is that once it does, the worker is forced to wait until the render timeout has elapsed, which effectively blocks our render queue.

image

I experienced this hangs myself. They are indeed a rare occurrence, happening once per 100 renders or so.
However, I was never able to understand the root cause.

I'm fairly sure there are some AEP files that consistently crash with aerender, but I'm sure the converse is also true.

Do you think there would be anything we could put into place to detect this crash, and kill the process early?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This happened to me twice in the past week. Here is the windows event log. I also saved the dmp file from the after effects crash window if that might help.

AE Error.txt

I noticed RADAR_PRE_LEAK_64 in the log, which points me to this: https://answers.microsoft.com/en-us/windows/forum/all/radarpreleak64/a534e186-65ab-42c9-97e2-b654a713f0db

Could be that there is some bug in AE that causes extensive memory leak, which then in turn causes OS to terminate the process, or something along those lines.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.