soukaina
soukaina

Reputation: 65

VMWARE ERROR : Transport (VMDB) error -14: Pipe connection has been broken

I updated my windows 10 and I can't run my Virtual machine, I got this error :

Transport (VMDB) error -14: Pipe connection has been broken.

I tried what is proposed by VMWare without result :/ https://kb.vmware.com/s/article/2146361

Any help will be appreciated

Regards

Upvotes: 1

Views: 19642

Answers (3)

1Maple
1Maple

Reputation: 3

lcoelho answer helped me out, but all I needed to do was exit any WSL instances and run wsl --shutdown. then I was able to start the VMWare instance without rebooting.

Upvotes: 0

togobites
togobites

Reputation: 159

I solved this way: open a command prompt, and type the following commands:

net stop vmx86

net start VMAuthdService
net start VMwareHostd

Upvotes: 0

LCoelho
LCoelho

Reputation: 3061

Finally, I fixed it!

What work for me was to disable the Windows Subsystem for Linux.

Search for "Turn Windows Features on or off", next, a window will pop up.

Scroll down until you find:

  • Windows Subsystem for Linux - Uncheck

Also make sure that:

  • Hyper-V
  • Virtual Machine Platform
  • Windows Hipervisor Platform

: Are unckecked/Disabled

It takes some time to configure, after that reboot the system, and it should run again!


Update

This is a more reliable solution:

Download "Device Guard and Credential Guard hardware readiness tool" from Microsoft: https://www.microsoft.com/en-us/download/details.aspx?id=53337

  • Execute .\DG_Readiness.ps1 -Capable in PowerShell to install the driver if needed
  • Reboot
  • Execute .\DG_Readiness.ps1 -Disable
  • Reboot
  • On boot follow the instructions do disable DG/CG

DONE!

Good luck!

Upvotes: 1

Related Questions