2017-06-07 79 views
1

您好我遇到了以下錯誤運行顛沛流離起來後:10的Windows更新之後誤差laravel宅基地

$ vagrant up 
Bringing machine 'homestead-7' up with 'virtualbox' provider... 
==> homestead-7: Clearing any previously set forwarded ports... 
==> homestead-7: Clearing any previously set network interfaces... 
==> homestead-7: Preparing network interfaces based on configuration... 
    homestead-7: Adapter 1: nat 
    homestead-7: Adapter 2: hostonly 
==> homestead-7: Forwarding ports... 
    homestead-7: 80 (guest) => 8000 (host) (adapter 1) 
    homestead-7: 443 (guest) => 44300 (host) (adapter 1) 
    homestead-7: 3306 (guest) => 33060 (host) (adapter 1) 
    homestead-7: 5432 (guest) => 54320 (host) (adapter 1) 
    homestead-7: 22 (guest) => 2222 (host) (adapter 1) 
==> homestead-7: Running 'pre-boot' VM customizations... 
==> homestead-7: 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", "83b1dbca-4d9f-4828-a544-d8a88124eafe", "--type", "headless"] 

Stderr: VBoxManage.exe: error: The virtual machine 'homestead-7' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005) 
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine 

用來工作就好了流浪漢,這個錯誤發生。 下面我試圖命令不解決問題:

vagrant reloead 
vagrant reload --provision 

流浪漢,宅基地版本:

$ vagrant -v 
Vagrant 1.9.1 
$ homestead -v Laravel 
Homestead version 3.1.0 

我不能運行,即使通過以管理員身份運行選項(沒有錯誤/警告)虛框應用。我通過CMD檢查版本:

C:\Program Files\Oracle\VirtualBox>vboxmanage 
--version 5.1.8r111374 

在虛框運行事件查看器錯誤:

Faulting application name: VirtualBox.exe, version: 5.1.8.11374, time stamp: 0x58062715 
Faulting module name: VirtualBox.exe, version: 5.1.8.11374, time stamp: 0x58062715 
Exception code: 0xc0000005 
Fault offset: 0x00000000000139bd 
Faulting process id: 0x15fc 
Faulting application start time: 0x01d2df9836f7498f 
Faulting application path: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe 
Faulting module path: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe 
Report Id: e94ebe5e-a1f3-4157-92a5-3452486712ef 
Faulting package full name: 
Faulting package-relative application ID: 

在此先感謝。

+0

流浪漢,宅基地版本: '$流浪漢-v 流浪1.9.1 $宅基地-v Laravel家園版3.1.0' – Mehdi

+0

我不能更新無業遊民: '$流浪漢框更新 ==> homestead-7:Box'laravel/homestead'未安裝,無法檢查更新。' – Mehdi

+0

什麼是virtualbox版本? –

回答

1

我今天在最新的Windows更新之後有這個問題。安裝最新版本的Virtual Box(5.1.22)爲我解決了這個問題。我在5.1.6。

您可能還需要更新VirtualBox Guest Additions。

+0

我下載並安裝了[虛擬盒子最新版本](https://www.virtualbox.org/ wiki/Downloads)解決了這個問題 – Mehdi