mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
e9c76a53df
- Move Fixes and Guides into separate folder - Update guides and fix mistakes - Adding Post-Installation Pages
2.0 KiB
2.0 KiB
WSABuilds
Issue:
Error 0x80073CF9 when "Run.bat" is executed to install Windows Subystem for Android (WSA)
Preface:
This issue can arise due to many factors such as corruption of files when downloading the .zip files or extracting from the .zip files. This can be also caused if the folder name is too long (This is the case as MagiskOnWSA tends to generate a long string for the .zip file and the folder within the archive.)
Solution
1. Ensure the partition/drive you are installing from is NTFS
2. Redownload WSA Build .zip/.7z file from the Releases page (sometime the files can be corrupted during download and extraction)
3. Rename the .zip/.7z file to a shorter name, which can be anything to your choosing
(For example: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)
4. Extract the .zip or .7z archive (depends on the release) using 7-zip or a proper archive tool and not the built in Windows archive extractor
5. Rename the extracted folder(s) to a shorter name, which can be anything to your choosing
For example:
- Before: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon
- After: WSAExtracted2XXX
6. Ensure that 'Run.bat' is run as Administrator
Hope this works for you!