Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Missing files #1199

Open
1 task done
kiber-io opened this issue Jan 19, 2024 · 22 comments
Open
1 task done

[Bug] Missing files #1199

kiber-io opened this issue Jan 19, 2024 · 22 comments
Labels
bug Something isn't working

Comments

@kiber-io
Copy link

Steps to reproduce

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

  • I am using latest commit of WSA-Script commit
@kiber-io kiber-io added the bug Something isn't working label Jan 19, 2024
Copy link

github-actions bot commented Jan 19, 2024

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
Copy link
Owner

Have you tried redownload then reinstall again

@YT-Advanced
Copy link
Owner

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

@kiber-io
Copy link
Author

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
Copy link
Author

kiber-io commented Jan 19, 2024

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
Copy link
Owner

YT-Advanced commented Jan 19, 2024

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
Copy link
Author

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
Copy link
Owner

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

@kiber-io
Copy link
Author

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
Copy link
Owner

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

@kiber-io
Copy link
Author

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
Copy link

image doesnt work with kernelsu

@zyc120
Copy link

zyc120 commented Jun 11, 2024

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
Copy link

is 7zip version

@bjl101501
Copy link

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

@LordArrin
Copy link

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

@TriDefender
Copy link

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
Copy link
Owner

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
Copy link

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
Copy link
Owner

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
Copy link
Owner

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

@TriDefender
Copy link

TriDefender commented Jul 22, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants