MacOS latest 2.4.2 can't install plugins

Hello,
I would like to ask for support, link or docu. I was happy using vagrant + vmware fuison anyway I broke something.
Vagrant 2.4.2

➜  ~ vagrant plugin install vagrant-vmware-desktop

Installing the 'vagrant-vmware-desktop' plugin. This can take a few minutes...
Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:

conflicting dependencies logger (= 1.6.0) and logger (= 1.6.1)
  Activated logger-1.6.1
  which does not match conflicting dependency (= 1.6.0)

  Conflicting dependency chains:
    logger (= 1.6.1), 1.6.1 activated

  versus:
    logger (= 1.6.0)

  Gems matching logger (= 1.6.0):
    logger-1.6.0

as any odther plugins. I tried to downgrade to older vagrant version but I broke something. If you have any idea please sent me what could be to issue. Thanks

➜  ~ vagrant plugin list
No plugins installed.
➜  ~ vagrant -v
Vagrant 2.4.2
1 Like

When uninstall vagrant by brew and manually install from package:

I am able to install plugin like

➜  ~ vagrant plugin install vagrant-vmware-desktop
Installing the 'vagrant-vmware-desktop' plugin. This can take a few minutes...
Fetching vagrant-vmware-desktop-3.0.4.gem
Installed the plugin 'vagrant-vmware-desktop (3.0.4)'!

anyway after vagrant up i can see following message

Vagrant encountered an error while attempting to load the utility
service key file. This error can occur if the Vagrant VMware Utility
has not yet been installed, or if it was installed incorrectly. If
this error persists after running the Vagrant VMware Utility installer
again, please open a new issue at:

  https://github.com/hashicorp/vagrant-vmware-desktop/issues

Information about the Vagrant VMware Utility, including installation
instruction, can be found here:

  https://www.vagrantup.com/docs/vmware/vagrant-vmware-utility.html

  Path:  /opt/vagrant-vmware-desktop/certificates/vagrant-utility.client.crt
  Error: No such file or directory @ rb_sysopen - /opt/vagrant-vmware-desktop/certificates/vagrant-utility.client.crt

I’ve tried also upgrade to latest ruby and gem like

➜  buntuTmpl git:(main) ruby -v
ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [arm64-darwin24]
➜  buntuTmpl git:(main) gem -v
3.5.18

I am having the same issue. I think this affects all plugins at the moment. This version needs to be rolled back and removed.