Closed hyve9 closed 11 months ago
Hi, hyve9, I see you are using the Linux version. Unfortunately, we had an issue with Linux due to the version we use of OpenFrameworks. We have tested it only in Ubuntu 18.04. In fact, we know there are some problems with versions later than 18.04 and I had no time to update the Linux version of BiTA to a newer version of OF to be compatible with newer versions of Ubuntu. Maybe that's related with the crash you have.
Are you using Ubuntu? Can you tell us which version?
Arcadio
Hi - I'm using Arch Linux, I have had to update a few of the required libraries as they had no equivalents in Arch. I have replaced
Part of me wonders if the gtk(1) missing is why it is crashing, but at the very least I would expect some error message indicating something to that effect. Instead the killed
message makes me think the process was killed intentionally. I am mainly just looking for more areas to troubleshoot. Would it make sense to build from source instead of using the pre-built binaries (the deb package)? Are there instructions on building from source?
Not sure if this helps:
uname -a
Linux host 6.1.55-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Sep 23 12:13:56 UTC 2023 x86_64 GNU/Linux
Hi, The Binaural Test App (BiTA) has been tested only in Ubuntu. Looking at the log you have attached, we would say that something in OpenFrameworks, probably in the audio libraries, is not working properly and is killing the application (but not our code).
BiTA was developed just to allow the community to quickly test all the features of the library, but it is not open source. What you can do is to try to build some of the basic examples we have opensource. there are a couple of examples using OpenFrameworks: https://github.com/3DTune-In/3dti_AudioToolkit_Examples.
Hope that helps.
Every time after I open the program, after about 5 minutes, it crashes for no apparent reason. Here's what I see in my terminal:
I get the
zsh: killed
message with no information as to why the program was killed. Where can I look? I assumed that the over/underflow messages were benign but they may not be. I am using pipewire-jack for realtime audio control.