Examples are not starting on Windows
sainteckes opened this issue · 3 comments
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
I tried as well with the pre-compiled package on vcpkg and the example is still crashing..
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.
Closing due to lack of any follow up.