My laravel project was working yesterday properly. But today when I gave "homestead up"
I got following error.
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["modifyvm", "52b79407-0736-482d-86aa-596388cf3668", "--natpf1", "delete", "ssh", "--natpf1", "delete", "tcp33060", "--natpf1", "delete", "tcp44300", "--natpf1", "delete", "tcp54320", "--natpf1", "delete", "tcp8000"]
Stderr: VBoxManage.exe: error: Code E_FAIL (0x80004005) - Unspecified error (extended info not available)
VBoxManage.exe: error: Context: "LockMachine(a->session, LockType_Write)" at line 493 of file VBoxManageModifyVM.cpp
I know this question is similar to There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. windows 10 this question. But the solution provided here could not help me.