流浪者错误:无法写入内存

Led*_*dda 5 vagrant

尝试执行命令"vagrant up"时收到以下错误:

---------------------------
VBoxHeadless.exe - Application Error
---------------------------
The instruction at 0x00007FFDEFEACD38 referenced memory at 0x0000000000003CB0. The memory could not be read.


Click on OK to terminate the program
---------------------------
OK   
---------------------------
Run Code Online (Sandbox Code Playgroud)

这是控制台输出日志:

vagrant up
Bringing machine 'absolute-mysql' up with 'virtualbox' provider...
Bringing machine 'absolute' up with 'virtualbox' provider...
==> absolute-mysql: Checking if box 'ubuntu/trusty64' is up to date...
==> absolute-mysql: A newer version of the box 'ubuntu/trusty64' is available! You currently
==> absolute-mysql: have version '20171019.0.0'. The latest is version '20171205.0.1'. Run
==> absolute-mysql: `vagrant box update` to update.
==> absolute-mysql: Clearing any previously set forwarded ports...
==> absolute-mysql: Clearing any previously set network interfaces...
==> absolute-mysql: Preparing network interfaces based on configuration...
    absolute-mysql: Adapter 1: nat
    absolute-mysql: Adapter 2: hostonly
==> absolute-mysql: Forwarding ports...
    absolute-mysql: 3306 (guest) => 3306 (host) (adapter 1)
    absolute-mysql: 22 (guest) => 8022 (host) (adapter 1)
    absolute-mysql: 22 (guest) => 2222 (host) (adapter 1)
==> absolute-mysql: Running 'pre-boot' VM customizations...
==> absolute-mysql: 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", "de3601aa-69df-49cb-abdf-698a1bbb91c7", "--type", "headless"]

Stderr: VBoxManage.exe: error: The VM session was aborted
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface ISession
Run Code Online (Sandbox Code Playgroud)

如果我有任何进一步的信息,请告诉我.我在Windows 10上运行64位版本的vagrant和virtual box.

Pra*_*wal 2

我也有同样的问题,希望很快就会有错误修复。

与此同时,我成功地通过在 VirtualBox IDE 存储设置页面中附加 .iso 映像来启动安装过程,而不是导致错误的“安装”对话框。

在 VirtualBox UI 中打开 VM 设置,转到存储,单击 IDE 控制器列表中的“空”条目,然后选择屏幕右侧的磁盘图标。最后,选择“选择虚拟光盘文件”,然后选择您选择的 .iso。然后启动虚拟机,它应该可以正常启动。