I have the same issue. Disabling hardware acceleration in the VM works, but I needed it for other applications. A work around I found was to edit the VM vmx file and add the lines: mks.enableDX11Renderer = "FALSE"mks.enableGLRenderer = "TRUE" This ...