VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

Discussions related to using VirtualBox on Windows hosts.
Locked
josebernard
Posts: 1
Joined: 30. May 2016, 09:59

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

Post by josebernard »

I have a problem with vagrant and virtualbox. Im using windows 10 home lenovo.
this is the error i have in my git bash:

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "a30dea9f-0066-480c-8e18-12f2bc109fa2", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'sample_default_1464593758028_63131' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005). More details may be available in 'C:\Users\berna\VirtualBox VMs\sample_default_1464593758028_63131\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

Attached is the log file. What is the possible cause of the error?
Attachments
VBoxHardening.log
(16.44 KiB) Downloaded 35 times
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMach

Post by mpack »

You should ask on the Vagrant site, as we don't support Vagrant-VirtualBox configurations here.
dcholth
Posts: 1
Joined: 1. Jul 2016, 17:29

Re: VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMach

Post by dcholth »

@josebernard - Did you ever figure out how to fix this? I'm also getting this error.

It seemed to just show up randomly after my SurfaceBook did a reset on a sleep-of-death.
Locked