From 2139b946d8a875e6c6070c0c010460f3c440bdb2 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:42:45 +0100 Subject: [PATCH] Create Fix Error 0x80073CF0.md --- Fixes/Fix Error 0x80073CF0.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Fixes/Fix Error 0x80073CF0.md diff --git a/Fixes/Fix Error 0x80073CF0.md b/Fixes/Fix Error 0x80073CF0.md new file mode 100644 index 0000000..42f8e4c --- /dev/null +++ b/Fixes/Fix Error 0x80073CF0.md @@ -0,0 +1,26 @@ +# WSABuilds       + +--- +## Issue:
Error 0x80073CF0 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.) + +![imageCF0](https://user-images.githubusercontent.com/68516357/232593575-20db5482-a0e3-472d-875c-37d248ccfca2.png) + + +--- +## Solution + +**1. Ensure the partition/drive you are installing from is NTFS** + +**2. Redownload WSA Build .zip file from the [Releases page](https://github.com/MustardChef/WSABuilds/releases) (sometime the files can be corrupted during download and extraction)** + +**3. Rename the .zip folder 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 using WinRAR or a proper archive tool and not the built in Windows .zip extractor** + +**5. Rename the extracted folder 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 ----> WSAExtracted2XXX)** + +**6. Ensure that 'Run.bat' is run as Administrator** + +**Hope this works for you!**