Hello @Reynald Kurniawan !
Thanks for reaching out this platform!
From what you described, this doesn’t look like a random crash, it’s more likely a compatibility and lifecycle issue triggered by the Windows 11 August update. The fact that NanoCAD Free freezes consistently after the update, but works again when you roll back, strongly suggests that the UAC hardening and driver/runtime changes introduced in that patch are exposing weaknesses in NanoCAD’s unsupported runtime model.
Since the issue is scoped to this specific app and update, here are the possible root causes I can give:
- UAC hardening conflict: The August update changed how non‑admin apps request elevation. Legacy CAD apps (AutoCAD, NanoCAD Free) may hang instead of prompting.
- Dependency/runtime mismatch: NanoCAD Free relies on older Visual C++ and .NET runtimes that may not load correctly after the update.
- Graphics driver pipeline change: The update refreshed WDDM components; older OpenGL calls used by NanoCAD may stall.
- Unsupported lifecycle: Because NanoCAD Free is no longer maintained, it won’t receive compatibility patches, so issues persist even after the September cumulative update.
Recommended Fixes
- Force elevated execution:
This bypasses UAC deadlocks for many users.Right‑click nanocad.exe → Properties → Compatibility → Run this program as administrator - Add to allowlist without registry edits:
- Open Windows Security → App & browser control → Exploit protection → Program settings
- Add
nanocad.exeand disable “Force randomization” or “Mandatory ASLR” if present.
- Reinstall runtimes:
- Install latest Microsoft Visual C++ Redistributables (x86/x64, all years)
- Confirm .NET Framework 4.8+ is present
- Clean reinstall NanoCAD:
- Uninstall NanoCAD, remove leftover folders in
Program Files,ProgramData, andAppData\Roaming - Delete registry key:
HKEY_CURRENT_USER\SOFTWARE\Nanosoft AS - Reinstall fresh
- Uninstall NanoCAD, remove leftover folders in
- Update or roll back GPU drivers:
- Get latest drivers from NVIDIA/AMD/Intel
- If issue began after GPU update, roll back to prior stable version
- Compatibility mode:
- Run NanoCAD in Windows 8 or Windows 7 compatibility mode
- Make sure you log whether NanoCAD only freezes on non‑admin accounts vs admin accounts.
- You can check Event Viewer → Windows Logs → Application for
nanocad.exeerrors after freeze. - Track GPU driver version and runtime versions installed to confirm reproducibility.
If you apply Run as Administrator and reinstall runtimes, and the issue disappears in long‑run tests, then it’s a UAC/runtime compatibility problem rather than a random glitch. If not, the safest long‑term path is either upgrading to a supported NanoCAD build or isolating NanoCAD Free in a Windows 10 VM.
I hope this helps! Let me know if you have any questions