If it specifically crashes, can you get us the crash dumps? Here’s how to do that:
- Start a Command Prompt as Administrator
- Run: reg add “HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps”
- Run Mocha AE from After Effects
- After it crashes (or does nothing!), there should be a crash dump file in %LOCALAPPDATA%\CrashDumps.
- Send us the crash dump file.
If you don’t get a crash dump via the plugin, try running the Mocha AE process file directly. It won’t run externally and will show an error dialog if it runs, but you may get a crash dump that way. You can run the process from this path:
C:\Program Files\Adobe\Adobe After Effects 2022\Support Files\Plug-ins\Effects\mochaAE\MochaAE.bundle\Contents\Win64\mochaui\bin\mocha4ae_adobe.exe
To Disable crash dumps again (recommended):
- Start a Command Prompt as Administrator
- Run reg delete “HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps”