winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
567 stars 62 forks source link

There was an error while executing `VBoxManage` #28

Closed aikidistas closed 9 years ago

aikidistas commented 9 years ago

Installed this plugin on windows 7 and after trying to vagrant up it gave an error.

$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["list", "hostonlyifs"]

Stderr: VBoxManage.exe: error: Failed to create the VirtualBox object! VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execution failed (extended info not available) VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or failed to start. capture

GM-Alex commented 9 years ago

I don't think that this issue is related to the plugin.