plugdata-team / plugdata

Pure Data as a plugin, with a new GUI
https://plugdata.org
GNU General Public License v3.0
1.39k stars 60 forks source link

PlugData v0.8.3 fails to scan in Reaper (Ubuntu 22.04) #1493

Open jamshark70 opened 3 months ago

jamshark70 commented 3 months ago

Updated PlugData, rescanned in Reaper (7.09), and the result is:

Screenshot_2024-03-28_11-37-57

So it's deactivated.

LV2 seems OK. No it's not: It crashes Reaper.

SuperCollider VSTPlugin says:

probing /home/dlm/.vst3/plugdata.vst3... error! subprocess was terminated with signal 11 (Segmentation fault)
probing /home/dlm/.vst3/plugdata-fx.vst3... ok!

But:

(
SynthDef(\vst, { |out = 0|
    Out.ar(out, VSTPlugin.ar(numOut: 2));
}).add;
)

a = Synth(\vst);

c = VSTPluginController(a);

c.open("plugdata-fx.vst3");

Server 'localhost' exited with exit code 0.
server 'localhost' disconnected shared memory interface

So I have plugdata crashing multiple hosts in multiple plugin formats.

0.8.2 seems fine.

0.8.3, I can use only standalone on my system. LV2 and VST3 both crash in all cases.

timothyschoen commented 2 months ago

Does this still happen on the latest nightly builds? It loads over here in REAPER on Fedora 39