-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FluidBufNMF
crashing the server on Linux
#151
Comments
I have rebuilt SC from scratch basing it on |
My guess is that this is related to the fact that currently FluCoMa needs to be built against the same version of boost as SC. This was mentioned in a few Issues/PR discussions but I don't think it's explicitly documented. See #149 for related discussion. |
Hey, I'm having a similar issue with FluidBufNMF. I'm running the most recent stable FluCoMa build with SuperCollider 3.10.0 in Ubuntu 20.04. I was just trying to get this example working:
The NMF process seems to complete but trying to play the populated
Any help appreciated - I will try and test it on another Linux device in the meantime. Cheers. |
have you managed to make it work? indeed SC is changing boost, so now we're compiling against the tip of main in the nightly. Can you try with that? if that fails, let me know which version of SC and which version of FluCoMa you are using and I'll get digging |
Hello flucomers!
The basic example of
FluidBufNMF
is crashing my sc server:Here's the
gdb
backtrace:Couldn't test this on other distros, I'm currently on Arch 6.0.12
The text was updated successfully, but these errors were encountered: