Unable to start VMWare Workstation after upgrade to 13.04
Solution 1:
Hit same problem here with Ubuntu 13.04 last month. At the time, upgrading to VMWare player 5.0.2 build-1031769 solved the problem. Fast forward a month, hit a new problem today after recent 13.04 updates, again VMWare would not start. Latest VM player version is still 5.0.2. Google lead me to this explanation:
http://communities.vmware.com/thread/446490?start=0&tstart=0
Running the following vmware command with root privs solved the problem for me:
sudo vmware-modconfig --console --install-all
HTH
Solution 2:
This worked for me:
sudo apt-get install build-essential linux-headers-$(uname -r) open-vm-dkms
sudo ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(uname -r)/include/linux/version.h
then
sudo vmware-config-tools.pl
... and you are done.
Solution 3:
I installed the suggested packages as above, but it still gave me the same error. Installing the latest VMWare Player solved the problem.
Solution 4:
I already had the latest VMWare Player installed with the exact same problem. Simply reinstalling did help, i.e. uninstalling first and then installing again:
sudo vmware-installer -u vmware-player
sudo bash ~/Downloads/VMware-Player-5.0.2-1031769.x86_64.txt