Troubleshoot Red Giant, Universe, and Trapcode plugins — missing effects, license errors, and service issues in After Effects.
Red Giant and Universe plugins (Trapcode, Magic Bullet, VFX Suite, PluralEyes) install through Maxon's app and service layer. When things break, the symptom is usually missing effects, grey license boxes, or a "service unavailable" error — not a typical AE crash. Most fixes involve installing on a compatible AE version, running the patcher correctly, and keeping Maxon's background service clean.
Red Giant and Universe 2024+ installers expect a recent After Effects build. If you're on AE 2023 or older, the installer may finish without registering plugins in your AE version.
Open PowerShell and list installed AE versions: Get-ChildItem -Path "HKLM:\SOFTWARE\Adobe\After Effects". Note your version number (e.g. 25.0). Then run as Administrator: Copy-Item -Path "HKLM:\SOFTWARE\Adobe\After Effects\XX.X" -Destination "HKLM:\SOFTWARE\Adobe\After Effects\28.0" -Recurse. Run the Red Giant installers, close AE, run the patch (service unlocker), verify plugins appear, then remove the temp entry: Remove-Item -Path "HKLM:\SOFTWARE\Adobe\After Effects\28.0" -Recurse.
Install a temporary copy of After Effects 2024+, run the Red Giant installers against it, patch, verify effects load, then uninstall the temporary AE build.
A grey license box usually means the patch didn't stick or Maxon App is interfering. Log out of Maxon App and stay in RLM mode (logged out), then re-run the patcher. If the patcher reports a green "license found" but AE still shows unlicensed, clear AE's cache and restart.
This often happens with Trapcode Particular when AE is installed on a non-default drive. The patcher can't find the plugin files at the expected path. Move AE to the default install location or seek a manually patched copy.
A corrupted Maxon install is the usual cause. Uninstall Maxon completely, then use the Maxon cleaner tool and reinstall.
uninstallmaxon.sh in TerminalC:\Program Files\Red Giant\Services (Windows) or /Library/Application Support/Red Giant/Services (Mac)