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

Support arm Windows #1352

Open
1 of 2 tasks
GanZhiXiong opened this issue Mar 24, 2024 · 1 comment · Fixed by #1713
Open
1 of 2 tasks

Support arm Windows #1352

GanZhiXiong opened this issue Mar 24, 2024 · 1 comment · Fixed by #1713
Labels
bug Something isn't working

Comments

@GanZhiXiong
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I install on arm Windows, I get the following error:
image

Expected Behavior

Able to run normally on arm Windows

Steps to reproduce

Open Spotube-windows-x86_64-setup.exe on arm Windows

Operating System

Windows

Spotube version

v3.5.0

Installation source

GitHub Releases (Binary)

Additional information

No response

Self grab

  • I'm ready to work on this issue!
@GanZhiXiong GanZhiXiong added the bug Something isn't working label Mar 24, 2024
@tech128
Copy link

tech128 commented Apr 27, 2024

Well that just looks like the installer is correctly detecting the program is x64 and won't run on an arm system. Ordinarily that would be right but there is an x86 / x64 emulator in most windows arm builds.

So to bypass this issue for now just use uniextract and extract it to a folder and run it.

I haven't tested this since I don't have an arm device available but I think it should work.

https://github.com/Bioruebe/UniExtract2

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

Successfully merging a pull request may close this issue.

2 participants