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

Incorrect SDRPlay Library path on Windows for ARM64 #2082

Open
JVital2013 opened this issue Nov 3, 2024 · 0 comments
Open

Incorrect SDRPlay Library path on Windows for ARM64 #2082

JVital2013 opened this issue Nov 3, 2024 · 0 comments
Labels

Comments

@JVital2013
Copy link

sdrtrunk Version
v0.6.1 beta 3 - Windows ARM64 version

Describe the bug
When running the Windows for ARM64 version, SDRTrunk attempts to load the SDRPlay API from:

System.getenv("ProgramFiles") + "\\SDRplay\\API\\x64\\" + SDRPLAY_API_LIBRARY_NAME;

It should load it from:

System.getenv("ProgramFiles") + "\\SDRplay\\API\\arm64\\" + SDRPLAY_API_LIBRARY_NAME;

To Reproduce
Attempt to load the ARM64 build on any ARM64-based Windows 11 PC.

Application Log

...
2024-11-03 15:08:32.183 INFO  i.g.d.s.t.s.a.SDRPlayLibraryHelper - SDRPlay API native library not found at: C:\Program Files\SDRplay\API\x64\sdrplay_api  [7MB/28MB 26%]
...

Additional context
Unfortunately I do not have an SDRPlay SDR to test -I just noticed it in the log :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant