mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Create NamedResource Not Found - Fix Error 0x80073B17.md
This commit is contained in:
parent
e2eba2c9d0
commit
06b3b446f0
56
Fixes/NamedResource Not Found - Fix Error 0x80073B17.md
Normal file
56
Fixes/NamedResource Not Found - Fix Error 0x80073B17.md
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||||
|
|
||||||
|
---
|
||||||
|
## Issue: </br> Error 0x80073B17 when "Run.bat" is executed to install Windows Subystem for Android (WSA)
|
||||||
|
### Preface:
|
||||||
|
##### This issue is caused/ associated with the Language Resource creation step which has moved from being processed within the Linux Bash script to a Windows PowerShell script ``MakePri.ps1/MakePri.exe``. Hence this may be caused by ``MakePri.ps1`` failing to run, and the reason for your installation failure is that the content of ``resources.pri`` is incorrect.
|
||||||
|
|
||||||
|
<img src="https://user-images.githubusercontent.com/68516357/227787886-ab415c59-38b5-481a-ac16-65d8fed67c81.png" style="width: 800px;"/>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h2>Main Solution:<h2></summary>
|
||||||
|
|
||||||
|
#### This issue should have been fix as of the latest builds on the WSABuild release (2302.40000.8.0) and [this commit](https://github.com/LSPosed/MagiskOnWSALocal/commit/975bdcf4d82ef6fbca53ad5b7ea20380fcd94fdd) for [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal/)
|
||||||
|
|
||||||
|
#### Make sure that you delete the extracted WSA folder and download the latest build from [Releases](https://github.com/MustardChef/WSABuilds/releases). Or make sure to reclone the [MagiskOnWSALocal Repo](https://github.com/LSPosed/MagiskOnWSALocal/) and rebuild. If the issue still persists, report this in [the GitHub Issues of this repo](https://github.com/MustardChef/WSABuilds/issues or to the [Github Issues of the MagiskOnWSALocal Repo](https://github.com/LSPosed/MagiskOnWSALocal/issues)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h2>Temporary Solution 1 (if the above permanent fixes do not work):<h2></summary>
|
||||||
|
|
||||||
|
---
|
||||||
|
### If you don't need localization and only English for WSA Settings you can follow the steps below
|
||||||
|
1. You'll will need to delete the folder for this failed installation and regenerate it (rebuild and reextract)
|
||||||
|
2. Delete ``resources.pri`` before running the install script, ``Run.bat or Install.ps1``
|
||||||
|
3. Delete it form filelist.txt to skip the check
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h2>Temporary Solution 2 (if the above permanent fixes do not work):<h2></summary>
|
||||||
|
|
||||||
|
---
|
||||||
|
### If you do need localization and language other than English for WSA Settings you can follow the steps below:
|
||||||
|
### Get the latest build with Language resources already merged and follow the normal [installtion process](https://github.com/MustardChef/WSABuilds#--installation):
|
||||||
|
|
||||||
|
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" style="width: 200px;"/>
|
||||||
|
|
||||||
|
[![](https://img.shields.io/badge/Windows%20Subsystem%20For%20Android%3A%202301.40000.7.0-Download%20x64-blueviolet?style=for-the-badge&logo=windows11)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2301.40000.7.0)
|
||||||
|
|
||||||
|
[![](https://img.shields.io/badge/Windows%20Subsystem%20For%20Android%3A%202301.40000.7.0-Download%20arm64-800040?style=for-the-badge&logo=windows11)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2301.40000.7.0_arm64)
|
||||||
|
|
||||||
|
<img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" style="width: 200px;"/>
|
||||||
|
|
||||||
|
[![](https://img.shields.io/badge/Windows%20Subsystem%20For%20Android%3A%202301.40000.7.0-Download%20x64%20-9cf?style=for-the-badge&logo=windows)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_2301.40000.7.0)
|
||||||
|
---
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user