中村
先週、とつぜんvagrant upが失敗する現象に遭遇して、めちゃはまったので投稿。
vagrant 起動するため、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", "114099bb-2a8c-4dff-8288-0f0f687b0d69", "--type", "headless"]
Stderr: VBoxManage.exe: error: The configuration constructor in main failed due to a COM error. Check the release log of the VM for further details. (VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
すっごい調べて出てきた情報を全部試したけどダメ。
息抜きにWindowsUpdateでもしとくかーと思ってアップデートしたらなんか起動するようになった。
WindowsUpdateでアプリ動かなくなることが意外とあるので分けわからんときはアップデートしてみるのもいいかもしれないです。