VirtualBox、Vagrant & Laravel Homestead "vagrant up" 错误
VirtualBox, Vagrant & Laravel Homestead "vagrant up" error
在 Laravel 5.3 发布后,我在使用 Laragon 一段时间后正在尝试切换回 Laravel Homestead。我已经按照 guide in the docs 上的所有步骤进行操作,并观看了几个截屏教程,但是当 运行 vagrant up
:
时出现此错误
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "977385f5-4aa5-4def-be66-1741ac9b560b", "--type", "headless"]
Stderr: VBoxManage.exe: error: The virtual machine 'homestead-7' has
terminated unexpectedly during startup with exit code -1073741819
(0xc0000005). More details may be available in
'C:\Users\VirtualBox VMs\homestead-7\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component
MachineWrap, interface IMachine
正如错误中所说,here 是我的 VBoxHardening.log
此外,我已经尝试重新安装 VirtualBox,但没有解决问题。
非常感谢任何帮助。
尝试重新启动您的笔记本电脑,是否发现它给您带来了错误?您只需按照以下步骤操作:
1. Right click on "This PC" / "My Computer" on windows desktop
2. Select "Properties"
3. Go to "Advanced" tab
4. Click "Environment Variables..." at the bottom
5. Under System Variables click "New..."
6. Set "Variable name" to "VBOX_INSTALL_PATH"
7. Set "Variable value" to "C:\Program Files\Oracle\VirtualBox\"
8. Select "OK" and close all the other settings windows
希望对你有帮助!!:)
我在更新 Windows 10 和我的 Nvidia(和 Geforce Experience)驱动程序后遇到了这个问题。
我做了 "vagrant box update",但仍然出现错误。
我更新了我的 virtualbox,vagrant 说它不能使用这个版本的 virtualbox。
然后我下载了最新的vagrant(1.8.6),问题解决了
https://www.vagrantup.com/downloads.html
希望对您有所帮助。
我知道这个 post 已经几个月没有 activity 了,但我只是想更新它,因为几个月前我发现了导致问题的原因。它实际上是 MacType,我正在使用的一种更平滑的字体。我卸载了它,它可以正常工作,完全没有问题。
我遇到了同样的问题,none 这个问题的答案或 Stack Overflow 中的其他答案对我有所帮助。如果我卸载 virtualbox 并重新安装,问题似乎就消失了。但是如果我重新启动主机,问题又回来了,不得不重复。很郁闷。
我遇到了 this post,结果是 Trusteer Rapport 导致了这个问题。不知道为什么,但问题似乎是在 2018 年 6 月更新后出现的。我卸载了 Trusteer Rapport,重新安装了 virtualbox,一切正常!
在 Laravel 5.3 发布后,我在使用 Laragon 一段时间后正在尝试切换回 Laravel Homestead。我已经按照 guide in the docs 上的所有步骤进行操作,并观看了几个截屏教程,但是当 运行 vagrant up
:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "977385f5-4aa5-4def-be66-1741ac9b560b", "--type", "headless"]
Stderr: VBoxManage.exe: error: The virtual machine 'homestead-7' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005). More details may be available in 'C:\Users\VirtualBox VMs\homestead-7\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
正如错误中所说,here 是我的 VBoxHardening.log
此外,我已经尝试重新安装 VirtualBox,但没有解决问题。
非常感谢任何帮助。
尝试重新启动您的笔记本电脑,是否发现它给您带来了错误?您只需按照以下步骤操作:
1. Right click on "This PC" / "My Computer" on windows desktop
2. Select "Properties"
3. Go to "Advanced" tab
4. Click "Environment Variables..." at the bottom
5. Under System Variables click "New..."
6. Set "Variable name" to "VBOX_INSTALL_PATH"
7. Set "Variable value" to "C:\Program Files\Oracle\VirtualBox\"
8. Select "OK" and close all the other settings windows
希望对你有帮助!!:)
我在更新 Windows 10 和我的 Nvidia(和 Geforce Experience)驱动程序后遇到了这个问题。
我做了 "vagrant box update",但仍然出现错误。
我更新了我的 virtualbox,vagrant 说它不能使用这个版本的 virtualbox。
然后我下载了最新的vagrant(1.8.6),问题解决了
https://www.vagrantup.com/downloads.html
希望对您有所帮助。
我知道这个 post 已经几个月没有 activity 了,但我只是想更新它,因为几个月前我发现了导致问题的原因。它实际上是 MacType,我正在使用的一种更平滑的字体。我卸载了它,它可以正常工作,完全没有问题。
我遇到了同样的问题,none 这个问题的答案或 Stack Overflow 中的其他答案对我有所帮助。如果我卸载 virtualbox 并重新安装,问题似乎就消失了。但是如果我重新启动主机,问题又回来了,不得不重复。很郁闷。
我遇到了 this post,结果是 Trusteer Rapport 导致了这个问题。不知道为什么,但问题似乎是在 2018 年 6 月更新后出现的。我卸载了 Trusteer Rapport,重新安装了 virtualbox,一切正常!