Error code

Windows ERROR_OPEN_FAILED

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

What it means

The system cannot open the device or file specified..

How to fix it

  1. Verify the file or device path is correct and present.
  2. check that your account has permission to open it.
  3. ensure the device driver is installed and the device is online.
  4. close other programs that may hold the resource.

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