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

RtApi::getDeviceInfo: deviceId argument not found on Windows #50

Open
tarnith opened this issue Aug 7, 2024 · 0 comments
Open

RtApi::getDeviceInfo: deviceId argument not found on Windows #50

tarnith opened this issue Aug 7, 2024 · 0 comments

Comments

@tarnith
Copy link

tarnith commented Aug 7, 2024

After following the instructions for windows, installing using the scripts/build.sh and attempting to run:

clap-host.exe
Failed to load plugin ' "" ':  "The shared library was not found."

RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializi
ng driver (Ableton Push).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializi
ng driver (Traktor Audio 10).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializi
ng driver (Traktor Audio 2 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tra
ktor Kontrol S2 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tr
aktor Kontrol S2 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (T
raktor Kontrol S2 MK2).



RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Trak
tor Kontrol S2 MK2).




RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tra
ktor Kontrol S2 MK2).




RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tr
aktor Kontrol S2 MK2).



RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tr
aktor Kontrol S2 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tr
aktor Kontrol S4 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tr
aktor Kontrol S5).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tr
aktor Kontrol S8).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Tr
aktor Kontrol Z1).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Kontrol Z2).


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.


RtApi::getDeviceInfo: deviceId argument not found.```


If run with clap-host.exe -p "pathtoplugin.clap" instead this is:

 .\clap-host.exe -p .\clapPugl.clap

RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Ableton Push).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Audio 10).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Audio 2 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Audio 6).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Kontrol S2 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Kontrol S4 MK2).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Kontrol S5).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Kontrol S8).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Kontrol Z1).


RtApiAsio::probeDeviceInfo: error (Hardware input or output is not present or available.) initializing driver (Traktor Kontrol Z2).


RtApi::openStream: output device ID is invalid.

The plugin was activated with an invalid sample rates: 0

These are drivers installed by Ableton/NI but are unrelated, no other host has issues finding my RME interface. Doesn't seem to be contention with any other host/program grabbing hold of the interface, as it still happens with nothing else running.

I'd debug further but I believe the related QT files are deleted as part of the script? I'll try re-running the build process but edit the script to comment out the removal of build trees. I don't work with QT very much, but it's hard to debug when half of the stack is calling for CPP files that don't seem to be in the build directory/vcpkg folders.

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

No branches or pull requests

1 participant