This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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
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
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
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
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
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
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
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