Windows Vagrant version: 2.0.3
Windows Subsystem for Linux Vagrant version: 2.0.3

Windows 10
laravel/homestead -> Ubuntu
https://github.com/laravel/homestead/blob/master/Vagrantfile
https://gist.github.com/Walkoss/cfd098138fed518d9f9364b1ad4875c5
Vagrant should start the virtual machine
As Vagrant on WSL doesn't recognize Vagrant Windows version, it raised an exception.
VAGRANT_WSL_ENABLE_WINDOWS_ACCESS env variable is set
PATH env variable contains /mnt/c/Program Files/Oracle/VirtualBox
This morning, vagrant worked perfectly on WSL but without any update, it fails now. I tried to reinstall on windows and WSL.
@Walkoss What is the output of this command from within WSL:
$ /mnt/c/HashiCorp/Vagrant/bin/vagrant.exe version
@chrisroberts here is the output
Installed Version: 2.0.3
Latest Version: 2.0.3
You're running an up-to-date version of Vagrant!
Can you provide a gist of the output with the full debug:
$ vagrant up --debug
Thanks!
@Walkoss It looks like the version check error is suppressing the actual error which is a problem parsing the Vagrantfile. You can see it here: https://gist.github.com/Walkoss/dc817f50ca8e659e896e817d675e3174#file-gistfile1-txt-L242
I'll create a new issue to track this problem and get it fixed in a future release. Cheers!
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Most helpful comment
@Walkoss It looks like the version check error is suppressing the actual error which is a problem parsing the Vagrantfile. You can see it here: https://gist.github.com/Walkoss/dc817f50ca8e659e896e817d675e3174#file-gistfile1-txt-L242
I'll create a new issue to track this problem and get it fixed in a future release. Cheers!