WSABuilds/Fixes/FixVirtError.md
2023-03-09 06:31:40 +00:00

1.9 KiB

WSABuilds      

   

Issues:

   

Solution:

You may encounter this problem, even if Virtualization is enabled on your PC (in the BIOS) and shows up as enabled in Task Manager (as seen below) and Virtual Machine Platform + Windows Hypervisor Platform is Enabled. The solution is:

 

  1. Remove WSA: Right clicking on "Windows Subsystem for Android™ Settings" and pressing uninstall + Deleting the extracted WSA (MagiskOnWSA folder that you extracted and installed from) + Go to %LOCALAPPDATA%/Packages/ and delete the folder: MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe

  2. Go to "Turn Windows features on and off" and disable Hyper-V, Virtual Machine Platform, Windows Hypervisor Platform, and Windows Subsystem for Linux, then restart.*

  3. Reenable these features and restart a second time.

  4. Ensure that you have Control Flow Guard enabled in Windows Security > Apps & browser control > Exploit protection. This is a known issue that can prevent WSA from starting

  5. In registry editor (regedit), go to “\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends"

    Change the value of “Start” from “3” to “0”

Note

You can change it back to 3, if it makes no difference

  1. Then in CMD (Run as Adminstrator), paste:
bcdedit /set hypervisorlaunchtype auto
  1. Restart the Computer

  2. Reinstall WSA by running Run.bat

 

Hope this works for you!

Join the Discord if you have any other questions or need help!