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
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
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'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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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