faust
faust copied to clipboard
Generated synth LV2 plugin crashes very often on Windows
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.
Use a more recent version of Faust.
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.
Then I guess the issue is in the LV2 architecture file itself.