WSABuilds/Documentation/Fix Guides/Pre-install Issues/NamedResource Not Found - Fix Error 0x80073B17.md
2023-12-15 15:03:18 +00:00

2.7 KiB

WSABuilds      


Issue:
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.

Main Solution:

This issue should have been fix as of the latest builds on the WSABuild releases and this commit for MagiskOnWSALocal

Make sure that you delete the extracted WSA folder and download the latest build from Releases. Or make sure to reclone the MagiskOnWSALocal Repo and rebuild. If the issue still persists, report this in the GitHub Issues of this repo or to the Github Issues of the MagiskOnWSALocal Repo

Temporary Solution 1 (if the above permanent fixes do not work):


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

Temporary Solution 2 (if the above permanent fixes do not work):


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 installation process:



Have futher question or need help?

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