Error code

Windows ERROR_PROC_NOT_FOUND

WINDOWSERROR_PROC_NOT_FOUND
System Error Code· A POSIX/system errno returned when a system call fails.

What it means

The specified procedure could not be found..

How to fix it

  1. Reinstall the application to get matching DLL versions.
  2. update the dependency or runtime to the required version.
  3. remove an older conflicting DLL from the application or system path.
  4. run 'sfc /scannow' to repair mismatched system DLLs.

Not affiliated with Windows. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.