With today's patch some of VMs started under VMWare workstation 16.1.2-17966106 and vmware tools 11.2.6-17901274 have problems to undock. EVE became not responding most of a time. Another setup vmware workstation 17.6.3 build-24583834 and tools 12.5.0 had no problems. I expect this is a problem with renderer used with vmware workstation by default. 17th version use vulkan renderer, 16th version - dx11 renderer. To switch renderer type edit vmx file:
| Код: |
mks.enableVulkanRenderer = "TRUE"
mks.enableGLRenderer = "FALSE"
mks.enableDX11Renderer = "FALSE"
mks.enableDX12Renderer = "FALSE"
mks.forceDiscreteGPU = "TRUE"
|
I am looking for more statistics. If you made eve to work with 16th vmware workstation let us know.