D1302
New Contributor
5 months agoQuartus Prime Installer Crashes on ARM64EC — Any Plans for Native ARM Support?
Hi Intel team and community,
I'm trying to install Quartus Prime on a Windows 11 ARM64 device. The installer crashes consistently during initialization. I captured a crash dump and analyzed it using WinDbg.
Here’s a summary of the crash:
- Exception Code: 0xC0000374 (Heap Corruption)
- Faulting Module: msvcrt.dll!_msize
- Works fine on Intel machines
Stack trace shows the crash occurs during CRT shutdown, possibly in atexit/onexit handlers. This may be due to a missing or incompatible DLL or an emulation issue.
My questions:
- Are there any known compatibility issues with Quartus Prime on ARM64EC devices?
- Is Intel planning to release a native ARM64 or ARM64EC version of Quartus Prime for Windows?
- Are there any workarounds or supported configurations for ARM-based development environments?
Thanks in advance!