carla kxstudio binaries for linux version 2.2 known bug not show vst3

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Post Reply
nudiecrudi
Established Member
Posts: 8
Joined: Mon Jan 23, 2023 7:39 am
Has thanked: 2 times
Been thanked: 2 times

carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by nudiecrudi »

hi there.
os avl mx
i used carla before, now after new avl installation i got carla binaries directly from kxstudio. it does not show the vst/ ladspa plugins although the paths are set correctly.
in the githup page of falltx, it says it is a bug, that has been solved in latter versions.
for win and os on the kxstudio version offered for download is the latest 2.5, for linux only 2.2, which does not work properly ( cannot see the logic).
i am not so experienced to build the program myself with the sourcecode.
i like the binary as it is a portable standalone program without the need to allow repositories and installation.
is there somewhere to get a recent version?

User avatar
Impostor
Established Member
Posts: 1334
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 138 times
Been thanked: 345 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by Impostor »

:

Attachments
Screenshot from 2023-01-23 19-43-07.png
Screenshot from 2023-01-23 19-43-07.png (126.82 KiB) Viewed 1325 times
User avatar
Impostor
Established Member
Posts: 1334
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 138 times
Been thanked: 345 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by Impostor »

After installing:

Attachments
Screenshot from 2023-01-23 19-52-25.png
Screenshot from 2023-01-23 19-52-25.png (42.25 KiB) Viewed 1322 times
Screenshot from 2023-01-23 19-54-36.png
Screenshot from 2023-01-23 19-54-36.png (36.85 KiB) Viewed 1322 times
nudiecrudi
Established Member
Posts: 8
Joined: Mon Jan 23, 2023 7:39 am
Has thanked: 2 times
Been thanked: 2 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by nudiecrudi »

yeah, i might do that and solve it that way, thanks.
the portable one was on this page..

Screenshot_2023-01-23_21-15-39.png
Screenshot_2023-01-23_21-15-39.png (63.5 KiB) Viewed 1301 times
User avatar
Impostor
Established Member
Posts: 1334
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 138 times
Been thanked: 345 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by Impostor »

AVL is Debian based, so 2.5.3 is the recommended version:

Binary Releases

Software developed by the KXStudio Team, pre-compiled and ready to run.
If you're running a Debian or Ubuntu based system, please use the KXStudio Repositories instead.

There's no need to add the repository to your system's software sources. Just download the .deb files and install them.

nudiecrudi
Established Member
Posts: 8
Joined: Mon Jan 23, 2023 7:39 am
Has thanked: 2 times
Been thanked: 2 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by nudiecrudi »

i did that, but when i try to install it , it says i have held broken packages. i fear that using carla 2.2 left mess around. i deleted what i could, folders, config file, but still to no avail.
the system is just installed and i have not yet updated it, so it sounds strange.
i try to time-shift today and see what is on the plate. i am trying out zrythm and it asks for carla to load certain plugins, so i would like to have carla aboard.

https://imgur.com/J3cVbDu

tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by tramp »

nudiecrudi wrote: Tue Jan 24, 2023 5:19 am

but when i try to install it , it says i have held broken packages.

A command which often solve such issues for me is

Code: Select all

sudo apt-get -f install

this force apt to solve existing issues within the package manager.

On the road again.
nudiecrudi
Established Member
Posts: 8
Joined: Mon Jan 23, 2023 7:39 am
Has thanked: 2 times
Been thanked: 2 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by nudiecrudi »

i tried from cli and i have a better detailed output

https://imgur.com/o1BppZO

tramp
Established Member
Posts: 2335
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 454 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by tramp »

you may first remove carla from the package list in order to get apt clean

Code: Select all

dpkg -r '*carla*'

then install the missing dependency's and try again to install it.

EDIT: I just see you've used it wrongly, use just the command as given, without any extras

Code: Select all

sudo apt-get -f install
On the road again.
User avatar
sunrat
Established Member
Posts: 915
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 242 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by sunrat »

nudiecrudi wrote: Tue Jan 24, 2023 6:42 am

i tried from cli and i have a better detailed output

https://imgur.com/o1BppZO

Change your terminal to the directory containing the .deb and do

Code: Select all

apt install ./carla

then hit Tab to autocomplete the filename and Enter to install. Don't forget the "./".
dpkg will not download dependencies when installing local packages whereas apt will download and install them.

For Carla and other KX exclusive apps, I would recommend adding the KX repository so you get updates during system updates. You only need the "apps/focal" line for Carla etc.

Also it's better to paste terminal text inside code tags rather than images. Many people won't bother looking at images (I didn't when I first saw your post ;) ).

User avatar
GMaq
Established Member
Posts: 2774
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 520 times
Been thanked: 555 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by GMaq »

@nudiecrudi

See my reply on the MX Forum..

nudiecrudi
Established Member
Posts: 8
Joined: Mon Jan 23, 2023 7:39 am
Has thanked: 2 times
Been thanked: 2 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by nudiecrudi »

sunrat wrote: Tue Jan 24, 2023 7:47 am
nudiecrudi wrote: Tue Jan 24, 2023 6:42 am

i tried from cli and i have a better detailed output

https://imgur.com/o1BppZO

Change your terminal to the directory containing the .deb and do

Code: Select all

apt install ./carla

then hit Tab to autocomplete the filename and Enter to install. Don't forget the "./".
dpkg will not download dependencies when installing local packages whereas apt will download and install them.

For Carla and other KX exclusive apps, I would recommend adding the KX repository so you get updates during system updates. You only need the "apps/focal" line for Carla etc.

Also it's better to paste terminal text inside code tags rather than images. Many people won't bother looking at images (I didn't when I first saw your post ;) ).

ok, i solved it myself with the help of the terminal.
i did this:
< sudo apt--fix-broken install > and it removed carla's failed install previous mess then installeded carla itself plus 2 mb of data , which i have installed before installing carla.

good day

User avatar
Impostor
Established Member
Posts: 1334
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 138 times
Been thanked: 345 times

Re: carla kxstudio binaries for linux version 2.2 known bug not show vst3

Post by Impostor »

sunrat wrote: Tue Jan 24, 2023 7:47 am

Also it's better to paste terminal text inside code tags rather than images. Many people won't bother looking at images (I didn't when I first saw your post ;) ).

And even with bothering to open the link, this will dissuade me after all (noscript window):
I see some new contenders for my blocklist.

Attachments
Untitled.png
Untitled.png (110.52 KiB) Viewed 1119 times
Post Reply