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

Native Linux VST loading #5742

Closed
IGBC opened this issue Oct 29, 2020 · 2 comments
Closed

Native Linux VST loading #5742

IGBC opened this issue Oct 29, 2020 · 2 comments

Comments

@IGBC
Copy link

IGBC commented Oct 29, 2020

Why Can't vestige load a native Linux VST on Linux?

Bug Summary

Steps to reproduce

forcibly enter the name of a valid Linux .so format VST into Vestige

Expected behavior

Plugin Loads, after all it's a Linux plugin, running on a Linux system

Actual behavior

LMMS locks up.

Affected LMMS versions

lmms 1.2.2-2 (what Arch is shipping RN)

Logs

*** WEAK-JACK: initializing
*** WEAK-JACK: OK. (0)
Notice: could not set realtime priority.
Cannot load library /usr/lib/lmms/libcarlabase.so: (libcarla_native-plugin.so: cannot open shared object file: No such file or directory)
Cannot load library /usr/lib/lmms/libcarlapatchbay.so: (libcarlabase.so: cannot open shared object file: No such file or directory)
Cannot load library /usr/lib/lmms/libcarlarack.so: (libcarlabase.so: cannot open shared object file: No such file or directory)
/usr/lib/lmms/RemoteVstPlugin: line 36: exec: wine: not found
remote plugin died! invalidating now.

^C (Killed by user)
@IGBC IGBC added the bug label Oct 29, 2020
@IanCaio
Copy link
Contributor

IanCaio commented Oct 29, 2020

Closing this issue as this is not a bug: Vestige uses Wine to load Windows VST2 plugins, not Linux VST3 (which are not supported right now). Currently you can load Lv2 and VST3 instruments/effects through Carla though. Native Lv2 support is also being worked on at the moment.

@IanCaio IanCaio closed this as completed Oct 29, 2020
@Spekular
Copy link
Member

Spekular commented Oct 29, 2020

This is also a duplicate of #416. Also an enhancement rather than a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants