WSA-Script icon indicating copy to clipboard operation
WSA-Script copied to clipboard

[Bug] Missing files

Open kiber-io opened this issue 1 year ago • 23 comments

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

  • [X] I am using latest commit of WSA-Script commit

kiber-io avatar Jan 19 '24 11:01 kiber-io

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


github-actions[bot] avatar Jan 19 '24 11:01 github-actions[bot]

Have you tried redownload then reinstall again

YT-Advanced avatar Jan 19 '24 11:01 YT-Advanced

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

YT-Advanced avatar Jan 19 '24 11:01 YT-Advanced

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 avatar Jan 19 '24 14:01 kiber-io

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?

kiber-io avatar Jan 19 '24 14:01 kiber-io

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

YT-Advanced avatar Jan 19 '24 14:01 YT-Advanced

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

kiber-io avatar Jan 19 '24 14:01 kiber-io

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

YT-Advanced avatar Jan 20 '24 14:01 YT-Advanced

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 :) изображение

kiber-io avatar Jan 22 '24 10:01 kiber-io

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

YT-Advanced avatar Jan 22 '24 10:01 YT-Advanced

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

kiber-io avatar Jan 22 '24 11:01 kiber-io

image doesnt work with kernelsu

LordArrin avatar Mar 29 '24 13:03 LordArrin

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

zyc120 avatar Jun 11 '24 07:06 zyc120

is 7zip version

ygiveupc avatar Jun 11 '24 08:06 ygiveupc

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

bjl101501 avatar Jun 18 '24 04:06 bjl101501

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

LordArrin avatar Jun 19 '24 04:06 LordArrin

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

TriDefender avatar Jul 21 '24 11:07 TriDefender

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

YT-Advanced avatar Jul 21 '24 12:07 YT-Advanced

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.

TriDefender avatar Jul 21 '24 12:07 TriDefender

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 avatar Jul 22 '24 02:07 YT-Advanced

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

YT-Advanced avatar Jul 22 '24 03:07 YT-Advanced

@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

TriDefender avatar Jul 22 '24 12:07 TriDefender

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

kevin01523 avatar Sep 28 '24 07:09 kevin01523