-
After Effects crash – ‘out of memory’
Hi,
I’m having a problem with after effects crashing while performing a relatively simple task.I’ve tended to use expressions created by others, but have decided to start from scratch and learn for myself. I’ve bought a fairly basic book and I’ve got to this expression:
var xPosition = transform.xRotation;
var yPosition = transform.yRotation;
var zPosition = transform.zRotation;
[xPosition, yPosition, zPosition]so just linking the position of a 3D shape layer to its rotation, but it immediately crashes with a number of different messages:
- After Effects: Out of memory (1150642K requested) (23::40)
- after effects error: crash in progress. last logged message was <2188> <2> making new context
- last logged message was <4596> <5> premiere pro.exe
- the instruction at 0x76d832d0 referenced memory at 0x757405a8. The memory could not be read.
Considering only yesterday I was creating 3D shapes and text using an expression and 40+ layers to build up the effect and then applying lights and a tracking camera, you’d figure it could probably manage the above.
I’ve tried it with very basic shapes and the problem persists. I’ve been through and made adjustments to the preferences one at a time, checked my software is updated and have updated my graphics card driver, so I’m not sure what to try next.
I’m using:
- Adobe CS6
- Windows 7 Home Premium x64 Service Pack 1
- Intel Core 2 Quad Q8300
- 8GB DDR3 RAM
- Nvidia GeForce GTX 560 Ti (2GB)
I appreciate it’s not the most powerful rig, but I’ve been using after effects for a few months now and it’s managed plenty of fairly complex jobs. I’m a bit confused as to why this is throwing up a problem.
Any advice would be appreciated, Thanks in advance.