Offer an explanation why AllocConsole() might have failed
authorGé van Geldorp <ge@gse.nl>
Mon, 5 Dec 2005 22:06:58 +0000 (22:06 +0000)
committerGé van Geldorp <ge@gse.nl>
Mon, 5 Dec 2005 22:06:58 +0000 (22:06 +0000)
svn path=/trunk/; revision=19920

reactos/subsys/system/usetup/usetup.c

index 71d6581..474c311 100644 (file)
@@ -3679,7 +3679,9 @@ NtProcessStartup(PPEB Peb)
   Status = AllocConsole();
   if (!NT_SUCCESS(Status))
     {
-      PrintString("AllocConsole() failed (Status = 0x%08lx)\n", Status);
+      PrintString("Unable to open the console (Status = 0x%08lx)\n\n", Status);
+      PrintString("The most common cause of this is using an USB keyboard\n");
+      PrintString("USB keyboards are not fully supported yet\n");
 
       /* Raise a hard error (crash the system/BSOD) */
       NtRaiseHardError(STATUS_SYSTEM_PROCESS_TERMINATED,