Error code

Windows ERROR_FILENAME_EXCED_RANGE

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

What it means

The filename or extension is too long..

How to fix it

  1. Shorten the file or folder names in the path.
  2. move the file closer to the drive root to reduce path depth.
  3. enable Win32 long-path support via group policy or the registry.
  4. use the \\?\ prefix in applications that support extended-length paths.

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