Suspect MacType when "Session could not be opened" in Vagrant (VirtualBox)
My name is Ito and I am an infrastructure engineer.
Vagrant is very useful when performing verification.
I previously showed you how to use it.
Build your own verification environment with Vagrant | Beyond Co., Ltd.
And here is the error in question.
$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'centos67'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: itou_default_1463748220190_31662 ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports. .. default: 22 (guest) => 2222 (host) (adapter 1) ==> default: 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", "e4d3fa6f-818f-4b03-a359-54e20ec44c38", "--type", "headless"] Stderr: VBoxManage.exe: error: The virtual machine 'itou_default_1463748220190_31662' has terminated unexpectedly during startup with exit code -1073741819 (0xc0000005). More details may be available in 'D:\users\VirtualBox VMs\itou_default_1463748220190_31662\Logs\VBoxHardening.log' VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
I was doing a lot of research to see if Vagrant was bad,
but when I created a virtual machine with VirtualBox and started it...
Even VirtualBox doesn't work. Does that mean Vagrant isn't bad?
This is what I did.
- Reinstall Vagrant
- Even if I reinstall VirtualBox
- Disable "Host-Only Adapter" used in VirtualBox
- Disable antivirus software
When I looked for it, I found this guy to be the cause. . . This app is a must for me.
"MacType" Get Mac-like fonts on Windows! | TRAVELING
MacType is a software that cleans up fonts!
When I excluded the VirutalBox process from MacType, it started successfully.
These are the steps to exclude processes on MacType.
This is OK!
If you close VirtualBox and start it again, it should start normally.
Thank you for your help. . .