AutoCAD slams shut mid-project and leaves behind a cryptic string — “FATAL ERROR: Unhandled Access Violation Reading 0x0000 Exception at…” That hex address changes every time, which is exactly why so many users end up chasing the wrong fix. This guide cuts through the noise: what the message actually means, what’s causing it on your machine, and the fixes that work — in the right order.
What the error message looks like
The crash dialog shows something like this:
AutoCAD Error Aborting
FATAL ERROR: Unhandled Access Violation Reading 0x0000 Exception at bcbdad73h
— or —
FATAL ERROR: Unhandled e0434352h Exception at fd099e5dh
The hex values after 0x and Exception at are different on every machine and every crash — that’s normal. The error type is what matters, not the specific address.
What actually causes it
Autodesk’s own support documentation and community reports consistently point to five root causes. Here’s how they break down by frequency:
Approximate frequency based on Autodesk community reports and support documentation.
| Root cause | When it typically crashes | Severity |
|---|---|---|
| Outdated GPU driver | Zoom, orbit, 3D rendering, switching layouts | ● High |
| Hardware acceleration conflict | Any graphics-intensive command | ● High |
| Corrupt user profile / settings | On startup, or when customizing UI | ● Medium |
| Corrupt DWG file or Xref | Opening one specific drawing | ● Medium |
| Missing .NET / C++ runtimes | Block editor, certain commands | ● Medium |
| Third-party plugin / add-in | Random, hard to reproduce | ● Medium |
| Corrupt installation files | Every launch, immediately | ● Less common |
| Windows Update conflict | Started after a recent OS update | ● Less common |
Diagnose yours in 60 seconds
🔍 When does AutoCAD crash?
8 fixes that actually work
Work through these in order. Each one takes 2–5 minutes. Most users resolve the crash by Fix 3.
- Open AutoCAD → click the ? icon (Help) → Check for Updates
- Install any available updates
- Restart AutoCAD and retest
- Identify your GPU: right-click desktop → Display Settings → Advanced display
- Go to your manufacturer’s site:
- NVIDIA: nvidia.com/drivers
- AMD: amd.com/support
- Intel: intel.com/content/www/us/en/download-center
- Download the latest driver — ideally one certified by Autodesk for your AutoCAD version
- Perform a clean install (check “Clean installation” option in NVIDIA installer)
- Restart the system, reopen AutoCAD
- Type
GRAPHICSCONFIGin the AutoCAD command line → Enter - In the Graphics Performance dialog → toggle Hardware Acceleration: Off
- Click OK → close and reopen AutoCAD
- Test if the crash is gone. If yes, update your driver and re-enable it later.
Alternative path: Tools → Options → System tab → Graphics Performance
- Close AutoCAD completely
- Click Start → search Reset AutoCAD to Defaults (it’s in the Autodesk folder)
- Alternatively: open the AutoCAD installation folder → run
resettodefaults.exe - Confirm the reset → relaunch AutoCAD
- Try opening the file’s .bak backup: rename
filename.bak→filename.dwg - Or use RECOVER command: type
RECOVER→ select the problem file - If it opens, immediately run
AUDIT(typeAUDIT, answer Yes to fix errors), thenPURGEto remove unused blocks - Save to a new filename
- For Xref-related crashes: detach all Xrefs, reload them one at a time to identify the corrupt one
- Type
APPLOADin the command line → Enter - In the Startup Suite section → click Contents
- Remove all third-party entries temporarily
- Restart AutoCAD → test if crash is gone
- Re-add add-ins one by one to identify the culprit
e0434352h exception variant of this error is almost always a .NET runtime failure.- Press
Win + R→ typeappwiz.cpl→ look for Microsoft Visual C++ Redistributable packages - Download and install:
- Microsoft Visual C++ Redistributable (2015–2022, both x86 and x64)
- .NET Framework 3.5 (via Windows Features if missing)
- .NET Framework 4.8 (from Microsoft’s site)
- Restart and retest
- Go to Control Panel → Programs and Features
- Find AutoCAD in the list → click Change
- Choose Repair first — this fixes corrupt files without a full reinstall
- If repair doesn’t work: uninstall completely, use the Autodesk Uninstall Tool to clean leftover files, then reinstall fresh
%APPDATA%\Autodesk\AutoCAD [version].Tired of AutoCAD’s instability?
SmartCAD opens the same .DWG files — on 4GB RAM, without the crashes. One-time purchase, no subscription.
Special case: crash only during specific commands
Some triggers have dedicated fixes beyond the general steps above:
| Crashing when… | Additional fix |
|---|---|
| Using the COMPARE command | Update GPU driver specifically (confirmed Autodesk cause) |
| Opening/using Block Editor | Install .NET 3.5 + update C++ runtimes |
| Generating orthographic views (Plant 3D) | Type PLANTORTHOPARALLEL → set to 0 |
| Opening a drawing in Advance Steel | Insert as block → Explode → PURGE → AUDIT → save to new file |
| Immediately after Windows Update | Roll back Windows Update or update GPU driver to match |
Frequently asked questions
Does the hex address in the error message matter?
Not for troubleshooting purposes. The address changes every crash because it depends on where AutoCAD loaded files in memory at that moment. What matters is the error type — “Access Violation Reading” or “Unhandled e0434352h” — not the specific hex value after it.
Could this be a RAM hardware problem?
Rarely. Despite the memory-related language, this error is almost never caused by faulty RAM sticks. It’s a software-side memory access failure — AutoCAD or a driver tried to reach a memory region that Windows blocked. Physical RAM issues show up differently (random BSODs across all apps, not just AutoCAD crashes).
AutoCAD crashes on launch but only after a Windows Update — what do I do?
Windows Updates sometimes push GPU driver updates that aren’t certified for AutoCAD. Go to Device Manager, find your display adapter, right-click → Update driver → and get the driver directly from NVIDIA, AMD, or Intel instead. This resolves the majority of post-update crashes.
I’ve tried everything and AutoCAD still crashes. What now?
At this point it’s worth running the Autodesk Uninstall Tool (a clean removal utility) followed by a fresh install. If that still fails, the issue may be OS-level — consider rebuilding the Windows user profile. Autodesk’s own support recommendation for persistent cases is a full clean reinstall with profile rebuild.
Is there a CAD alternative that’s less prone to these crashes?
Yes — CAD software built on the IntelliCAD engine (like SmartCAD) tends to be significantly more stable on standard hardware because it has a smaller codebase and lighter graphics overhead. It reads and writes the same .DWG files as AutoCAD, so your existing work carries over completely. You can try SmartCAD free for 30 days and compare stability on your own machine.