SecurityFactorial/My Share Note

No 3D support is available from the host.

S!_Jmini 2024. 2. 21. 17:41

문제 상황

  • 퍼징을 수행하던 VMware를 pause하고 PC 재종료 후 resume 하였을 때 실패하는 경우
  • 3D support available과 관련한 문제가 있다고 발생하는 경우
  • 'Did you reboot after installing VMware Workstation?' 문구가 포함된 경우



시도했던 해결 방안

  1. 늘 MS 기술자들이 말하는 'SFC /scannow' (실패)
  2. https://www.makeuseof.com/vmware-failed-to-start-the-virtual-machine-error-windows-11/ 여기있는 9가지 전부 (실패)

 

성공한 해결 방안

  1. 활성화하려는 .vmx 파일을 메모장 또는 editor로 연다

  1. mks.enable3d = "TRUE"mks.enable3d = "FALSE" 로 변경
  2. 그럼에도 해결이 되지 않고 다른 경고창이 발생한 경우 pause에서 poweroff로 변경
  3. vmci0.present = "TRUE"vmci0.present = "FALSE" 로 변경
  4. Power on 시 정상 동작

 

Reference

https://communities.vmware.com/t5/VMware-Workstation-Pro/Unable-to-open-kernel-device-quot-VMCIDev-VMX-quot/td-p/342553

https://communities.vmware.com/t5/VMware-Workstation-Pro/Workstation-12-Pro-No-3D-support-is-available-from-the-host-The/td-p/2281639