Enable VT-x/EPT in your virtual machine.
Modify the vmx file associated with the virtual machine. (Should be inside VM folder.) Add the following lines to the end of the VMX file.
- hypervisor.cpuid.v0 = “FALSE”
- mce.enable = “TRUE”
Power up the virtual machine.