VirtualBox fails to load VM with code E_FAIL (0x80004005)

1

I'm using the latest version of VirtualBox 6.0.4 r128413 (Qt5.6.2) trunning on x64 Windows 10. Had been running a Windows XP guest for this morning, then shut it down. After an unrelated update to a Visual Studio installation, the VM now will not start with the following error:

Failed to open a session for the virtual machine WindowsXP.

The virtual machine 'WindowsXP' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005).  More details may be available in 'H:\VMs\WindowsXP-Dev\WindowsXP\Logs\VBoxHardening.log'.

Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {5047460a-265d-4538-b23e-ddba5fb84976}

The VBoxHardening.log is incomprehensible, but I do note this question has a similar problem, though with a much older version of VB.

What is going on? How do I force VB to abandon the check for DLL versions?

virtualbox
virtual-machine
asked on Super User Apr 15, 2019 by AlainD

2 Answers

0

This is very normal behavior if you have saved a session and then update VirtualBox.

You need to trash that active session, then it should work again. Also, make sure you update the extension pack for your new version, or this error will pop up too.

answered on Super User Apr 15, 2019 by LPChip
0

Can you please check whether you have installed Hyper-V on your system? I have handled systems where the Hyper-V framework was affecting the functionality of other virtualization frameworks.

You will need to check your Windows features, remove it completely, restart the system and check whether your VM is working.

https://docs.microsoft.com/en-us/troubleshoot/windows-client/application-management/virtualization-apps-not-work-with-hyper-v

answered on Super User Mar 29, 2021 by Panos

User contributions licensed under CC BY-SA 3.0