I have installed Adobe CS6 on Windows 8 and get the error "0xc000007b" every time I open open Adobe After Effects. All other Adobe software, including Photoshop and Premiere Pro, work perfectly. I have looked online extensively but have not found any solutions.
What can I try/do to resolve this error?
When I open Adobe After Effects CS6 with Dependency Walker, this message appears:
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module."
What can I do to resolve this error?
This error means, that the program tries to load a DLL with the wrong CPU architecture (32/64Bit).
C:\Users\André>err 0xc000007b
# for hex 0xc000007b / decimal -1073741701
STATUS_INVALID_IMAGE_FORMAT ntstatus.h
# {Bad Image}
# %hs is either not designed to run on Windows or it contains
# an error. Try installing the program again using the
# original installation media or contact your system
# administrator or the software vendor for support.
Use Depends.exe to analyze the Adobe After Effects start and look which DLL is causing it.
Use the Profiling feature (F7)
click ok to start the profiling:
After the error occured you should see the failing DLL in red:
User contributions licensed under CC BY-SA 3.0