Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisbolton/adc52b1d7a5590e0e89163fff3bc2047 to your computer and use it in GitHub Desktop.
Save krisbolton/adc52b1d7a5590e0e89163fff3bc2047 to your computer and use it in GitHub Desktop.
Fix VMware Workstation Error unable to open kernel device "VMCIDev VMX"

Problem

VMware Workstation Player returns an error when trying to run a new virutal machine. The error reads "Unable to open kernel device '\.\VMCIDev\VMX': The operation completed successfully. Did you reboot after installing VMware Player? Module 'DevicePowerOn' power on failed. Failed to start the virtual machine."

Solution

  1. Navigate to the virtual machine's working directory.
  2. To find your VM's working directory by right-clicking the VM, selecting 'settings', selecting the 'Options' tab, and noting the 'Working directory' path. Navigate to the working directory in Window's Explorer.
  3. Find the VMX file, with type 'VMware virtual machine configuration'.
  4. Open the VMX file in notepad.
  5. Find the line vmci0.present.
  6. Set the value of vmci0.present to FALSE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment