Skip to content
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

Generated synth LV2 plugin crashes very often on Windows #998

Open
alex-tee opened this issue Feb 8, 2024 · 3 comments
Open

Generated synth LV2 plugin crashes very often on Windows #998

alex-tee opened this issue Feb 8, 2024 · 3 comments

Comments

@alex-tee
Copy link
Contributor

alex-tee commented Feb 8, 2024

LV2 code generated from this faust plugin is very crashy on Windows (and sometimes on GNU/Linux too). Will try to get a backtrace in the future and post it here.

I haven't tried other plugin formats yet.

The plugin is built with these build options:

compile args: [ '-std=c++11', '-O3', ]
link args: [ '-static-libgcc', '-static-libstdc++' ]

On Windows, I use the MSYS2/MINGW build system to compile so I'm using their gcc.

@sletz
Copy link
Member

sletz commented Feb 8, 2024

Use a more recent version of Faust.

@alex-tee
Copy link
Contributor Author

alex-tee commented Feb 14, 2024

Still crashes with Faust 2.70.3 on Windows (binary built with MSYS2 UCRT64 compiler/libs). Not easy to get a backtrace with my current build setup but will post a backtrace when I can

EDIT: I see there are new releases. Will try with latest release again.

@sletz
Copy link
Member

sletz commented Feb 14, 2024

Then I guess the issue is in the LV2 architecture file itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants