| Предыдущий | Следующий |
| ERROR_WAS_LOCKED | ERROR_ALREADY_WIN32 |
ERROR_LOG_HARD_ERROR
Что означает ERROR_LOG_HARD_ERROR
ERROR_LOG_HARD_ERROR — всплывающее сообщение приложения: %1 : %2.
Что проверить
Раскройте параметры сообщения %1 и %2: они содержат имя/контекст приложения и фактический текст серьёзной ошибки.
- Найдите исходный код или событие, которое возникло непосредственно перед hard-error popup; сам этот статус часто является оболочкой для более конкретной причины.
- Сопоставьте время сообщения с журналами Application/System и дампом процесса, если приложение завершилось аварийно.
Исходная формулировка
windows generated an application hard-error popup record.
Fix the originating failure and remove dependence on interactive hard-error dialogs. Services should report structured errors to their controller and event log because nobody may be able to respond to a popup.
Legacy native applications calling hard-error mechanisms.
this result corresponds to Win32 error value documented as: Application popup: %1: %2 A component requested a hard-error notification whose useful content is carried by inserted strings. Historically this could produce an interactive system dialog; modern services may instead leave an event or diagnostic record.
collect all message insertions, process identity, session number, desktop, and event-log record; determine whether the process was interactive or running in session 0; inspect a dump if the hard error follows memory corruption or loader failure
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.