faust icon indicating copy to clipboard operation
faust copied to clipboard

Generated synth LV2 plugin crashes very often on Windows

Open alex-tee opened this issue 1 year ago • 3 comments

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.

alex-tee avatar Feb 08 '24 10:02 alex-tee

Use a more recent version of Faust.

sletz avatar Feb 08 '24 21:02 sletz

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.

alex-tee avatar Feb 14 '24 12:02 alex-tee

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

sletz avatar Feb 14 '24 14:02 sletz