Linux: Dblue glitch 2 VST not showing up in Renoise

hello i don’t have use it for long time but i want to reinstall it again .

i’m on linux endevouros and glitch doesn’t be seen on renoise i have put it on /ur/lib/vst

et don’t be recognize?

if someone haveame prob and have resolve it it could be cool to know how to do it

thank’s julien

ps:i have a registered version

Please double-check.
Is it placed in /usr/lib/vst/?
If the user is placing it manually, it should be placed under ~/.vst/.

thank’s,

i didnt’t know glitch2 was already in aur i had just copy to /usr/lib/vst in root mod.

in installing aur package the scan of plugin by renoise see glitch2.so but it doesn’t appear in the vst effects when i search it

The version in AUR is a trial version. You need to properly edit the PKGBUILD and run makepkg -is.
I don’t recommend this if you’re not familiar with it.
I think it’s safest to place the directory for the relevant VST under ~/.vst/.

If placed under /usr/lib/vst/, please verify that the file and directory permissions are appropriate.

I checked using the AUR demo version, and it does indeed appear unable to launch.
REAPER seems to work fine.


Renoise LOG> Application: Enter MainLoop...
Renoise LOG> RemoteAudioPlugin: Instantiating '/usr/lib/vst/Glitch2_64bit/glitch2.so'...
Renoise LOG> RemoteAudioPlugin: Creating pipes...
Renoise LOG> RemoteAudioPlugin: Launching plugin server process...
Renoise LOG> Process: Executing '/usr/share/renoise-3.5.2/AudioPluginServer_x86_64 413538 /tmp/Renoise-0-413538/PipeMemory-0 RNS_PipeTrigger-413538-0 RNS_PipeWait-413538-0 /tmp/Renoise-0-413538/PipeMemory-1 RNS_PipeTrigger-413538-1 RNS_PipeWait-413538-1'...
Renoise LOG> RemoteAudioPlugin: Connecting to the server...
Renoise LOG> RemoteAudioPlugin: Creating server event thread...
Renoise LOG> RemoteAudioPlugin: Creating plugin instance in the server...
Renoise LOG> RemoteAudioPlugin: Releasing '/usr/lib/vst/Glitch2_64bit/glitch2.so'...
Renoise LOG> RemoteAudioPlugin: Stopping server thread...
Renoise LOG> RemoteAudioPlugin: Shutting down server process...
Renoise LOG> RemoteAudioPlugin: Disconnecting pipes...
Renoise LOG> Audio Plugins: Failed to open plug VST: glitch2
Renoise LOG> Exception: Failed to initialize the plugin 'VST: Illformed: glitch2'.
Renoise LOG> Error Message: Failed to initialize the plugin 'VST: Illformed: glitch2'.

indeed i don’t understand neither thank’s for your help it’s appreciated

Same for me, Renoise log content is the same as the one posted above, but the plugin server log says:

VstPlugs: Trying to instantiate /home/konrad/.vst/Glitch2_64bit/glitch2.so
VstPlugs: Instantiate FAILED (failed to open the DLL: '/home/konrad/.vst/Glitch2_64bit/glitch2.so: cannot enable executable stack as shared object requires: Invalid argument') !!!

Plugin works in Reaper as well.

It has already been solved here.
There are more such plugins. edit .profile at system it will also run executable from the stack.

export GLIBC_TUNABLES=glibc.rtld.execstack=2

Thanks!

I think a safer option would be to disable stack execution on the binary:

execstack -c glitch2.so

seems to do the trick as well.