Eigentlich sollte das hier in 17.6.3 behoben sein, ist es aber nur manchmal:
Basically I have VMWare Workstation running (with another Windows 11 machine) and everything works fine. But sometimes the screen freezes or I get a black screen (VM is still running fine in background, i just cannot operate the VM anymore).
Lösung war dann, das hier in die VMX-Datei der Maschine zu schreiben:
mks.enableDX12Presentation = "FALSE"
Achtung! Wenn Snapshots erstellt wurden, und zu diesen zurück gesprungen wird, wird auch die VMX-Datei zurückgesetzt, dann also erneut obiges eintragen.
According to the Release Notes page for version 17.6.3, this issue should be fixed:
Virtual machines on Windows 11 hosts become unresponsive after unlocking the host
After locking or unlocking the host with a virtual machine installed on a Windows 11 host, the virtual machine becomes unresponsive. The issue is resolved in VMware Workstation 17.6.3. If the issue still persists, apply the following configuration option
mks.enableDX12Presentation=FALSE
.