Windows error 0xC0000034, -1073741772

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code52 (0x0034)

Questions

56votes
4answers

Cannot boot Windows guest in VirtualBox without kernel module error

I'm running Vagrant (1.8.1) + VirtualBox (5.0.12) on Windows 7 and trying to boot up a Windows 7 image (modernIE/w7-ie8). However, I get this error: --------------------------- VirtualBox - Error In supR3HardenedWinReSpawn --------------------------- <html><b>NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries) (rc=-101)</b><br/><br/>Make sure the kernel module has been loaded successfully.<br><br><!--EOM-->where: supR3HardenedWinReSpawn what: 3 [...] read more
windows
service
kernel
virtualbox
20votes
1answer

VirtualBox 4.3.20 stops working after Windows Update

I have a current version of VirtualBox 4.3.20, but after the latest Windows 7 update on Dec. 11th, 2014, it cannot open any virtual machine. First, it would not open the program at all. After a reboot, it would say: [https://i.stack.imgur.com/MXhqz.png] > STATUS_OBJECT_NAME_NOT_FOUND > > Driver is probably stuck stopping/starting. [...] read more
windows-7
virtualbox
windows-update
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
8votes
1answer

NtOpenKey fails with 0xC0000034 - how to fix this?

I'm creating a user-mode CMD app using VS 2013 in C++ and I'm trying to use the native registry editing functions in it. I'm trying to open certain key with 'NtOpenKey' but it always fails with 'STATUS_OBJECT_NAME_NOT_FOUND' and I'm sure that the 'object' is in it's place so the reason [...] read more
c++
winapi
wdk
7votes
5answers

BOOTREC /FIXBOOT => Element not found

So the other day, there is a post about this here but there have been some developments, I installed Linux Kali to dual boot and messed up the booting of my PC. After messing around with the boot files I finally got it to boot the Windows 10 partition using [...] read more
linux
windows
windows-10
boot
kali-linux
6votes
5answers

Windows 8 won't boot, BCD error

My Windows 8 laptop has a boot problem. When Windows tries to boot, I get this error message: Boot configuration data is missing File: \BCD Error code: 0xc0000034 So as suggested I booted to the console and tried: bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd After the last command [...] read more
windows-8
boot
mbr
bcd
5votes
2answers

What Is Microsoft "Boot Time Removal Tool"?

I'm working on a Windows 7 computer. The owner reports that they believe the computer has been infected by malware and that they had an overseas company attempt to fix the problem but that something they did rendered the computer unable to boot. I've found a somewhat suspicious driver file [...] read more
windows-7
virus-removal
4votes
0answers

Windbg - process frozen on SNIReadSyncOverAsync but no deadlock found

I have a strange problem. A process gets frozen/stuck while reading data using System.Data.SqlClient.SqlDataReader on GetValue() function. I am analyzing the process dump using WinDbg. I used SOS commands like !dlk, !SyncBlk, !analyze -v -hang etc. but none of them indicate any deadlocks. The last call on callstack is 000000001a98e8a8 [...] read more
deadlock
windbg
sqldatareader
4votes
1answer

NtOpenSection(L"\\Device\\PhysicalMemory") returns STATUS_OBJECT_NAME_NOT_FOUND

I am implementing SMBIOS reading functionality for Windows systems. As API levels vary, there are several methods to support: 1. trouble-free GetSystemFirmwareTable('RSMB') available on Windows Server 2003 and later; 2. hardcore NtOpenSection(L"\\Device\\PhysicalMemory") for legacy systems prior to and including Windows XP; 3. essential WMI data in L"Win32_ComputerSystemProduct" path through cumbersome [...] read more
winapi
rom
4votes
4answers

LsaEnumerateAccountRights always returns "File not found"

I'm calling the Advapi32.dll LsaEnumerateAccountRights function having a policy handle from LsaOpenPolicy and an account SID from LookupAccountName. However, try as I might, I'm always getting back 0xC0000034 which after translation by LsaNtStatusToWinError gives me "The file referenced cannot be found." Which isn't a whole lot of good. My code [...] read more
security
winapi
3votes
0answers

Mixed mode crash from workerthread pool, but no managed thread

It’s a large 32 bits mixed mode MFC 7.0 app on XP, the user tells that he was using a feature which is implemented in managed code. The crach is in a thread that has acquired the LoaderLock, and seems to orgin from .NET workerthread pool. 0:016> !cs -o -l [...] read more
windbg
sos
3votes
1answer

Can a large hard drive (3 TB) make Windows XP 32bit un-bootable?

As my old hard drive failed, I cloned the operating System (Windows XP SP3 32bit Professional) to a new hard drive (WD 3 TB). It took several attempts, until it worked, but finally it was ok: I had the following partitions on the drive: 1. ca. 100 GB for Windows [...] read more
windows-xp
hard-drive
boot
partitioning
crash
2votes
2answers

P2V SBS Windows 2008: Mass Storage Driver issue around SCSI IDE changes - Boot BSOD Error 0x0000007b, 0xc0000034?

Have done tons of reading on Spiceworks & outside on P2Vs, SBS, 2008, DC related threads and made lots of notes on all Pathways & Tools & Prep: (Please see Pg 1,2,3) so you know I've done the homework on all ways. Compiled Notes: https://www.dropbox.com/s/vtljsnk2yscybcr/P2V%20-%20SBS%20DC%20-%20Notes.docx?dl=0 * Currently prefer any Cold/ [...] read more
drivers
windows-sbs-2008
bsod
physical-to-virtual
2votes
2answers

Reading registry from windows kernel driver in C

I need to read settings from the registry (preferably) or from a file. The driver is a kernel driver that is set to start with type of start set to SYSTEM, so all services and WinAPIs are not necessarily available. I'm attempting to use the RtlQueryRegistryValues function in order to [...] read more
c
windows
winapi
kernel
registry
2votes
1answer

Trouble writing to file with SMBJ

Please help. I am unable to create and write to a file using SMBJ. I'm getting this error: com.hierynomus.mssmb2.SMBApiException: STATUS_OBJECT_NAME_NOT_FOUND (0xc0000034): Create failed for <file path> Is this a Windows errors or an SMBJ error? Am I using the SMBJ API correctly? I don't understand Windows file attributes/options well. String [...] read more
java
windows
smbj
2votes
3answers

ANDY Error Unable to Launch VM Process

When I start up my andyroid I get this error Andy Error Unable to launch VM Process: The virtual machine 'andy' has terminated unexpectedly during start up with 1a64.1a20: Log file opened: 4.3.28r100309 g_hStartupLog=0000000000000028 g_uNtVerCombined=0x63258000 1a64.1a20: \SystemRoot\System32\ntdll.dll: 1a64.1a20: CreationTime: 2015-04-14T19:07:42.947120400Z 1a64.1a20: LastWriteTime: 2015-03-23T21:59:25.551884100Z 1a64.1a20: ChangeTime: 2015-04-17T01:36:19.499612400Z 1a64.1a20: FileAttributes: 0x20 1a64.1a20: [...] read more
android
virtual-machine
avd
haxm
2votes
2answers

Hard drive not detected after installing the Operating System

After I failed to install SUSE Linux 10.0, I want to go back to the windows operating system again. but when I want to install windows, my hard drive is not detected, whereas in the BIOS in the detection / known. I was dizzy, his mistake about it. Where is. [...] read more
hard-drive
bios
hardware-failure
computer-building
2votes
1answer

Windows 7 Ultimate 64-bit complete system failure

I'm having a problem with Windows. Here are my system specs: * i5-2500K Sandy Bridge * ASUS P8Z68-V PRO LGA 1155 Intel Z68 * G.SKILL Ripjaws X Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600 * EVGA SuperClocked 01G-P3-1563-AR GeForce GTX 560 Ti (Fermi) 1GB * CORSAIR Enthusiast [...] read more
windows-7
bios
boot
bsod
post
1vote
1answer

Problems cloning a bootable disk

I have an 80gb hard drive that is quite old, I expect it to fail soon. So I am trying to clone it to a bigger, newer disk or simply make a virtual machine out of it. I used various tools to clone my disk, Disk2vhd and Acronis TrueImage. Both [...] read more
windows-xp
disk-image
acronis
1vote
0answers

Cannot read file with Windows minifilter driver

I have a minifilter driver based on the example Minivers See https://github.com/guidoreina/minivers , I am getting error codes on some files on the FltCreateFile which is to read the input file. The error codes that i am receiving are -1073741757 0xC0000034 STATUS_OBJECT_NAME_NOT_FOUND Followed by another attempt -1073741757 0xC0000043 STATUS_SHARING_VIOLATION I [...] read more
c
windows
driver
1vote
1answer

Two filter drivers in one binary causes System error 2 on the 2nd driver

I have two NDIS filter drivers in the same binary. This seems to work based on this MSDN forum thread. I encountered an issue: Both drivers have been successfully installed using NetCfg API. However, the second installed driver won't start. It causes System error 2: C:\Program Files\Npcap>net start npcap The [...] read more
c
windows
networking
driver
ndis
1vote
2answers

ReAgentc: Unable to update WinRE boot configuration data

Windows 10 Pro x64 v1909 update fails: Issue seems to be caused by problems with WinRE, receiving the error if I also try to reset the PC. * I've tried resetting the ReAgent.xml [failed] and moving/restoring winre.wim to %WinDir%\system32\Recovery, then running reagentc /enabled [successful], but when I run /info again, [...] read more
windows
windows-10
windows-10-upgrade
windows-re
1vote
3answers

Every emulation tried didn't work

I am having issues, I believe since I upgraded my laptop from Windows 8.1 to Windows 10, on emulation. I will here give all information I can about every try of mine to emulate. First VirtualBox. I've created several machines for different OS, but every time, in my first attempt [...] read more
virtualbox
windows-10
emulation
1vote
2answers

BSOD on system startup

Someone has recently installed an external hard drive on my system (Western Digital SATA, if it matters). Since the moment it has been installed (we've already removed it) I cannot start up Windows: A few seconds after "Loading Operating System..." I simply meet a blue screen of death. The error [...] read more
windows-7
boot
bsod
1vote
1answer

An idea how to install KB2160329?

I'm fighting with the KB2160329 update. Windows 7 x64, installed and unable to start up the system.... There is a trick to revert it, but how to go about installing it. Seems that there is some issue with update on the win32k.sys file as there is entry in C:\Windows\winsxs\pending.txt just [...] read more
windows
bsod
windows-update
1vote
1answer

BSOD, Fatal System Error on Boot to Vista

My HP Pavilion Elite m9400t is booting to a BSOD in normal mode, safe mode, or even System Recovery from the BIOS. When I disable automatic reboot on system failure, I can see that this is the error : STOP: c000021a {fatal system error} The initial session process or system [...] read more
boot
windows-vista
bsod
1vote
1answer

Why OS Windows does not boot after disk disconnected?

I have problem with booting from Mandriva linux boot menu to Windows. I previously used two disks: one with Windows and one with Mandriva and booting worked. However when I removed the disk with Mandriva and then installed Mandriva on the disk with Windows, so I can see Mandriva menu, [...] read more
linux
windows-xp
hard-drive
boot
1vote
0answers

Getting around stop error/missing driver for XP boot off BootDisk

I have a workstation attached to a very expensive machine (cost>$150k) where the manufacturer of said machine stopped offering support. The machine itself seems fine but I have been unable to boot WinXP from disk or Ghost. The error is the classic 0x0000007B, and here are the full parameters (does [...] read more
windows-7
windows-xp
boot
bios
bsod
1vote
2answers

Enabling AHCI fixed 0x0000007B BSOD on old Windows 7 partition - but now it restarts whenever I select shutdown

I built a PC that's been working for a while (aside: mainly using a non-Windows OS, which seemed to start kernel panicing more frequently). It stopped booting in any OS from the partitions on the SSD (giving BSOD 'STOP: 0x0000007B (0x80786A58, 0xC0000034, 0x00000000, 0x00000000)'). I installed Windows 7 on a [...] read more
bsod
reboot
1vote
1answer

BSOD "STOP 0x0000007B" after installing WIndows XP on external HDD

I got a bsod saying: STOP: 0x000007B (0xF78A2524, 0xC0000034, 0x00000000, 0x00000000) I know this seems to have been asked multiple times, but Í think I'm a different case. I just installed winxp professional on an external hdd, linux worked on that disk in the past. Now I get the bsod. [...] read more
windows
windows-xp
external-hard-drive
bsod
1vote
1answer

Windows Xp stop error

I bought a Thikpad T410 its Core i5 proccesor 4Gb Ram 160Gb hard Disk I wanted to downgrade Win7 to XP But while installation this error occoured 0x0000007B (0xF78D2524, 0xc0000034, 0x00000000, 0x00000000) I know its an INACCESSIBLE_BOOT_DEVICE error But why is this happening is the Notebook protecting itself read more
windows-xp
1vote
1answer

Why am I getting boot errors after a fresh Windows install?

I have a really strange problem. I have a new laptop (no guaranty) and everytime after a clean installation everything is perfectly fine. But when the laptop is powered off for a couple of hours I get this error: > The file may be corrupt. The file header checksum does [...] read more
windows-7
boot
checksum
0votes
1answer

Failed /SetEncTypeAttr : 0xc0000034

I want to set encryption type attribute for the domain https://technet.microsoft.com/en-us/library/hh240207(v=ws.11).aspx When i run in Windows Server 2012 R2, ksetup /SetEncTypeAttr EXAMPLE.COM AES128-CTS-HMAC-SHA1-96 I am getting below error, Setting enctypes for domain EXAMPLE.COM to:AES128-CTS-HMAC-SHA1-96 Setting enctypes on EXAMPLE.COM failed with 0xc0000034 Failed /SetEncTypeAttr : 0xc0000034 How to solve this? read more
windows
windows-server-2012-r2
azure-active-directory
0votes
2answers

What kind of disk controller does Hyper-V need to use for a restoring a non-VM image?

Every time I try to restore an image, whether it is Clonezilla or from a backup program, it always fails in Hyper-V (and VMWare). I get a BSOD with several hex numbers, including 0x0000007b 0xc0000034. These are innaccessible boot device errors. My image restores fine to a physical machine. I [...] read more
hard-drive
virtual-machines
hyper-v-server-2012
0votes
1answer

Sudden failure on certain DFS shares

We use CIFS on our CentOS 6 systems to access numerous DFS shares hosted on a Windows 2008 cluster. Until yesterday this had proved to be very reliable. Late yesterday afternoon we discovered that on two shares we could no longer create a directory or filename containing more than ten [...] read more
cifs
0votes
4answers

Move Win2k3 to new hardware: STOP 0x0000007B (How can I get PERC drivers installed?)

I have an ancient celeron-based Windows 2003 SBS server on an old Dell machine. It has a very basic IDE non-RAID setup. The server is so old, it takes about 30 minutes to boot up and log in. A new Dell (ugh!) server was purchased with the intent of doing [...] read more
windows-server-2003
boot
drivers
bsod
0votes
0answers

Using a mutex in a Windows 10 device driver resulting in code 39

I'm developing a Windows 10 device driver for a virtual camera based off the avstream/avscamera example in the windows driver samples repository. The driver will gets its frames from a separately run Windows app via shared memory synchronized by a Mutex. I can build the driver without errors, but when [...] read more
windows
installation
driver
device
code39
0votes
0answers

How to interpret error (Win32) 0x3e5 (997) - Overlapped I/O operation is in progress in windows dump?

I have a postmortem windows dump file I need to analyze. The process is stuck on .Net SqlDataReader reading values from SQL server over network. There are no deadlocks found using !dlk or !syncblk. I can see that it is making really slow progress internally and fetching rows. The list [...] read more
winapi
windbg
dump
sqldatareader
0votes
1answer

FltRegisterFilter not working

I'm trying to create a simple windows driver, but the FltRegisterFilter is not working ! I got the following error code : 0xc0000034 (I think it refers to the STATUS_OBJECT_NAME_NOT_FOUND error code). Do you know if the generated INF file is enough ? I just tried to add this line [...] read more
c
windows
driver
0votes
2answers

Can't open a dcom session with jinterop

I'm trying to use jinterop to run wmi queries on remote PCs, but I can't even start a dcom session. I know wmi is working because I can access it with powershell\wmic\vbscript without issues. Also, our windows clients have file sharing disabled. Here is what I am trying: import static [...] read more
java
wmi
dcom
wmi-query
j-interop
0votes
2answers

IoGetDeviceObjectPointer() fails with no return status

This is my code: UNICODE_STRING symbol; WCHAR ntNameBuffer[128]; swprintf(ntNameBuffer, L"\\Device\\Harddisk1\\Partition1"); RtlInitUnicodeString(&symbol, ntNameBuffer); KdPrint(("OSNVss:symbol is %ws\n",symbol.Buffer)); status = IoGetDeviceObjectPointer(&symbol, FILE_READ_DATA, &pDiskFileObject, &pDiskDeviceObject); My driver is next-lower-level of \\Device\\Harddisk1\\Partition1. When I call IoGetDeviceObjectPointer it will fail and no status returns and it not continue do remaining code. When I use windbg debug [...] read more
windows
winapi
driver
0votes
2answers

Service Crash loading dll

I have made a new windows service which works fine using barebone code (just the basic framework for a service), however, when i link it against my dlls, lib file to use the functionality in the dll it crashes on start up with a 0xc0000034 error. Is there a special [...] read more
c++
windows
service
0votes
1answer

Cannot install Windows 7 on an Intel Pentium 4 HT Prescott PC

One of my relatives still runs XP on his machine (which is capable of running Windows 7, the CPU is newer than the one on my Dell). I told him that I will try to upgrade (clean install) his machine to Windows 7. Although gool ol' 7 is going to [...] read more
windows-7
boot
usb-boot
intel-pentium
0votes
1answer

0xc000000f BCD error in windows 10... Nothings working

Its been a long night... I bought a new computer with no os. I was going to copy my copy of windows 10 pro to a 250gb ssd. While copying the power went out. This usually is just a minor annoyance but for some reason it must have went off [...] read more
windows-10
boot
bcd
0votes
1answer

Windows 10 won't boot from grub

I currently have Linux Mint installed along Windows 10, and both have been working harmoniously together for a good 6 months. This morning, I attempted to select Windows 10 from the grub menu as I do every morning, and was greeted with the error /EndEntire file path: /ACPI(a0341d0,0)/PCI... error: cannot [...] read more
linux
ubuntu
windows-10
boot
grub
0votes
2answers

Updating windows xp hard drive controller from ubuntu live disk

The problem: When booting, I get a blue screen shortly after the Windows XP logo splash screen. The error code is 7b, and the second hex number is 0xC0000034. Based on this link (item 7) it appears the driver should be updated. Oddly, I made no changes to the drivers [...] read more
ubuntu
windows-xp
0votes
1answer

Stop 0x0000007B error when installing xp on a dell laptop

I get an error when installing from a Windows XP CD to my Dell laptop. The error is: stop: 0x0000007B (0xF78D2524, 0xC0000034, 0x00000000, 0x00000000) Why is this problem occurring and how can I resolve it? read more
windows-xp
installation
0votes
3answers

How do I resolve a 0x7B stop error on my XP installation?

I have partitioned my 500GB hard drive, allowing me 50GB for Windows XP. Every time I try and install Windows XP I get an error. My operating system is Windows 7 Home Premium. I own a Dell Studio 1745 and have tried this a few times but keep getting a [...] read more
windows-7
windows-xp
installation
bsod
0votes
2answers

PulseAudio on Cygwin: Failed to create secure directory: Unknown error 13

I am unable to run PulseAudio on Cygwin. Operating System: Windows 8 Pro 64 bit Cygwin Setup.exe Version: 2.831 (64 bit) PulseAudio Version: 2.1-1 When I run: pulseaudio -vv this is the output: D: [(null)] core-util.c: setpriority() worked. I: [(null)] core-util.c: Successfully gained nice level -11. I: [(null)] main.c: This [...] read more
cygwin
pulse-audio
0votes
1answer

Cannot boot into Windows after using Partition Magic

By mistake I ran Partition Magic for XP and updated a partition. When I restarted the computer, it froze with a stop 0x0000007B (0x80D86B58, 0xC0000034, 0x00000000) error. I was unable to run chkdsk. I tried bootrec /fixmbr and fixboot, now when the computer restarts I get a message saying "Bootmgr [...] read more
windows-7
hard-drive
boot
partitioning
partition-magic
-2votes
1answer

win xppro boots to bsod, reinstall won't fix

I have two pcs I'm working on, both win xp pro. One I built, one is HP Compaq. Both have been off internet for more than a year and running well. One day, the hp came up with bsod. I considered: virus, memory, hd, os glitched, mobo. This is what [...] read more
windows-xp
bsod

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0