plugdata icon indicating copy to clipboard operation
plugdata copied to clipboard

plugdata craches on startup on Debian 12

Open KodeBeer opened this issue 2 months ago • 0 comments

Thank you so much for plugdata it is an amazing program! I enjoy it a lot on my Windows and my Mac so I also wanted it on my Debian 12 laptop (Plasma). But I am running into an issue. Could you help me out?

When I run plugdata it opens for a second and then crashes. I have installed it with:

echo 'deb http://download.opensuse.org/repositories/home:/plugdata/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata

Also I have tried the "plugdata_0.9.2+git.0.6e43a343-1_amd64.deb" package but the result is the same.

I ran it through the command line so I could see what is going on. These are errors that I get:

open: ~/Documents/plugdata/Extra/Gem/gem.conf: No such file or directory load plugins 'film' in '/home/ko/Documents/plugdata/Extra/Gem/' pattern : /home/ko/Documents/plugdata/Extra/Gem/gem_film*.so load plugins 'image' in '/home/ko/Documents/plugdata/Extra/Gem/' pattern : /home/ko/Documents/plugdata/Extra/Gem/gem_image*.so load plugins 'image' in '/home/ko/Documents/plugdata/Extra/Gem/' pattern : /home/ko/Documents/plugdata/Extra/Gem/gem_image*.so load plugins 'image' in '/home/ko/Documents/plugdata/Extra/Gem/' pattern : /home/ko/Documents/plugdata/Extra/Gem/gem_image*.so load plugins 'model' in '/home/ko/Documents/plugdata/Extra/Gem/' pattern : /home/ko/Documents/plugdata/Extra/Gem/gem_model*.so load plugins 'record' in '/home/ko/Documents/plugdata/Extra/Gem/' pattern : /home/ko/Documents/plugdata/Extra/Gem/gem_record*.so load plugins 'video' in '/home/ko/Documents/plugdata/Extra/Gem/' pattern : /home/ko/Documents/plugdata/Extra/Gem/gem_video*.so Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JUCE Assertion failure in OSUtils.cpp:361 fs iter error: No such file or directory JUCE Assertion failure in juce_AudioSampleBuffer.h:798 Segmentation fault (core dumped)

KodeBeer avatar Oct 26 '25 14:10 KodeBeer