Description
I have three processes stated to run at system start through the RUN key in the registry.
Normally there is no problem and the three processes starts without any issue, but sometimes one of them seems to fail with the error in the title.
These debug log happens when the three process starts normally.
(dll/win32/kernel32/client/proc.c:3498) Retrying with: cmd /c D:\Servicios\Nginx.bat
|
fixme:(win32ss/user/user32/misc/dllmain.c:362) ClientThreadSetup is UNIMPLEMENTED!
|
(win32ss/user/winsrv/consrv/frontends/terminal.c:272) Using FrontEndIFace HACK(1), should be removed after proper implementation!
|
(sdk/lib/rtl/path.c:682) RtlQueryEnvironmentVariable_U returned 0xc0000100
|
(sdk/lib/rtl/path.c:682) RtlQueryEnvironmentVariable_U returned 0xc0000100
|
(win32ss/user/winsrv/consrv/frontends/terminal.c:272) Using FrontEndIFace HACK(1), should be removed after proper implementation!
|
(dll/win32/kernel32/client/proc.c:3498) Retrying with: cmd /c D:\Servicios\IndiFTPd.bat
|
But when one of them fails, shows this debug log:
(dll/win32/kernel32/client/proc.c:3498) Retrying with: cmd /c D:\Servicios\Nginx.bat
|
fixme:(win32ss/user/user32/misc/dllmain.c:362) ClientThreadSetup is UNIMPLEMENTED!
|
(win32ss/user/winsrv/consrv/frontends/gui/conwnd.c:158) Failed to register GUI console class
|
(win32ss/user/winsrv/consrv/frontends/terminal.c:187) CONSRV: Loading GUI frontend failed, Status = 0xc0000001 , continuing...
|
(win32ss/user/winsrv/consrv/frontends/terminal.c:224) CONSRV: Failed to initialize a frontend, Status = 0xc0000001
|
(win32ss/user/winsrv/consrv/console.c:634) CONSRV: Failed to initialize a terminal, Status = 0xc0000001
|
(win32ss/user/winsrv/consrv/handle.c:507) Console initialization failed
|
(win32ss/user/winsrv/consrv/init.c:505) Console allocation failed
|
fixme:(win32ss/user/user32/misc/dllmain.c:362) ClientThreadSetup is UNIMPLEMENTED!
|
(win32ss/user/winsrv/consrv/frontends/terminal.c:272) Using FrontEndIFace HACK(1), should be removed after proper implementation!
|
(dll/win32/kernel32/client/console/init.c:303) Failed to connect to the Console Server (Status c0000001)
|
(dll/win32/kernel32/client/dllmain.c:207) Failed to set up console
|
(dll/ntdll/ldr/ldrinit.c:829) LDR: DLL_PROCESS_ATTACH for dll "KERNEL32.dll" (InitRoutine: 7C7652CD) failed
|
(dll/ntdll/ldr/ldrinit.c:2133) LDR: LdrpProcessInitialization failed running initialization routines; status c0000142
|
(dll/ntdll/ldr/ldrinit.c:2162) LDR: Process initialization failure for D:\Servicios\Reboot.exe; NTSTATUS = c0000142
|
WARNING: MmLockPageableDataSection at ntoskrnl/mm/ARM3/drvmgmt.c:62 is UNIMPLEMENTED!
|
(dll/win32/kernel32/client/proc.c:3498) Retrying with: cmd /c D:\Servicios\IndiFTPd.bat
|
In this case the reboot.exe process fails with NTSTATUS c0000142.