mech up error VIX_SERVICEPROVIDER_VMWARE_WORKSTATION (windows 10/vmware workstation player 14)
rgcr opened this issue · 0 comments
rgcr commented
I'm getting this error:
λ mech up
Bringing machine up...
ERROR: Unable to connect to host.
Error: Service type VIX_SERVICEPROVIDER_VMWARE_WORKSTATION was specified, but not installed
VM not started
And this is because the only provider for windows at the moment in the code is ws
(Line 83 and Line 86).
λ vmrun -T ws list
Unable to connect to host.
Error: Service type VIX_SERVICEPROVIDER_VMWARE_WORKSTATION was specified, but not installed
The right provider for me is player
So we must identify the provider instead assume is always ws
λ vmrun -T player list
Total running VMs: 1
...