-
Notifications
You must be signed in to change notification settings - Fork 23
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
unable to load saved patch #40
Comments
Hi, can you please give me some more info about the problem have you installed Mosaic with the Mosaic Installer or with the currently alpha version on flatpak? The patch you were trying to open, can you post the file ( the .xml ), so i can check it. Have you tried to re-open Mosaic and re-load the patch? same error? |
Hi, thanks for the fast response. I used the Mosaic Installer and re-open Mosaic and patch too. It seams there is a audio problem with jack and pulse on Ubuntu Studio. I will try to install Mosaic on another Manjaro Linux Instance. Here the zipped .xml, because .xml upload isn't allowed here. |
Hey @spezi, thanks for the patch, it seems like there was no issues with audio, actually your case helped me find and solve a bug in the osc sender object, the out of range came from there: d3cod3/ofxVisualProgramming@68bc8a4 So, thanks for the indirect help, and your patch now re-open without issues In order to have the last fix in your Mosaic, you just need to re-launch the Mosaic installer script, this time will be faster because will just update stuff and re-compile Mosaic. Let me know if everything is working! |
hi d3cod3, i'm glad to assist you .. Patch is now loading without issues. Best Regards |
I'm glad it's working! closing this issue as solved. |
Got error while open saved patch on linux ubuntu Studio 20.04 :
[pdsp] engine: closing...
[pdsp] engine: audio streams closed and resources released
Instance is already registered with name = time
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check: __n (which is 3) >= this->size() (which is 3)
Aborted (core dumped)
Best Regards
spezi
The text was updated successfully, but these errors were encountered: