[VB 4.3.18] Error In supR3HardenedWinReSpawn

Discussions related to using VirtualBox on Windows hosts.
Post Reply
peruka123
Posts: 5
Joined: 11. Oct 2014, 20:36

[VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by peruka123 »

After updating from 4.3.10 to 4.3.18 can not start any virtual machine with Win8.1 x86, Win10 x64, Ubuntu 14.04 x64, Fedora x86 and new CentOS 7 x64.
Host: Windows 7 SP1 x64
Antivirus: Avast 2014.9.0.2021 (tried with both enabled and disabled from tray icon)
---------------------------
VirtualBox - Error In supR3HardenedWinReSpawn
---------------------------
NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries)
Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' to get more information about its state. Rebooting may actually help. (rc=-101)

Make sure the kernel module has been loaded successfully.
---------------------------
Abort
---------------------------
Failed to open a session for the virtual machine win8.1.

The virtual machine 'win8.1' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'E:\VirtualBox_VMs\win8.1\Logs\VBoxStartup.log'.

Result Code: E_FAIL (0x80004005)
Component: Machine
Interface: IMachine {480cf695-2d8d-4256-9c7c-cce4184fa048}
Attachments
VBoxStartup.logs.zip
(38.96 KiB) Downloaded 305 times
VB-error.png
VB-error.png (32.28 KiB) Viewed 60481 times
bird
Oracle Corporation
Posts: 127
Joined: 10. May 2007, 10:27

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by bird »

This is an installer problem we haven't been able to fix yet. Did you try the reboot advice in the error message? If you don't want to reboot, you may pick up clues from this post here where @quiettime describes how he worked around it: viewtopic.php?f=6&t=63556&start=180#p300962

-bird
Knut St. Osmundsen
Oracle Corporation
peruka123
Posts: 5
Joined: 11. Oct 2014, 20:36

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by peruka123 »

Earlier, I have installed the newest VB on top of the old one. Now I just uninstalled VB from Control Panel and after rebooting I installed it again. So far everything seems to work.
Thanks.
bender12
Posts: 1
Joined: 11. Dec 2014, 20:30

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by bender12 »

I found that in my case, when i did a sc quesry vboxdrv, it showed stopped. Trying to start it via sc.exe came up with path not found. Looking in the registry (HKLM\system\currentcontrolset\services\vboxdrv) showed the path to be \??\C:\Program Files\Oracle\VirtualBox\VBoxDrv.sys, but VBoxDrv.sys does not exist there. I pointed the key to \??\C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv\VBoxDrv.sys, and the service started fine. Not sure what happened. I also uninstalled KB3004394, but that didn't fix the issue.

I had issues for a few days now - one of my VMs got mysteriously wiped, and virtualbox was in a non-functioning state. I think my laptop rebooted because of patch tuesday, but i didn't do anything

Windows 7 Enterprise x64
VBox 4.3.20
dr_steveb
Posts: 2
Joined: 11. Dec 2014, 21:18

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by dr_steveb »

I seem to be having the same issue, and want to second that it seems to have been caused by a windows update. My system installed 17 updates and then my virtual machines stopped working. I know that the VM is ok since I copied it to an unpatched machine and it works there. For me, I get that vboxdrv service does not exist when I use the sc.exe program. Any ideas on how to fix this would be much appreciated.
elvisrusu
Posts: 1
Joined: 12. Dec 2014, 09:58

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by elvisrusu »

The problem is with the Windows Update KB3004394 . But microsoft was fast and puted a new update that fixed the issue.
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by mpack »

elvisrusu wrote:The problem is with the Windows Update KB3004394 . But microsoft was fast and puted a new update that fixed the issue.
Can anyone else confirm this? I'm wary because the same thing was said yesterday, and then contradicted.
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by socratis »

From Microsoft: Install KB3024777 to fix an issue with KB3004394 on Windows 7 and Windows Server 2008 R2 (Last Review: December 12, 2014).
The KB 3004394 update that was dated December 10, 2014 can cause additional problems on computers that are running Windows 7 Service Pack 1 (SP1) and Windows Server 2008 R2 SP1. This includes the inability to install future updates. This new update is available to remove KB 3004394 from your computer.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by socratis »

It does not show as an available update on my Win7 VM, but I had NOT applied KB 3004394, maybe that's why. It may show up as an available one only to those that have had the culprit installed already.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
dr_steveb
Posts: 2
Joined: 11. Dec 2014, 21:18

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by dr_steveb »

I had not installed KB 3004394, but tried the fix anyway. Note that after downloading the patch from Microsoft, you need to go to your updates from the control panel and install it. Just running the .exe from Microsoft only stages it for installation. Once I did that, I reinstalled VirtualBox (it failed), installed it again (it worked), and am back in business! Thanks to everyone for the help and informative posts.
Hemant
Posts: 1
Joined: 20. Dec 2014, 22:46

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by Hemant »

THANK YOU !!!
I really appreciate the suggestions posted copied below. It looks like the newer install of virtualbox has moved the drivers to another folder level ".\drivers\vboxdrv\" :
"
Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn
Postby bender12 » 11. Dec 2014, 20:34
I found that in my case, when i did a sc quesry vboxdrv, it showed stopped. Trying to start it via sc.exe came up with path not found. Looking in the registry (HKLM\system\currentcontrolset\services\vboxdrv) showed the path to be \??\C:\Program Files\Oracle\VirtualBox\VBoxDrv.sys, but VBoxDrv.sys does not exist there. I pointed the key to \??\C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv\VBoxDrv.sys, and the service started fine. Not sure what happened. I also uninstalled KB3004394, but that didn't fix the issue.

I had issues for a few days now - one of my VMs got mysteriously wiped, and virtualbox was in a non-functioning state. I think my laptop rebooted because of patch tuesday, but i didn't do anything

Windows 7 Enterprise x64
VBox 4.3.20


"
Zoli1972
Posts: 2
Joined: 23. Dec 2014, 00:55

Re: [VB 4.3.18] Error In supR3HardenedWinReSpawn

Post by Zoli1972 »

Hi,

You should try to install VCRedist 2010 (pedending on your architecture, of course: x86 or x64/both). Worked for me, while solutions from this topic and from another topic titled "Cannot access the kernel driver" on this forum unfortunately didn't help. Being new to this forum, unfortunately I can't post the link of the other topic :-(

Zoli
Post Reply