From fce964935e0a9bb05c39cfb7160d79f9f8a2aa61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 1 Jun 2017 20:20:25 +0000 Subject: [PATCH] [BUGCODES]: Move our MORAL_EXCEPTION_ERROR BSOD to where it should really belong (aka BSOD 0x9A) (see https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x9a--system-license-violation why). BSOD 0x7C is however legit: BUGCODE_NDIS_DRIVER. svn path=/trunk/; revision=74736 --- reactos/sdk/include/reactos/mc/bugcodes.mc | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/reactos/sdk/include/reactos/mc/bugcodes.mc b/reactos/sdk/include/reactos/mc/bugcodes.mc index 35165a94896..4fd542da1ea 100644 --- a/reactos/sdk/include/reactos/mc/bugcodes.mc +++ b/reactos/sdk/include/reactos/mc/bugcodes.mc @@ -1093,15 +1093,9 @@ restart your computer. MessageId=0x7C Severity=Success Facility=System -SymbolicName=MORAL_EXCEPTION_ERROR +SymbolicName=BUGCODE_NDIS_DRIVER Language=English -An attempt was made to execute a proprietary machine code instruction. -The system has been shut down to prevent damage to your conscience. - -If this is the first time you have seen this error screen, read -. - -If problems continue, remove all nonfree software from your computer. +BUGCODE_NDIS_DRIVER . MessageId=0x7D @@ -1199,6 +1193,20 @@ Language=English INVALID_WORK_QUEUE_ITEM . +MessageId=0x9A +Severity=Success +Facility=System +SymbolicName=MORAL_EXCEPTION_ERROR +Language=English +An attempt was made to execute a proprietary machine code instruction. +The system has been shut down to prevent damage to your conscience. + +If this is the first time you have seen this error screen, read +. + +If problems continue, remove all nonfree software from your computer. +. + MessageId=0xA0 Severity=Success Facility=System