Merge pull request #37 from MustardChef/MustardChef-patch-2

Add detail to the fix for error 0x80073CF6
This commit is contained in:
MCDeltaT 2023-03-23 21:37:03 +00:00 committed by GitHub
commit bda658c4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 8 deletions

View File

@ -20,13 +20,13 @@ In E:\WSA\Install.ps1:102 Character:1
</br>
---
## Solution 1: Previous installation is blocking installation
## Prequisite Steps:
**1. Ensure the partition/drive you are installing from is NTFS**
**2. Redownload WSA Build .zip (sometime the files can be corrupted during download and extraction)**
**3. Delete all folders containing "WindowsSubsystemForAndroid" in the following directories/paths:**
**3. If you have installed WSA prior, make sure that it has been uninstalled and delete all folders containing "WindowsSubsystemForAndroid" from the following directories/paths and the subdirectories within:**
<br>
@ -42,10 +42,35 @@ In E:\WSA\Install.ps1:102 Character:1
<br>
**Hope this works for you!**
If the issue has been fixed, then there is no need to follow through the rest of the guide.
However, if you have the same issue, it is vital that you obtain the logs and try to decipher what is causing the error
To obtain the logs (admin privilege required):
1. Open a PowerShell window and change working directory to your Windows Subsystem For Android™ directory.
2. Run the command below in PowerShell. This should fail with an ActivityID, which is a UUID required for the next step.
```Powershell
Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
```
3. Run the command below in PowerShell. This should print the log of the failed operation.
```Powershell
Get-AppPackageLog -ActivityID <UUID>
```
</br>
</br>
---
## Solution 2: Firewall is blocking installation
### There are various causes that lead to error 0x80073CF6 </br> Find the fix that matches the error presented in the logs obtained from the instructions above
---
## Issue 1: 0x800706D9 "There are no more endpoints avaliable from endpoint mapper"
<img src="https://user-images.githubusercontent.com/68516357/227363632-7270ee01-9a98-44c2-9ccc-1fb2ef24897c.jpg" style="width: 900px;"/>
### **Windows Firewall**
@ -63,12 +88,35 @@ In E:\WSA\Install.ps1:102 Character:1
**3. Restart your PC**
<br>
<br>
**Hope this works for you!**
---
## Issue 2: 0x80073B06 "Initial screen image for the current application context cannot be recognized"
```powershell
Installing MagiskOnWSA...
Add AppxPackage: Deployment failed due to HRESULT: 0x80073CF6, unable to register the package.
AppxManifest.xml (24,27): Error 0x80073B06: Unable to install or update package MicrosoftCorporateII.WindowsSubsystemForAndroid_ 8wekyb 3d8bbwe because the initial screen image for the current application context cannot be recognized. The application context may include specific language, DPI, contrast, or other special conditions. If you cannot recognize a context specific splash screen image, add a splash screen image to use as the default setting. Note: For additional information, look for [ActivityId] 94c065bb-5a2a-0004-129b-c1942a5ad901 in the event log, or use the command line Get AppPackageLo g - ActivityID 94c065bb-5a2a-0004-129b-c1942a5ad901 in the location D: WSA WSA Install.ps1:106 Character: 1
+ Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (D:\WSA\WSA\AppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
```
### Solution:
**1.** If you encounter this problem when installing from a build built using [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) or [WSA-Script](https://github.com/YT-Advanced/WSA-Script), try deleting the previously built builds and rebuild. Make sure to delete and reclone the git repo if you are building using MagiskOnWSALocal.
***Or***
**2.** If you encounter this problem when installing using prebuilt builds from [Releases](https://github.com/LSPosed/MagiskOnWSALocal) from this repo, try redownloading the latest build. If the issue persists, report to the [Discord](https://discord.gg/2thee7zzHZ) and I will be happy to assist you
---
### Have futher question or need help?
**Hope these fixes work for you!**
## Have futher question or need help?
Join the Discord if you have any other questions or need help!

View File

@ -13,7 +13,7 @@
**1. To ensure that you download the correct package for your CPU archtecture, go to the [Downloads Section](https://github.com/MustardChef/WSABuilds#downloads) in the Readme.md**
**2. Click on the badge/button matching your Operating System (OS) and CPU Archetecture**
**2. Click on the badge/button matching your Operating System (OS) and CPU Archetecture, which should lead you to the corresponding release**
**3. Download the package and then install it, by following the [Installation guide](https://github.com/MustardChef/WSABuilds#--installation) in README.md**

View File

@ -39,7 +39,7 @@
- ### Step 2: Install WSA from the desired partition
- **1.)** Download the latest WSA Build according to Windows Version and CPU Archtecture from [Downloads](https://github.com/MustardChef/WSABuilds#downloads)
- **2.)** Extract to the desired partition or drive
- Using the same process as detailed in [Installation](https://github.com/MustardChef/WSABuilds/edit/master/README.md#--installation)
- Using the same process as detailed in [Installation](https://github.com/MustardChef/WSABuilds/master/README.md#--installation)
- **3.)** Open the extracted folder and run ``Run.bat``