YT-Advanced / WSA-Script

Integrate Magisk root and Google Apps into WSA (Windows Subsystem for Android) with GitHub Actions
https://YT-Advanced.github.io/WSA-Script/
GNU Affero General Public License v3.0
826 stars 169 forks source link

[Bug] Missing files #1199

Open kiber-io opened 10 months ago

kiber-io commented 10 months ago

Steps to reproduce

Issue: https://github.com/YT-Advanced/WSA-Script/issues/1198

Expected behaviour

Successful installation

Actual behaviour

These files are missing from the final archive: WSACrashUploader\arm64\KernelTraceControl.dll WSACrashUploader\arm64\msvcp140.dll WSACrashUploader\arm64\vcruntime140.dll WSACrashUploader\arm64\msdia140.dll

otherwise, the installation error:

C:\WSA\Install.ps1 :
Some files are missing in the folder.
Please try to build again.
Press any key to exit

Windows version

Windows 11, 22H2, 22621.2134

Build Issue number

No response

Version requirement

github-actions[bot] commented 10 months ago

Hello kiber-io.
Thanks for sending an issues. Now our admin is inactive, just waiting and he will reply you soon.
Hope you have a nice day.

https://github.com/YT-Advanced/WSA-Script/actions/runs/7583131536

YT-Advanced commented 10 months ago

Have you tried redownload then reinstall again

YT-Advanced commented 10 months ago

@kiber-io Also please update your zip extractor to the latest version

kiber-io commented 10 months ago

Hmm, there really was a mistake when unpacking. I didn't pay attention to her at first :D

Unsupported compression method: WSA_2311.40000.5.0_x64_Release-Nightly-with-Magisk-a0b8aa4d-alpha-2-stable-MindTheGapps-13.0-as-Pixel-7-RemovedAmazon\WSACrashUploader\arm64\KernelTraceControl.dll
Unsupported compression method: WSA_2311.40000.5.0_x64_Release-Nightly-with-Magisk-a0b8aa4d-alpha-2-stable-MindTheGapps-13.0-as-Pixel-7-RemovedAmazon\WSACrashUploader\arm64\msdia140.dll
Unsupported compression method: WSA_2311.40000.5.0_x64_Release-Nightly-with-Magisk-a0b8aa4d-alpha-2-stable-MindTheGapps-13.0-as-Pixel-7-RemovedAmazon\WSACrashUploader\arm64\msvcp140.dll
Unsupported compression method: WSA_2311.40000.5.0_x64_Release-Nightly-with-Magisk-a0b8aa4d-alpha-2-stable-MindTheGapps-13.0-as-Pixel-7-RemovedAmazon\WSACrashUploader\arm64\vcruntime140.dll

There was a version 7z 21.07, updated to the latest - successfully unpacked. Magic.

kiber-io commented 10 months ago

However, the installation still fails:

C:\WSA > .\Install.ps1
The operation has been completed successfully.
Installing MicrosoftCorporationII.WindowsSubsystemForAndroid version: 2311.40000.5.0
Dependency package Microsoft.UI.Xaml.2.8 x64 current version: 8.2305.5001.0.
Nothing to do.
Dependency package Microsoft.VCLibs.140.00.UWPDesktop x64 current version: 14.0.32530.0.
Nothing to do.
Dependency package Microsoft.VCLibs.140.00 x64 current version: 14.0.32530.0.
Nothing to do.

Installing MagiskOnWSA...
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package registration failed.
AppxManifest.xml (85, 27): error 0x80073B06: The Microsoft Corporation package cannot be installed or updated.WindowsSub
systemForAndroid_8wekyb3d8bbwe, since it is impossible to determine the splash screen image for the current
application context. The application context may include a specific language, dots per inch, contrast, or other conditions.
Add an image that will be used by default if the splash screen image cannot be determined
 for a specific context.

Line 85 from AppxManifest:

<uap:VisualElements DisplayName="ms-resource:WsaDisplayName" Description="ms-resource:WsaDescription" BackgroundColor="transparent" Square150x150Logo="Images\MedTile.png" Square44x44Logo="Images\AppList.png" AppListEntry="none">

probably, it is necessary to have another issue for this error?

YT-Advanced commented 10 months ago

I think you don't need xD. Can you check this guide. If issues still persist, please obtain the logs (it is placed in the guide below) https://github.com/YT-Advanced/WSA-Script/blob/main/docs/Fixes/Fix%20Error%200x80073CF6.md

kiber-io commented 10 months ago

Well, actually, there is nothing new in that guide to correct the error. So it's still present, and GetAppxLog doesn't have anything useful at first glance, it's still the same error. Log file is attached, but my system is in Russian, which is why the logs are also written in Russian (what an ingenious solution, thanks to microsoft!) logs_ru.txt

YT-Advanced commented 10 months ago

Hi, can you check this prebuilt version. Thanks ! https://github.com/YT-Advanced/WSA-Script/actions/runs/7594966619

kiber-io commented 9 months ago

It has been installed, but it is always loading when turned on. The same behavior happened when I tried to build MagiskOnWSALocal myself specifically with Magisk Alpha. It worked with Delta, but not with Alpha. I thought maybe your repository would work :) изображение

YT-Advanced commented 9 months ago

Hmm so you mean that Magisk Alpha is not compatiable with WSA ?

kiber-io commented 9 months ago

I'm not sure about this, but based on the fact that with the same settings, wsa runs with regular magisk and magisk delta and does not run with Alpha - apparently incompatible. It is quite possible that some additional settings are needed for Alpha

LordArrin commented 7 months ago
image

doesnt work with kernelsu

zyc120 commented 5 months ago

It's not a bug,your 7z ver old. Update your 7z from https://www.7-zip.org/download.html and it's worked.

ygiveupc commented 5 months ago

is 7zip version

bjl101501 commented 5 months ago

Check and modify the file names in filelist.txt. Delete the redundant ones or copy them from the compressed package of other versions.

LordArrin commented 4 months ago

I have a latest version of 7zip. Just went to another's dev repo.

TriDefender commented 3 months ago

Have you tried redownload then reinstall again

Yes I had the same issue, the checksums for Magisk just dont match, the kernelsu one matched alright but it still reported such an error. I tested the decompression with winrar, problem persists

YT-Advanced commented 3 months ago

Have you tried redownload then reinstall again

Yes I had the same issue, the checksums for Magisk just dont match, the kernelsu one matched alright but it still reported such an error. I tested the decompression with winrar, problem persists

can you check filelist.txt to see which file is missing please

TriDefender commented 3 months ago

Have you tried redownload then reinstall again

Yes I had the same issue, the checksums for Magisk just dont match, the kernelsu one matched alright but it still reported such an error. I tested the decompression with winrar, problem persists

can you check filelist.txt to see which file is missing please

Something called APEX, can't quite locate the file or folder, deleting the filecheck will result in crashes, however I had some luck here.

YT-Advanced commented 3 months ago

Something called APEX, can't quite locate the file or folder, deleting the filecheck will result in crashes, however I had some luck here.

Thanks. @s1204IT Hmm, seem like gapps was not merged correctly

YT-Advanced commented 3 months ago

@TriDefender Can you provide additational information, like which file have you downloaded that occur the error or your system information

TriDefender commented 3 months ago

@TriDefender Can you provide additational information, like which file have you downloaded that occur the error or your system information

Every archive for X86 under this link seems to have same error

kevin01523 commented 1 month ago

i think the preview or dev versions is broken but retails installs fine hmmm