Windows AARCH64 (ARM64) Support
Description Kindly requesting Windows AARCH64 (ARM64) Binary Builds
Additional context There is a new crop of Windows Arm64 machines, now. This would add needed support as current build doesn't run even with amd64 emulation on said machines. It produces error shown below:
Thank you for this awesome tool!
It looks like Github has an arm64 Windows environment in public preview, so it'd probably be possible to extend the CI build scripts to generate an installer for arm64
yes please
where can I find the installer for arm64 now that it is generated?
where can I find the installer for arm64 now that it is generated?
This ticket is still active, so there isn't an arm64 installer available for Windows yet
In that case, are there any other ways to obtain Pinta on an arm64 Windows laptop?
In that case, are there any other ways to obtain Pinta on an arm64 Windows laptop?
Perhaps if there's a way to emulate x86 programs, but I'm not familiar with arm64 Windows. https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation sounds like there is some sort of support for this though
Could someone please try out the Pinta-win-arm64.exe installer from https://github.com/PintaProject/Pinta/actions/runs/17328104087 ? (for PR #1699). I don't have an arm64 Windows environment available to test it myself :)
Unfortunately, not working.
Thanks for testing! I think the installer might be flagging itself as x86_64, even though the binaries it installs are arm64 now..
Could you try the updated build from https://github.com/PintaProject/Pinta/actions/runs/17339126800 ? This should fix the installer itself to be marked as arm64-compatible
The installer worked and the app installs, but when I run it nothing 'happens'. No error is shown and no window comes up. I ran Pinta executable from the command line as well, it backgrounds and no error is shown there either.
The installer worked and the app installs, but when I run it nothing 'happens'. No error is shown and no window comes up. I ran Pinta executable from the command line as well, it backgrounds and no error is shown there either.
Thanks! That's at least some progress :) Likely there is a missing DLL dependency so I'll try to investigate this further
One more updated build to try: https://github.com/PintaProject/Pinta/actions/runs/17363926382 This fixes a couple missing DLLs I found
Thank you so much, @cameronwhite !
Great, thanks for your testing!
Thank you both of you!