You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
After following the instructions for windows, installing using the scripts/build.sh and attempting to run:
If run with clap-host.exe -p "pathtoplugin.clap" instead this is:
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.
The text was updated successfully, but these errors were encountered: