【发布时间】:2020-01-30 22:10:09
【问题描述】:
执行 VBoxManage 时出错,这是 Vagrant 使用的 CLI
用于控制 VirtualBox。命令和标准错误如下所示。
Command: ["startvm", "b34e3109-0211-457e-9e17-e39a31b98a97", "--type", "headless"]
标准错误:
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
【问题讨论】:
-
你运行的是什么版本的 vagrant 和 virtual box?