| Предыдущий | Следующий |
| ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE | ERROR_INVALID_COLORSPACE |
ERROR_PROFILE_NOT_FOUND
Что означает ERROR_PROFILE_NOT_FOUND
ERROR_PROFILE_NOT_FOUND — указанный цветовой профиль не найден.
Что проверить
Зафиксируйте полный путь и файловую операцию, которая вернула код, включая режим открытия и фактически используемый том.
- Проверьте условие, прямо названное кодом, на этом файле: его состояние, метаданные и возможности файловой системы.
- Если ошибка зависит от уже открытого дескриптора, проверьте его владельца и срок жизни; если от данных на диске — сопоставьте результат с журналом файловой системы.
Исходная формулировка
Windows cannot locate the requested color profile.
the file was removed, renamed, quarantined, or not deployed to this computer
Installers should deploy profiles atomically, keep stable identifiers and hashes, and remove stale associations during uninstall. Applications need an explicit fallback profile policy and should notify users when fallback changes color fidelity.
a driver, calibration package, or OS upgrade removes a profile but leaves a device association or application cache
32-bit and 64-bit components, services, containers, or remote sessions resolve different environment paths or identities
Технические ссылки
- Microsoft: System Error Codes (1700–3999)
- Microsoft: Win32 Error Codes in MS-ERREF
- Microsoft: InstallColorProfile
- Microsoft: Profile management functions
Нужно найти другой код? Найти другой код состояния или ошибки.