Unable to start VMWare Workstation after upgrade to 13.04

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


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.


I installed the suggested packages as above, but it still gave me the same error. Installing the latest VMWare Player solved the problem.