Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



macOS - Fix VMWare ...
 
Share:
Notifications
Clear all

[Solved] macOS - Fix VMWare Fusion: Version mismatch with vmmon module

1 Posts
1 Users
0 Reactions
9,692 Views
 Hans
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2741
Topic starter  

So this is what I can into today ... upgraded to Fusion 11.5 and got the message that the vmmon module was the wrong version.
This appears to be a kext issue.

The solution I found, remove the kext and copy the kext from the VMWare Fusion application as a replacement:

1. Close VMware Fusion
2. Open the Terminal and execute:

sudo rm -rf /System/Library/Extensions/vmmon.kext

sudo cp -pR /Applications/VMware\ Fusion.app/Contents/Library/kexts/vmmon.kext /System/Library/Extensions/

sudo kextutil /System/Library/Extensions/vmmon.kext

3. Exit Terminal and open Fusion again

Now ... you may run into an error message with the last command.
In that case you can try the following command, or like I had to do: reboot your Mac and try that last command again;

sudo kextunload /System/Library/Extensions/vmmon.kext

   
ReplyQuote
Share: