kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

error when starting the application for first time ? #1371

Open nahush2321 opened 2 years ago

nahush2321 commented 2 years ago

hello i have small problem as when when startradium i get message that it can not start as /opt/radium/ladspa files are not present and please check if all files from zip is unpacked. i have attached my terminal output. Also thi is self compiled version on arch linux and was first time runnin application on this machine also not ever tried any of the previous versions .

radium.txt

akimaze commented 2 years ago

I think those files are only in official binary package.

kmatheussen commented 1 year ago

It should work just making an empty directory called "ladspa" in the "bin" directory before running "./install.sh". Did you use the official arch build or did you build it yourself? I'm surprised if the official arch build didn't work. I actually thought "./install" should always work.

kmatheussen commented 1 year ago

I guess install.sh doesn't fix this. Just append these lines to "install.sh":

# ladspa
if [ ! -d "$TARGET/ladspa" ]
then
    mkdir $TARGET/ladspa
fi
kmatheussen commented 1 year ago

I think those files are only in official binary package.

Yes, the official binaries include ladspa plugins from this package: https://github.com/kmatheussen/common-ladspa-plugins