Cannot load such file -- vagrant/vmware/fusion (2.2.19)

I’m having issues getting Vagrant to work with the VMware Fusion provider. Has anyone else had issues with this working? Details below. The log file indicates it cannot load the plugin or loader /opt/vagrant/embedded/rgloader/loader.

vagrantlog.txt (23.1 KB)

dvi@DVI Vagrant % vagrant init hashicorp/precise64 
Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

cannot load such file -- vagrant/vmware/fusion

dvi@DVI Vagrant % vagrant --version
Vagrant 2.2.19

dvi@DVI Vagrant % vagrant plugin list
vagrant-vmware-fusion (5.0.4, global)

welp. I was able to resolve the issue by uninstalling plugin vagrant-vmware-fusion and installing vagrant-vmware-desktop.

Appears as if vagrant-vmware-fusion is deprecated? :man_shrugging: