Hello. I recently had to re-install many programs on my computer (Win 10, x64), and VirtualBox was one of them. I re-installed without issue, but am now encountering an error when running 'vagrant up' (Vagrant version 1.8.6). The console output is:
*$ vagrant up* *Bringing machine 'default' up with 'virtualbox' provider...* *==> default: Checking if box 'ubuntu/trusty64' is up to date...* *==> default: Clearing any previously set forwarded ports...* *==> default: Clearing any previously set network interfaces...* *==> default: Preparing network interfaces based on configuration...* * default: Adapter 1: nat* * default: Adapter 2: hostonly* *==> default: Forwarding ports...* * default: 22 (guest) => 2222 (host) (adapter 1)* *==> default: Running 'pre-boot' VM customizations...* *==> default: Booting VM...* *There was an error while executing `VBoxManage`, a CLI used by Vagrant* *for controlling VirtualBox. The command and stderr is shown below.* *Command: ["startvm", "09fb1b27-94cb-4eb8-9735-9c0dd82f5b49", "--type", "headless"]* *Stderr: VBoxManage.exe: error: The virtual machine 'sites' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\snarl\VirtualBox VMs\sites\Logs\VBoxHardening.log'* *VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine* Per the suggestion, I opened VBoxHardening.log. The last several lines are as follows: *2950.1f98: supR3HardenedMonitor_LdrLoadDll: pName=C:\Program Files\Oracle\VirtualBox\VBoxRT.dll (rcNtResolve=0xc0150008) *pfFlags=0x0 pwszSearchPath=0000000000000001:<flags> [calling]* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8ab0c0000 'C:\Program Files\Oracle\VirtualBox\VBoxRT.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8ab0c0000 'C:\Program Files\Oracle\VirtualBox\VBoxRT.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8ab0c0000 'C:\Program Files\Oracle\VirtualBox\VBoxRT.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8ab0c0000 'C:\Program Files\Oracle\VirtualBox\VBoxRT.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8e68e0000 'C:\WINDOWS\system32\Wintrust.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8e4d80000 'C:\WINDOWS\system32\rsaenh.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8e5be0000 'C:\WINDOWS\System32\crypt32.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8e4d80000 'C:\WINDOWS\system32\rsaenh.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8e5be0000 'C:\WINDOWS\System32\crypt32.dll'* *2950.1f98: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0x0 hMod=00007ff8e5be0000 'C:\WINDOWS\system32\crypt32.dll'* *2950.1f98: Error -1912 in supR3HardenedMainInitRuntime! (enmWhat=4)* *2950.1f98: RTR3InitEx failed with rc=-1912* *2850.1818: supR3HardNtChildWaitFor[2]: Quitting: ExitCode=0x1 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 504 ms, the end);* *a80.26f4: supR3HardNtChildWaitFor[1]: Quitting: ExitCode=0x1 (rcNtWait=0x0, rcNt1=0x0, rcNt2=0x103, rcNt3=0x103, 929 ms, the end);* Can anyone shed some light on this *Error -1912*? Do I have any options other than uninstalling/re-installing Vagrant? Thanks in advance. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/466114b2-7a6a-41d2-95f4-c16be5c8fcda%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
