Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER for Linux

Reply
 
Thread Tools Display Modes
Old 11-15-2020, 02:58 AM   #1
biopsin
Human being with feelings
 
Join Date: Sep 2010
Location: oslo
Posts: 142
Default Inertia Sound Systems/Granulizer 2

Hi,

I have a issue with the demo;
while it gets detected by Reaper on scan, it won't show in the vst3i plugin list.

// Mind Granulizer2 depends on libpsl
swell: dlopen() failed: libpsl.so.5: cannot open shared object file: No such file or directory

Would someone test if it happens on your end too, tnx.

https://www.inertiasoundsystems.com/.../granulizer-2/
__________________
Voidlinux_glibc / gcc_12.2. / libSwell_GDK2 - 250423 /
Reaper_6.82 / NI_KA2 / Dynaudio_BM6
biopsin is offline   Reply With Quote
Old 11-15-2020, 03:21 AM   #2
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Looks like your missing libpsl.so.5

Similar to this problem https://forum.cockos.com/showthread.php?t=242591

Do a sudo find / -name libpsl*

If there is a libpsl.so.6 then maybe a symbolic link (libpsl.so.5) might work, or better still, somehow install the libpsl5 package for your distro.

Debian seems to be using the libpsl5 package (that has libpsl.so.5) https://packages.debian.org/sid/amd64/libpsl5/filelist

but other distros might be using the libpsl6 package (that has libpsl.so.6 and does not have libpsl.so.5) https://bbs.archlinux.org/viewtopic.php?id=235440

Last edited by osxmidi; 11-15-2020 at 03:31 AM.
osxmidi is offline   Reply With Quote
Old 11-15-2020, 01:30 PM   #3
biopsin
Human being with feelings
 
Join Date: Sep 2010
Location: oslo
Posts: 142
Default

Tnx,
I have it installed, that's what I meant with the //Mind snip, and libpsl.so.5 is symlinked to libpsl.so.5.3.3

I've sent email to the dev hoping they will reply if there are other dependencies required.

Had the time to try it?
__________________
Voidlinux_glibc / gcc_12.2. / libSwell_GDK2 - 250423 /
Reaper_6.82 / NI_KA2 / Dynaudio_BM6
biopsin is offline   Reply With Quote
Old 11-18-2020, 10:49 PM   #4
PMan
Human being with feelings
 
Join Date: Aug 2019
Posts: 656
Default

It works on my machine:
Ubuntu 19.10 latest Reaper.

It uses a lot of CPU, but it sounds great. Lots of spacey, ambient/sound design sounds.
PMan is offline   Reply With Quote
Old 11-19-2020, 01:35 AM   #5
biopsin
Human being with feelings
 
Join Date: Sep 2010
Location: oslo
Posts: 142
Default

damnit, good to hear
I would have resolved this if I had something to go on.
Also got a reply from their support and they are trying to supply a list of used libraries.
I'm guessing it's another JUCE toolkit thing..
__________________
Voidlinux_glibc / gcc_12.2. / libSwell_GDK2 - 250423 /
Reaper_6.82 / NI_KA2 / Dynaudio_BM6
biopsin is offline   Reply With Quote
Old 11-19-2020, 04:18 AM   #6
Mikobuntu
Human being with feelings
 
Mikobuntu's Avatar
 
Join Date: Nov 2020
Posts: 153
Default

Works for me on Ubuntu_Budgie 20.04

Running ldd on the binary shows which libs are loaded at runtime :_

ldd Granulizer\ 2.so | grep 'lib'
libpsl.so.5 => /lib/x86_64-linux-gnu/libpsl.so.5 (0x00007fe47132b000)
libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007fe471298000)
libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007fe470fc2000)
libbrotlidec.so.1 => /lib/x86_64-linux-gnu/libbrotlidec.so.1 (0x00007fe470fb4000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fe470f98000)
libasound.so.2 => /lib/x86_64-linux-gnu/libasound.so.2 (0x00007fe470e9d000)
libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007fe470ddc000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fe470dd1000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe470dcb000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe470da8000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fe470bc7000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe470a78000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe470a5b000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe470869000)
libunistring.so.2 => /lib/x86_64-linux-gnu/libunistring.so.2 (0x00007fe4706e7000)
libidn2.so.0 => /lib/x86_64-linux-gnu/libidn2.so.0 (0x00007fe4706c6000)
libbrotlicommon.so.1 => /lib/x86_64-linux-gnu/libbrotlicommon.so.1 (0x00007fe4706a3000)
/lib64/ld-linux-x86-64.so.2 (0x00007fe472681000)
libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007fe47066b000)
Mikobuntu is offline   Reply With Quote
Old 11-20-2020, 04:27 AM   #7
biopsin
Human being with feelings
 
Join Date: Sep 2010
Location: oslo
Posts: 142
Default

Hi, thank you for the check as well,
I have all those libs installed, so I think there is something else amiss.
I still bet it's a JUCE thing as I have other JUCE vst3i plugs workin without problems.
__________________
Voidlinux_glibc / gcc_12.2. / libSwell_GDK2 - 250423 /
Reaper_6.82 / NI_KA2 / Dynaudio_BM6
biopsin is offline   Reply With Quote
Old 11-20-2020, 07:37 AM   #8
Mikobuntu
Human being with feelings
 
Mikobuntu's Avatar
 
Join Date: Nov 2020
Posts: 153
Default

Maybe try running the install.sh script as a normal user ( not sudo ) This will create the .so in ~/.vst3
and add that path to Reapers plugin paths.
Mikobuntu is offline   Reply With Quote
Old 11-20-2020, 01:55 PM   #9
biopsin
Human being with feelings
 
Join Date: Sep 2010
Location: oslo
Posts: 142
Default

Jup that's what I'm doing, REAPER detects it on scan, just it ain't get listed in the vst3i plugin list, same with the vst2 version. I had hoped some more verbose messages would display on a rescan, but all seems fine.
I have tested those new Audio Damage plugs too, some of them work some not.
Main issues are espesially with those plugs that have a visual wave preview in them.
__________________
Voidlinux_glibc / gcc_12.2. / libSwell_GDK2 - 250423 /
Reaper_6.82 / NI_KA2 / Dynaudio_BM6
biopsin is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.