Windows error 0x0000006B, 107

Detailed Error Information

DISK_CHANGE[1]

MessageThe program stopped because an alternate diskette was not inserted.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007006B.

PROCESS1_INITIALIZATION_FAILED[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x6B: PROCESS1_INITIALIZATION_FAILED.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code107 (0x006b)

Questions

9votes
4answers

Is there any solution to Process1_Initialization_Failed on Windows 7?

I have a BSOD problem that I cannot repair. I would be so grateful if someone could provide a solution. I have Windows 7 OS installed on the computer. The stop error message resembles the following: > A problem has been detected and Windows has been shut down to prevent [...] read more
windows-7
bsod
system-restore
6votes
1answer

Trouble displaying C# stack trace in WinDbg

I have a handle leak in a C# program. I'm trying to diagnose it using WinDbg using !htrace, roughly as presented in this answer, but when I run !htrace -diff in WinDbg I'm presented with stack traces that don't show the names of my C# functions (or even my .net [...] read more
c#
windbg
stack-trace
handle-leak
1vote
2answers

BSOD & Windows 7 USB repair disk errors

I have a dual boot machine (Windows 7 Ultimate & Ubuntu which uses GRUB as bootmanager and is Windows as entry). I just recently added a third OS to (Windows 10 Pro). THings were running nicely, but at some point my Windows 7 installation became corrupted. While booting up Win7 [...] read more
windows-7
windows
boot
usb
1vote
1answer

The LoadLibraryA method returns error code 1114 (ERROR_DLL_INIT_FAILED) after more than 1000 cycles of loading/unloading

I'm programing on C++, I'm using Visual Studio 2008, Windows XP, and I have the following problem: My application, that is a DLL that can be used from Python, loads an external dll, uses the required methods, and then unloads this external Dll. It's working properly, but after more than [...] read more
c++
python
loadlibrary
0votes
2answers

Trying to fix Windows 7 which will not start, with ultimate goal of upgrading to Windows 10. Do I have any options other than a clean install of 10?

I'm working with an HP Pavilion running Windows 7 Home Premium x64. The PC is remote; I'm in New England, the PC is my brother's and he's on the Gulf Coast. I've been trying to assist through TeamViewer and over the phone. Attempts to get the computer to update to [...] read more
windows-7
boot
usb
windows-10-upgrade
repair
0votes
3answers

BSOD error 0x0000006B PROCESS1_INITIALIZATION_FAILED on boot

I reinstalled League of Legends because the patcher always gave me an error. However, out of complete stupidness I didn't uninstall the old installation first because I thought that it would simply replace the files. However, when the installer bar got to 100% it simply minimized. Then I closed the [...] read more
windows-7
windows
bsod
system-restore
0votes
1answer

Windows 7 - BSOD PROCESS1_INITIALIZATION_FAILED

So.. I tried last known good config, tried booting into Safe mode, tried system restore -- nothing. I get PROCESS1_INITIALIZATION_FAILED and error code is: 0x0000006B. Trying to run sfc /scannow in Syste Recovery Options' command prompt. But I get `There is a system repair pending which requires reboot to complete. [...] read more
windows-7
windows
64-bit
bsod
0votes
2answers

How can I get all frames of stack traces in "!htrace -diff" result?

It seems that "!htrace -diff" can only show 16 frames. How can I increase the frame counts in the stack traces? The following is one of the handles leaked detected by !htrace -diff. I can't read anything from it without a complete stack trace. Handle = 0x00000f7c - OPEN Thread [...] read more
memory-leaks
windbg
handle-leak
0votes
2answers

nasm/ld failing to do %include on cygwin

I'm trying to assemble using nasm on Cygwin 32 bits (following Part IV of Dandamudi, Sivarama P. Guide to Assembly Language Programming in Linux. New York: Springer, 2005). However, I get the following errors: $ nasm -f win32 sample.asm $ nasm -f win32 io.mac $ ld -m i386pe io.obj -lc [...] read more
assembly
macros
include
cygwin
nasm

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0