trying to run the d-box example I'm getting:
make: *** [runide] error 139
any advice is appreciated.
trying to run the d-box example I'm getting:
make: *** [runide] error 139
any advice is appreciated.
Using the simple sinus generator worked. It's just the d-box example, I think
I think this one is my fault. Short version: delete how_to_build_dbox.txt from the directory, and then add the sound files from here: https://github.com/BelaPlatform/D-box/tree/master/sounds
You will need the D-Box hardware to run this example (it won't boot without the touch sensors). But the seg fault is, I think, because the D-Box historically parsed .txt files for a special kind of sound analysis file to load its sounds. In the latest update to make the D-Box run on the Bela IDE, I moved the sound directory into the main project directory, but forgot to remove the spurious .txt file.
Long-term the fix is to have some better error handling on .txt files, or to search for a different extension. I'll look into that later on, but see if the fix above works for you.
Thanks Andrew, it's working now!