Does anyone have a fix for Creative Cloud’s installer crashing? It keeps generating a .dmp file regardless of which set-up file I use (I’ve tried all 3). I see this exception code in the dmp file -> 0xc0000096 and after looking it up I’m not sure what else to try.
Everything Adobe related on my computer has been uninstalled/removed (registry, appdata, programfiles, programdata) and I’ve turned off all AVs and windows firewall during the process yet it still crashes.
Even tried it in safe mode and I am on an Administrator account.
This issue is not related to GenP but rather an in-app problem. Since we are not an extension of Adobe Support, we do not provide assistance for these types of issues, otherwise, such posts would overrun Lemmy and Revolt, shifting their focus away from GenP-related discussions.
As outlined in the GenP Guides and the GenP Setup, Troubleshooting, and Best Practices Guide, these issues fall outside our scope.
If you’ve already tried basic fixes, try running through these options to help resolve the issue.
Fixing Creative Cloud Installer Crashes (Exception Code 0xc0000096)
The exception code
0xc0000096
typically indicates a “privileged instruction” or “invalid opcode” error, meaning the installer is attempting to execute instructions that your system doesn’t allow. This can be caused by corrupted system files, virtualisation conflicts, incompatible hardware, or interference from third-party software.Step-by-Step Fixes to Try
1. Repair System Files
Corrupted system components are a common cause of installer failures. To repair them:
DISM /Online /Cleanup-Image /RestoreHealth
2. Use the Adobe Creative Cloud Cleaner Tool
Even after manual removal, leftover Adobe registry entries and files can interfere.
3. Check Windows Compatibility Settings
Incompatibilities between the installer and your Windows version can cause crashes.
Also ensure your system is fully updated:
4. Install Required System Dependencies
Adobe software depends on system libraries that may be missing or outdated.
5. Try an Offline Installer
Some users have better results using an offline installer instead of the web-based one.
6. Perform a Clean Boot
Third-party apps or services can interfere with installers.
msconfig
, press Enter7. Verify Virtualisation or CPU Issues
If you’re using a virtual machine or emulation environment (QEMU, Wine, Sandbox), certain instructions may not be supported.
OptionalFeatures.exe
8. Check Disk and User Profile Integrity
Corrupted disks or profiles can cause installer issues.
C:\Program Files\ C:\ProgramData\ C:\Users\[YourName]\AppData\Local\Temp\
9. Analyse Crash Dump (.dmp) Files
If the installer generates
.dmp
files, they may reveal the cause..dmp
file and run:Additional Fixes
(Shift + Restart → Troubleshoot → Advanced Options → Startup Settings → Press 5)
Last Resort Options
If none of the above works:
Contacting Adobe
If the issue persists, contact Adobe Support and provide:
.dmp
file(s)setup.log
(found in%temp%
)Or check Adobe Community for similar posts, such as
Creative Cloud Installer Crashes.
They may be able to offer a targeted solution based on your system trace.
Final Reminder
Before making significant system changes, always back up your data. Consider creating a system restore point or a full backup to protect your system.
Summary Checklist