-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Checksum mismatch on Windows #149
Comments
Right, definitely something different output from the checksum command on windows server.
|
Could you test the same on Windows, just need to confirm this is a windows server issue. |
Until now I was not able to reproduce it on a non-Windows-Server version. |
Mmhh, this time I got a different log on windows-server:
One additional info, there are multiple build tasks running in parallel in different locations on the same host. |
I don't believe this is a concurrency problem, just that the powershell script we are using for checksums has a different output on windows server. we'll have to look into handling that platform differently to a normal windows installation :| Unfortunately I don't have access to a windows server machine so just trying to figure out how i can debug this. |
After testing APM (Windows 11 Home Single Language, not Windows Server), I'm always getting checksum mismatch (trying to install IDFA). But I'm using Command Prompt, not PowerShell.
To be more specific, the first time I tried to install IDFA it was fine (IIRC), until I installed Starling. I've erased the project, did Versions: |
@matheusdiasdesouzads Could you run it with the debug logging for me?
Could also be worth deleting the |
@marchbold I've run that command with Log (I cleared everything and did
|
That's weird, the logging shouldn't change the checksum comparison. What extension is causing the issue? |
So far I've only tested installing Starling and IDFA. Checksum mismatch only happens for IDFA... |
Can you elaborate more, from the above I wouldn't expect a libs folder? |
IDFA seems to have a SWC: https://github.com/distriqt/ANE-IDFA/tree/master/lib/swc When I install Starling I get a |
That swc doesn't come in the airpackage, it's for unusual build setups that aren't supported out of the box Regarding starling, I thought you meant you cleared your project then installed the idfa package, so I wouldn't expect a libs folder there Can you elaborate some more so we can replicate? |
The attempts of today about installing IDFA, yes, I cleared the project, or more specifically I recreated the project, before installing IDFA and didn't install Starling together. I created a separate project today for installing Starling, which worked fine. |
I've noticed you use by.blooddy.crypto in APM. Would it help to use by.blooddy.crypto in a background worker? https://github.com/agera-air/crypto I've integrated the project with a test script and a |
The blooddy lib is only a fallback it should use system functionality unless it's not available. I'll look into moving the fallback to a worker, though not sure this would change the mismatch? |
I get very often a checksum mismatch on Windows like the following one:
Versions:
AIR: 33.1.1.889
APM: 1.17
Windows: Windows Server 2019 Build 1809
PowerShell: 5.1.17763.1007
The text was updated successfully, but these errors were encountered: