thestk / rtaudio

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO, and WASAPI) operating systems.
Other
1.49k stars 317 forks source link

Examples are not starting on Windows #386

Closed sainteckes closed 1 year ago

sainteckes commented 1 year ago

Hey, RTAudio is working great on macOs and Linux for me. Just on Windows when I run any of the examples it straight up crashes with the output:

Process finished with exit code -1073741515 (0xC0000135)

I was just loading the cmake project in CLion and running the apinames / playsaw examples in debug and release version. Any idea if I am missing something or it could be a bug in rtaudio?

Specs: Windows 10 Home 21H2 Tested with MinGW and MSVC

sainteckes commented 1 year ago

I tried as well with the pre-compiled package on vcpkg and the example is still crashing..

ntonnaett commented 1 year ago

Searching the web, it seems 0xC0000135 means DLLs are missing. Maybe it can't find RtAudio.dll. That error message is bad. Why doesn't it tell which library is missing? You could try putting your RtAudio.dll in the same directory as the executable you want to run.

garyscavone commented 1 year ago

Closing due to lack of any follow up.