Tip: Force an After Effects Render to Fail (and Save!) on a Mac
Trigger a segmentation fault, win a prize: your project back.
By Mark Christiansen | April 30, 2009
No doubt you already make liberal use of the After Effects Auto-Save feature, which incrementally stores sub-versions of your current saved project in set increments of time. By default, the last 5 20 minute increments are saved, with the oldest replaced by the newest, but you can freely change the interval and number of saves. Still, what happens when your session hangs up and you have valuable unsaved information?
On a Mac, you're in luck if you take note of the following simple (if slightly opaque for the non-unix-inclined) command to trigger a segmentation fault. This is the system's way of saying that an application is trying to do something it shouldn't with memory or read/write and needs to be shut down.
A segfault can be triggered even when there is no threat to the system, and it has a key advantage over simply killing the applicaiton via Force Quit: a copy of the project is saved before the application goes down. So don't let that spinning beachball of death get you down; try this.
First, you need the process ID (PID) for After Effects. There are several way to get this; this simplest is to open Activity Monitor and look for the AE icon in the list, then look over to the PID column. You can also open Terminal and type "top" and look for After Effects in the list, with the PID listed to its left (to get out of that lilst view, use ctrl +C).
Copy or remember that number and from the Terminal command line type the following:
- kill -SEGV [pid]
replacing [pid] with that process ID you copied (no brackets). Press enter and a dialog that looks like the following should appear. Boom goes the dynamite.
And that, my friends, concludes 30 tips for the month of April. I thank you for your questions and comments. For more After Effects tips like today's, be sure to check out After Effects CS4 Visual Effects & Compositing Studio Techniques, or any of its predecessor books (for versions 6.5 through CS3).
Share This
Get articles like this in your inbox: Sign Up
Comments
Twitter Feed
-
editblog - Sat, May 25 2013 - 3:34 pm
@pixelkisser What about an NLE that doesn't crash a couple of times a day? That seems like it'd be a better option -
editblog - Sat, May 25 2013 - 1:29 pm
@swimtwobirds @suckitadobe like those read Rent-A-Center places in the bad part of town. that would be nice if they'd do it but they won't









yostae: | April, 30, 2009
great tip. anyone know if other apps (FCP) will autosave with this process too, or is that AE-specific?
Jim Hines: | May, 01, 2009
Thank you for all of your efforts this month. I have benefited from your experience. I truly appreciate it.
Please login or register to comment