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

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

Open
jamshark70 opened this issue Mar 28, 2024 · 1 comment
Open

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

jamshark70 opened this issue Mar 28, 2024 · 1 comment

Comments

@jamshark70
Copy link

jamshark70 commented Mar 28, 2024

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
Copy link
Collaborator

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

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