Vagrant laravel box,客机进入无效状态

Rob*_*lde 7 virtualbox vagrant laravel homestead

Laravels Homestead流浪者盒子工作正常,直到今天.Windows自动更新后,服务器无法启动并抛出以下错误消息:

客户机在等待引导时进入无效状态.有效状态为"开始,正在运行".机器处于"中止"状态.请验证所有配置是否正确,然后重试.

如果您正在使用的提供程序具有随附的GUI,则打开它并观察计算机通常很有帮助,因为GUI通常比Vagrant可以检索更多有用的错误消息.例如,如果您使用VirtualBox,请vagrant up在VirtualBox GUI打开时运行.

当我查看机器的日志文件时,我看到以下错误:

    d64.f9c: supR3HardenedMonitor_LdrLoadDll: pName=C:\Windows\system32\crypt32.dll *pfFlags=0x0 pwszSearchPath=00000000006fdf80:C:\Windows\system32
    d64.f9c: supR3HardenedScreenImage/LdrLoadDll: cache hit (Unknown Status -22900 (0xffffa68c)) on \Device\HarddiskVolume4\Windows\System32\crypt32.dll
    d64.f9c: Error (rc=0):
    d64.f9c: supR3HardenedScreenImage/LdrLoadDll: cached rc=Unknown Status -22900 (0xffffa68c) fImage=1 fProtect=0x0 fAccess=0x0 cErrorHits=2 \Device\HarddiskVolume4\Windows\System32\crypt32.dll
    d64.f9c: Error (rc=0):
    d64.f9c: supR3HardenedMonitor_LdrLoadDll: rejecting 'C:\Windows\system32\crypt32.dll': rcNt=0xc0000190
    d64.f9c: supR3HardenedMonitor_LdrLoadDll: returns rcNt=0xc0000190      'C:\Windows\system32\crypt32.dll'
    d64.f9c: Fatal error:
    d64.f9c: Error loading 'crypt32.dll': 1790 [C:\Windows\system32\crypt32.dll]
    fec.24d8: supR3HardenedWinDoReSpawn(2): Quitting: ExitCode=0x1 rcNt=0x0
    1278.950: supR3HardenedWinDoReSpawn(1): Quitting: ExitCode=0x1 rcNt=0x0
Run Code Online (Sandbox Code Playgroud)

有人曾经遇到过这个问题吗?我的crypt32.dll是否已损坏?

小智 15

我在尝试启动VirtualBox VM时遇到了同样的错误.VM在当天早些时候开始,在我安装了一些Windows更新后,它停止了工作.这是修复它的原因:

  1. 打开控制面板,程序,查看已安装的更新.
  2. 向下滚动到Microsoft Windows.
  3. 查找Microsoft Windows安全更新程序(KB3004394).
  4. 选择该更新,然后单击顶部的"卸载".
  5. 重新启动和VirtualBox应该再次正常工作.

我只是失去了一个小时来解决这个问题.