That's strange. The VMs that are listed in the /Library/Applications\ Support/VMware/VMware\ Fusion/Shared/vmInventory should be those considered "shared" by Fusion. Fusion considers shared VMs as those saved in the /Users/Shared folder according to the documentation.
In my mind, there should be 2 vmInventory files. Your local one and the global one that's in /Library/Application\ Support/VMware\VMware Fusion/Shared/vmInventory. I would not think that a VM should appear in both the local vmInventory file and the global file.
if you don't have any VMs shared to the /Users/Shared folder, I'd try deleting /Library/Applications\ Support/VMware/VMware\ Fusion/Shared/vmInventory. It will be recreated the next time Fusion starts.
------------------------------
- Paul (technogeezer)
------------------------------
Original Message:
Sent: Feb 13, 2025 11:53 AM
From: Ken Feldman
Subject: VMs constantly asking if I Copied or Moved VM
I had this same problem, beginning with the update to Fusion v13.6.2. Based on the conversations in this thread (thanks everyone!) it seems that the UUID's are being updated in ~/Library/Application Support/VMware Fusion/vmInventory but the check on VM start is being performed against /Library/Application Support/VMware/VMware Fusion/Shared/vmInventory..
The solution that worked for me was:
cd /Library/Application\ Support/VMware/VMware\ Fusion/Shared
mv vmInventory vmInventory.save
ln -s ~/Library/Application\ Support/VMware\ Fusion/vmInventory .
Now there is only one copy of vmInventory and Fusion is no longer asking the annoying moved or copied question on every start.
Original Message:
Sent: Feb 06, 2025 12:19 PM
From: Jacob Moore
Subject: VMs constantly asking if I Copied or Moved VM
Hmm I have this same problem but I don't have any kind of VPN or anything like that. I wonder if there is anything else that could also be causing this issue?
Original Message:
Sent: Jan 30, 2024 02:11 PM
From: VMware Community Member
Subject: VMs constantly asking if I Copied or Moved VM
Just an update...
Thanks everyone for your input.
The problem has been resolved with the help of Apple.
The culprit was the Windscribe VPN software that I had installed on my computer. They added a feature to the software that would randomly spoof the MAC address and it would rotate the spoofed address every few hours.
Even though the software was removed from my computer, it left a Privelidges Helper Tool that continued the behavior.
Now that my MAC address is no longer spoofed, Fusion no longer thinks that its been moved or copied to a new computer.
Again, Thank you all for the help in working to identify the issue.