turn it on as a way to test if there i any error from virtualbox. the gui will possible show something that make more sense than those errors .
Alvaro. On Wed, Nov 15, 2017 at 6:10 PM, Carl Gross <[email protected]> wrote: > Thanks for the reply. Here are my replies. > > >> Which virtualbox version are you using? > > I am using Oracle VM VirtualBox v.5.1.30. As I mentioned, I recently > uninstalled/reinstalled. > > >> Try to use Virtualbox gui, and turn on/off/on VMs you see there. > > OK I've opened my VirtualBox GUI, and there is indeed one VM there. It is > the VM I expect to be present (named 'sites'--screenshot > <https://imgur.com/spsWIiC>). It is powered off. Are you saying I > should power it on? If so, then what? Or should I turn it on via the GUI, > then try a 'vagrant up?' > > Thanks! > > > > > > On Wednesday, November 15, 2017 at 3:45:13 PM UTC+7, Alvaro Miranda > Aguilera wrote: >> >> Hello >> >> Try to use Virtualbox gui, and turn on/off/on VMs you see there. >> >> The error is coming from VirtualBox, so Vagrant here is just failing. >> >> If you can skip Vagrant you may find what the issue is. >> >> Which virtualbox version are you using? >> >> Thanks >> Alvaro >> >> On Tue, Nov 14, 2017 at 6:18 PM, Carl Gross <[email protected]> wrote: >> >>> 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/ms >>> gid/vagrant-up/466114b2-7a6a-41d2-95f4-c16be5c8fcda%40googlegroups.com >>> <https://groups.google.com/d/msgid/vagrant-up/466114b2-7a6a-41d2-95f4-c16be5c8fcda%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Alvaro >> >> -- > 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/742213f8-f887-460b-97de-e4ac9d198cc5%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/742213f8-f887-460b-97de-e4ac9d198cc5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- 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/CAHqq0ex1u5n8HtJOqfKg4m72f2kF8V3qy21nOPSTtAwnUZtc%2BQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
