Labels

Suggested Reading

Suggested Reading
Ayurvedic Way of Living - A step towards a Disease free life

Search This Blog

Comments

4-comments

Feed

POPULAR POSTS

Enable/disable proxy using a batch file in Windows

Delete temporary files using command prompt

How to execute MASM programs in Windows 7

Skip to main content
"Short, tweetable sentence from the article." Tweet this

Fix “Entry Point Not Found” Error While Installing DaVinci Resolve (RtlIsEcCode DLL Issue)

On double clicking on the Davinci Resolve setup file, the system ran in to an error.

Screenshot of the error window The procedure entry point RtlIsEcCode could not be located in the dynamic link library

“The procedure entry point RtlIsEcCode could not be located in the dynamic link library…”

This error appears during installation (not while launching), usually after double-clicking the .exe installer for DaVinci_Resolve_20.2.2_Windows_ARM64.

 In a bid to install all the essential softwares suiting my requirements, I ended up downloading the wrong version on the Davinci Resolve setup file.


(Also read: How to fix the DaVinci Resolve Unable to Run in CUDA Mode)

Cause of the Error

The error occurs because I downloaded the ARM64 version of DaVinci Resolve, which is only meant for ARM-based Windows devices only to realize it much later.

If your computer uses an Intel or AMD processor, it requires the x64 build, not ARM64.

Follow these steps to resolve the issue:

  1. Uninstall or delete the ARM64 version if it’s partially installed.

  2. Go to the official DaVinci Resolve download page

  3. Under the Windows section, choose DaVinci Resolve (x64) , not ARM64.

  4. Reinstall using the correct version.

  5. The setup will now run without any DLL or “Entry Point Not Found” errors.

Comments