robvdpol / RaceControl

Race Control is a standalone, open source F1TV client for Windows, written in C# on the .NET platform.
GNU General Public License v3.0
1.19k stars 95 forks source link

[BUG] App won't launch on ARM Windows 11 #411

Closed Chester117 closed 2 years ago

Chester117 commented 2 years ago

Describe the bug App won't launch on virtualized ARM Windows 11 installed on M1 Macs with Parallels desktop.

To Reproduce Steps to reproduce the behavior: after installation, when launching the app, nothing would show up

Expected behavior something to show up

Desktop (please complete the following information):

F1TV account

Just want to know if running on ARM windows is possible or not. Thank you very much!

sidewinder94 commented 2 years ago

Try this : RaceControl - ARM64.zip

It's an ARM64 build of RaceControl (This is me peronnally building it for you to try, this probably won't be supported, and might have issues)

There are a few things I suspect won't work at all since they depends on x86/x64 binaries that are not part of the compilation process (the integrated player and MPV being some of them, maybe the download option too).

And I couldn't test it before uploading it because I don't have an ARM environement available.

Chester117 commented 2 years ago

Thank you very much! I've tried to launch and got this error message Screen Shot 2022-04-03 at 16 35 30

sidewinder94 commented 2 years ago

Ok, so yeah, won't work without additional work from @robvdpol. Since FFmpeg is needed as soon as the app starts, and it's one of the binary dependencies.

Sorry can't do much more than that. Especially since I don't have an ARM machine to test with

robvdpol commented 2 years ago

ARM is currently not supported. It might happen later though.