Posts: 12.057 
	Threads: 66 
	Joined: May 2017
	
	 
 
	
	
		Send you a new link. 
 
Cu Selur
	 
	
	
---- 
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. 
 
	
	
 
 
	
	
	
		
	Posts: 56 
	Threads: 6 
	Joined: Oct 2020
	
	 
 
	
	
		Yeah I got it before I left for work. It launched fine. Further testing tonight
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 56 
	Threads: 6 
	Joined: Oct 2020
	
	 
 
	
	
		after working out a few self inflicted bugs and adding a line to my misc.ini to fix something you changed I got it working fine again. Now with that said The de spot is fixed, but now De Dot is broken 
2022-05-26 02:47:44.833 
Script was successfully evaluated. Output video info: 
Frames: 36891 | Time: 0:25:38.662 | Size: 1280x488 | FPS: 24000/1001 = 23.976 | Format: YUV420P10 
2022-05-26 02:47:44.837 
Core freed but 5377920 bytes still allocated in framebuffers 
Core freed but 5377920 bytes still allocated in framebuffers 
2022-05-26 02:47:53.917 
The deprecated argument prefer_props was passed to a resizer. Ignoring argument. 
The deprecated argument prefer_props was passed to a resizer. Ignoring argument. 
2022-05-26 02:48:58.197 
[VSE Server]: incoming connection 
[VSE Server]: ConnectedState 
[VSE Server]: socket is ready to be read 
[VSE Server]: connection open: true 
[VSE Server]: connection readable: true 
[VSE Server] - Message received: changeTo ### /tmp/tempPreviewVapoursynthFile02_48_58_161.vpy ### off#6#6#0#0 
2022-05-26 02:48:58.221 
Failed to evaluate the script: 
Python exception: Failed to load /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so. Error given: /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so: cannot open shared object file: No such file or directory 
 
Traceback (most recent call last): 
File "src/cython/vapoursynth.pyx", line 2886, in vapoursynth._vpy_evaluate 
File "src/cython/vapoursynth.pyx", line 2887, in vapoursynth._vpy_evaluate 
File "/tmp/tempPreviewVapoursynthFile02_48_58_161.vpy", line 16, in  
core.std.LoadPlugin(path="/home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so") 
File "src/cython/vapoursynth.pyx", line 2632, in vapoursynth.Function.__call__ 
vapoursynth.Error: Failed to load /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so. Error given: /home/fletcher/.hybrid/vsplugins/DeCrawlFilter/DeDot/libdedot.so: cannot open shared object file: No such file or directory
 
Also my old friend lib Neofft3d is have an issue
 
the error:  
 File "src/cython/vapoursynth.pyx", line 2632, in vapoursynth.Function.__call__ 
vapoursynth.Error: Failed to load /home/fletcher/.hybrid/vsplugins/libneofft3d.so. Error given: /home/fletcher/.hybrid/vsplugins/libneofft3d.so: cannot open shared object file: No such file or directory
 Basically I got two different filters calling it under two different names. 
The VS script attached.
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 12.057 
	Threads: 66 
	Joined: May 2017
	
	 
 
	
		
		
		26.05.2022, 09:10 
(This post was last modified: 26.05.2022, 09:12 by Selur.)
		
	 
	
		Quote:Now with that said The de spot is fixed, but now De Dot is broken 
I see the issu with the paths. 
-> will fix.
 Quote:Error given: /home/fletcher/.hybrid/vsplugins/libneofft3d.so: cannot open shared object file: No such file or directory 
argh, should be named 'libneo-fft3d.so' (checked only made this typo in TemporalDegrain) 
-> will adjust calls in Hybrid
 
Cu Selur
	  
	
	
---- 
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. 
 
	
	
 
 
	
	
	
		
	Posts: 12.057 
	Threads: 66 
	Joined: May 2017
	
	 
 
	
	
		Send you a new link to a dev version for testing. 
 
Cu Selur
	 
	
	
---- 
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. 
 
	
	
 
 
	
	
	
		
	Posts: 56 
	Threads: 6 
	Joined: Oct 2020
	
	 
 
	
	
		The issue with libneo-fft3f is fixed, the Dedot is still wonky. 
2022-05-26 21:15:24.399 
Failed to evaluate the script: 
Python exception: No attribute with the name dedot exists. Did you mistype a plugin namespace? 
 
Traceback (most recent call last): 
File "src/cython/vapoursynth.pyx", line 2886, in vapoursynth._vpy_evaluate 
File "src/cython/vapoursynth.pyx", line 2887, in vapoursynth._vpy_evaluate 
File "/tmp/tempPreviewVapoursynthFile21_15_23_524.vpy", line 58, in  
clip = core.dedot.Dedot(clip=clip) 
File "src/cython/vapoursynth.pyx", line 2437, in vapoursynth._CoreProxy.__getattr__ 
File "src/cython/vapoursynth.pyx", line 2279, in vapoursynth.Core.__getattr__ 
AttributeError: No attribute with the name dedot exists. Did you mistype a plugin namespace?
 
and some proof dedot does exsist
  
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 12.057 
	Threads: 66 
	Joined: May 2017
	
	 
 
	
	
		send you a link to a new dev version. 
 
Cu Selur
	 
	
	
---- 
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. 
 
	
	
 
 
	
	
	
		
	Posts: 56 
	Threads: 6 
	Joined: Oct 2020
	
	 
 
	
	
		I just get a Segfault. Trying to work out why. Redid plugins, VS script and everything. 
fletcher@fletcher: /opt/hybrid $ ./Hybrid  
  no file '/opt/hybrid/misc.ini' found,.. 
 Detected '/home/fletcher/.hybrid/misc.ini',... 
 Hybrid 2022.05.27.1 by Selur 
 Pre-GUI initialization starting 23:11:39.357 
 Checking for styles,... 
 Checking for inputs,... 
 Checking for global profile,... 
 Checking for auto add,... 
 Loading resources: 
  model versions,... 
  raw video file extensions,... 
  raw audio file extensions,... 
  raw subtitle file extensions,... 
  index file extensions,... 
  cuda capable cards,.. 
  ogg extensions,... 
  wmv extensions,... 
  mp4 extensions,... 
  mp3 extensions,... 
  mpeg extensions,... 
  tsMuxeR extensions,... 
  raw output extensions,... 
  mov extensions,... 
  matroska extensions,... 
  subcodes,... 
  languages,... 
  additional mkv tags,... 
  format <> number mapping,... 
  avc level -> vbv max bitrate mapping,... 
  avc level -> max mps mapping,... 
  avc level -> max buffer mapping,... 
  avc level -> max dpb mapping for main tier,... 
  avc level -> max dpb mapping for high tier,... 
  avc level -> max dpb mapping for level,... 
  avc level -> max frame size mapping,... 
  qtgmc 720x576 memory usage 
  qtgmc 1280x720 memory usage 
  qtgmc 1920x1080 memory usage 
  DNxHD profiles,... 
  fraction lists,... 
  fraction conversions,... 
 Creating application,... 
  setting application path,... 
  application home: /opt/hybrid 
  application data path: /home/fletcher/.hybrid 
 Loading values from: /home/fletcher/.hybrid/misc.ini 
  Vapoursynth plugin path: /home/fletcher/.hybrid/vsplugins 
 '/home/fletcher/.hybrid/vsscripts' doesn't exist,.. 
  enabling Vapoursynth support 
  using vsPluginsPath: /home/fletcher/.hybrid/vsplugins 
  using vsScriptPath: ./vsscripts 
 GUI initialization starting 23:11:39.470 
  connecting model handler,.. 
  init system handler,... 
   Collecting fonts available on system 
  init folders,... 
     set global directories,... 
  initializing the message handlers,... 
    log tab,... 
     initialized log tab, after: 0s 
  init helpers,.. 
   current settings path: /home/fletcher/.hybrid 
  handleFontsFolder 
 createLinuxFontsFolder 
  fontFolder(final):/home/fletcher/.local/share/fonts 
  custom fonts folder(3):/home/fletcher/.local/share/fonts 
    custom font cache folder: /home/fletcher/.hybrid/fontconfig/cache 
  checking local.conf file 
   finished checking fonts: -9.22336e+09s 
 checking for GPU,... 
QCoreApplication::postEvent: Unexpected null receiver 
 Detected graphic cards: 
  NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1) 
 checking for PureVideo compatible cards,... 
 checking detected cards for NVIDIA PureVideo compatibility 
 Checking: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1) 
 simplified(2): NVIDIA Corporation GP104 [GeForce GTX 1070]  
 simplified(4): GeForce GTX 1070]  
 simplified(5): GeForce GTX 1070 
 Detected NVIDIA PureVideo compatible cards: 
GeForce GTX 1070 
 Checking the following cards for VCE compatibility,... 
 Vapoursynth script path: /opt/hybrid/vsscripts 
 Vapoursynth plugins path: /home/fletcher/.hybrid/vsplugins 
   populateVsDefaults 
  -> detected Vapoursynth,.. 
  looking for avisynth extension, version 20210911 
 Looking for wine enviroment,... 
  wine: /usr/bin/wine 
  wineWindowsFolder: /home/fletcher/.wine/drive_c/windows 
  wineWindowsSystemFolder: /home/fletcher/.wine/drive_c/windows/syswow64 
  Checking for avisynth extension,... 
   support checking on non-Windows systems: false 
  wineWindowsFolder: /home/fletcher/.wine/drive_c/windows 
  wineWindowsSystemFolder: /home/fletcher/.wine/drive_c/windows/syswow64 
 Disabled avisynth support, since the version file is not present. 
You need to update the avisynthExtension addOn. 
 Disabled avisynth support, since the version file is not present. 
You need to update the avisynthExtension addOn. 
   populateAvsDefaults 
  -> detected Avisynth+ extension,.. 
 initToolChecker,... 
  initializing MainWindow 
  initializing helpers 
  initializing preview 
  checking irc message support 
  init shudown/hibernate support 
  checking shutdown timer 
  checking hibernate timer 
  init mkv font extractor 
  checking ssl mail support 
     initialized base, after: 0.02s 
  initializing tabs 
    x264 tab,... 
     initialized x264 tab, after: 0.032s 
    DivX265 tab,... 
     initialized DivX265 tab, after: 0.003s 
    x265 tab,... 
     initialized x265 tab, after: 0.031s 
    SVT HEVC tab,... 
     initialized SVT HEVC tab, after: 0.006s 
    SVT HEVC tab,... 
     initialized SVT AV1 tab, after: 0.006s 
    xvid tab,... 
     initialized xvid tab, after: 0.005s 
    VPX tab,... 
     initialized VPX tab, after: 0.008s 
    av1 tab,... 
     initialized VPX tab, after: 0.008s 
    rave1 tab,... 
     initialized rav1e tab, after: 0.003s 
    ProRes tab,... 
     initialized ProRes tab, after: 0.001s 
    Kvazaar tab,... 
     initialized Kvazaar tab, after: 0.005s 
    FFNVEnc tab,... 
     initialized FFNVEnc tab, after: 0.006s 
    FFV1 tab,... 
     initialized FFV1 tab, after: 0s 
    png tab,... 
     initialized png tab, after: 0s 
    UT Video tab,... 
     initialized UT Video tab, after: 0s 
    FFvHuff tab,... 
     initialized FFvHuff tab, after: 0s 
    DNxHD tab,... 
     initialized DNxHD tab, after: 0s 
    CFHD tab,... 
     initialized CFHD tab, after: 0s 
    resize/crop tab,... 
    Avisynth+ is available,.. 
Segmentation fault (core dumped) 
fletcher@fletcher: /opt/hybrid $ ./Hybrid  
  no file '/opt/hybrid/misc.ini' found,.. 
 Detected '/home/fletcher/.hybrid/misc.ini',... 
 Hybrid 2022.05.27.1 by Selur 
 Pre-GUI initialization starting 23:12:23.945 
 Checking for styles,... 
 Checking for inputs,... 
 Checking for global profile,... 
 Checking for auto add,... 
 Loading resources: 
  model versions,... 
  raw video file extensions,... 
  raw audio file extensions,... 
  raw subtitle file extensions,... 
  index file extensions,... 
  cuda capable cards,.. 
  ogg extensions,... 
  wmv extensions,... 
  mp4 extensions,... 
  mp3 extensions,... 
  mpeg extensions,... 
  tsMuxeR extensions,... 
  raw output extensions,... 
  mov extensions,... 
  matroska extensions,... 
  subcodes,... 
  languages,... 
  additional mkv tags,... 
  format <> number mapping,... 
  avc level -> vbv max bitrate mapping,... 
  avc level -> max mps mapping,... 
  avc level -> max buffer mapping,... 
  avc level -> max dpb mapping for main tier,... 
  avc level -> max dpb mapping for high tier,... 
  avc level -> max dpb mapping for level,... 
  avc level -> max frame size mapping,... 
  qtgmc 720x576 memory usage 
  qtgmc 1280x720 memory usage 
  qtgmc 1920x1080 memory usage 
  DNxHD profiles,... 
  fraction lists,... 
  fraction conversions,... 
 Creating application,... 
  setting application path,... 
  application home: /opt/hybrid 
  application data path: /home/fletcher/.hybrid 
 Loading values from: /home/fletcher/.hybrid/misc.ini 
  Vapoursynth plugin path: /home/fletcher/.hybrid/vsplugins 
 '/home/fletcher/.hybrid/vsscripts' doesn't exist,.. 
  enabling Vapoursynth support 
  using vsPluginsPath: /home/fletcher/.hybrid/vsplugins 
  using vsScriptPath: ./vsscripts 
 GUI initialization starting 23:12:24.112 
  connecting model handler,.. 
  init system handler,... 
   Collecting fonts available on system 
  init folders,... 
     set global directories,... 
  initializing the message handlers,... 
    log tab,... 
     initialized log tab, after: 0s 
  init helpers,.. 
   current settings path: /home/fletcher/.hybrid 
  handleFontsFolder 
 createLinuxFontsFolder 
  fontFolder(final):/home/fletcher/.local/share/fonts 
  custom fonts folder(3):/home/fletcher/.local/share/fonts 
    custom font cache folder: /home/fletcher/.hybrid/fontconfig/cache 
  checking local.conf file 
   finished checking fonts: -9.22336e+09s 
 checking for GPU,... 
QCoreApplication::postEvent: Unexpected null receiver 
 Detected graphic cards: 
  NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1) 
 checking for PureVideo compatible cards,... 
 checking detected cards for NVIDIA PureVideo compatibility 
 Checking: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1) 
 simplified(2): NVIDIA Corporation GP104 [GeForce GTX 1070]  
 simplified(4): GeForce GTX 1070]  
 simplified(5): GeForce GTX 1070 
 Detected NVIDIA PureVideo compatible cards: 
GeForce GTX 1070 
 Checking the following cards for VCE compatibility,... 
 Vapoursynth script path: /opt/hybrid/vsscripts 
 Vapoursynth plugins path: /home/fletcher/.hybrid/vsplugins 
   populateVsDefaults 
  -> detected Vapoursynth,.. 
  looking for avisynth extension, version 20210911 
 Looking for wine enviroment,... 
  wine: /usr/bin/wine 
  wineWindowsFolder: /home/fletcher/.wine/drive_c/windows 
  wineWindowsSystemFolder: /home/fletcher/.wine/drive_c/windows/syswow64 
  Checking for avisynth extension,... 
   support checking on non-Windows systems: false 
  wineWindowsFolder: /home/fletcher/.wine/drive_c/windows 
  wineWindowsSystemFolder: /home/fletcher/.wine/drive_c/windows/syswow64 
 Disabled avisynth support, since the version file is not present. 
You need to update the avisynthExtension addOn. 
 Disabled avisynth support, since the version file is not present. 
You need to update the avisynthExtension addOn. 
   populateAvsDefaults 
  -> detected Avisynth+ extension,.. 
 initToolChecker,... 
  initializing MainWindow 
  initializing helpers 
  initializing preview 
  checking irc message support 
  init shudown/hibernate support 
  checking shutdown timer 
  checking hibernate timer 
  init mkv font extractor 
  checking ssl mail support 
     initialized base, after: 0.013s 
  initializing tabs 
    x264 tab,... 
     initialized x264 tab, after: 0.03s 
    DivX265 tab,... 
     initialized DivX265 tab, after: 0.003s 
    x265 tab,... 
     initialized x265 tab, after: 0.032s 
    SVT HEVC tab,... 
     initialized SVT HEVC tab, after: 0.007s 
    SVT HEVC tab,... 
     initialized SVT AV1 tab, after: 0.006s 
    xvid tab,... 
     initialized xvid tab, after: 0.005s 
    VPX tab,... 
     initialized VPX tab, after: 0.008s 
    av1 tab,... 
     initialized VPX tab, after: 0.008s 
    rave1 tab,... 
     initialized rav1e tab, after: 0.003s 
    ProRes tab,... 
     initialized ProRes tab, after: 0.001s 
    Kvazaar tab,... 
     initialized Kvazaar tab, after: 0.005s 
    FFNVEnc tab,... 
     initialized FFNVEnc tab, after: 0.006s 
    FFV1 tab,... 
     initialized FFV1 tab, after: 0s 
    png tab,... 
     initialized png tab, after: 0s 
    UT Video tab,... 
     initialized UT Video tab, after: 0s 
    FFvHuff tab,... 
     initialized FFvHuff tab, after: 0s 
    DNxHD tab,... 
     initialized DNxHD tab, after: 0s 
    CFHD tab,... 
     initialized CFHD tab, after: 0s 
    resize/crop tab,... 
    Avisynth+ is available,.. 
Segmentation fault (core dumped)
  
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 12.057 
	Threads: 66 
	Joined: May 2017
	
	 
 
	
	
		Strange,.. start up seems to work fine here: 
... 
Creating application,... 
  setting application path,... 
  application home: /home/selur/workspace/Hybrid 
  application data path: /home/selur/.hybrid 
 Loading values from: /home/selur/.hybrid/misc.ini 
  Vapoursynth plugin path: /home/selur/opt/vapoursynth/vsplugins/ 
  enabling Vapoursynth support 
  using vsPluginsPath: /home/selur/opt/vapoursynth/vsplugins/ 
  using vsScriptPath: /home/selur/workspace/HybridDeploy/tools/hybrid/vsscripts/ 
 GUI initialization starting 12:09:50.304 
  connecting model handler,.. 
  init system handler,... 
   Collecting fonts available on system 
  init folders,... 
     set global directories,... 
  initializing the message handlers,... 
    log tab,... 
     initialized log tab, after: 0s 
  init helpers,.. 
   current settings path: /home/selur/.hybrid 
  handleFontsFolder 
...
 may be clearing your settings folder helps,..
	  
	
	
---- 
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. 
 
	
	
 
 
	
	
	
		
	Posts: 56 
	Threads: 6 
	Joined: Oct 2020
	
	 
 
	
	
		Last time I had a segfault that did help, but this time it didn't. I suspect it's a dependency or something acting funny, but I've haven't been able to work out the exact issue, so I've just been using the previous build. 
ldd reports back fine though 
         libQt5Widgets.so.5 => /usr/lib/libQt5Widgets.so.5 (0x00007fc064947000) 
        libQt5Multimedia.so.5 => /usr/lib/libQt5Multimedia.so.5 (0x00007fc064847000) 
        libQt5Gui.so.5 => /usr/lib/libQt5Gui.so.5 (0x00007fc0641e1000) 
        libQt5Xml.so.5 => /usr/lib/libQt5Xml.so.5 (0x00007fc067a23000) 
        libQt5Network.so.5 => /usr/lib/libQt5Network.so.5 (0x00007fc064071000) 
        libQt5DBus.so.5 => /usr/lib/libQt5DBus.so.5 (0x00007fc063ff1000) 
        libQt5Core.so.5 => /usr/lib/libQt5Core.so.5 (0x00007fc063ace000) 
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fc063897000) 
        libm.so.6 => /usr/lib/libm.so.6 (0x00007fc0637b0000) 
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fc063790000) 
        libc.so.6 => /usr/lib/libc.so.6 (0x00007fc063583000) 
        libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007fc06352e000) 
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00007fc0634a6000) 
        libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007fc06346f000) 
        libz.so.1 => /usr/lib/libz.so.1 (0x00007fc063455000) 
        libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x00007fc06336c000) 
        libmd4c.so.0 => /usr/lib/libmd4c.so.0 (0x00007fc063356000) 
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00007fc063301000) 
        libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007fc063268000) 
        libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007fc062f87000) 
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fc062f34000) 
        libsystemd.so.0 => /usr/lib/libsystemd.so.0 (0x00007fc062e56000) 
        libdouble-conversion.so.3 => /usr/lib/libdouble-conversion.so.3 (0x00007fc062e40000) 
        libicui18n.so.71 => /usr/lib/libicui18n.so.71 (0x00007fc062b0e000) 
        libicuuc.so.71 => /usr/lib/libicuuc.so.71 (0x00007fc06290d000) 
        libpcre2-16.so.0 => /usr/lib/libpcre2-16.so.0 (0x00007fc06287c000) 
        libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007fc0627cd000) 
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007fc06268f000) 
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fc067aa9000) 
        libpulsecommon-15.0.so => /usr/lib/pulseaudio/libpulsecommon-15.0.so (0x00007fc062605000) 
        libGLdispatch.so.0 => /usr/lib/libGLdispatch.so.0 (0x00007fc06254b000) 
        libGLX.so.0 => /usr/lib/libGLX.so.0 (0x00007fc062518000) 
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fc062449000) 
        libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x00007fc062427000) 
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007fc06234e000) 
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007fc06231e000) 
        libcom_err.so.2 => /usr/lib/libcom_err.so.2 (0x00007fc062316000) 
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007fc062307000) 
        libkeyutils.so.1 => /usr/lib/libkeyutils.so.1 (0x00007fc062300000) 
        libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007fc0622ed000) 
        libcap.so.2 => /usr/lib/libcap.so.2 (0x00007fc0622e1000) 
        libgcrypt.so.20 => /usr/lib/libgcrypt.so.20 (0x00007fc062198000) 
        liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007fc06216c000) 
        liblz4.so.1 => /usr/lib/liblz4.so.1 (0x00007fc062149000) 
        libicudata.so.71 => /usr/lib/libicudata.so.71 (0x00007fc060444000) 
        libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fc0603cd000) 
        libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007fc06034d000) 
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fc060320000) 
        libasyncns.so.0 => /usr/lib/libasyncns.so.0 (0x00007fc060318000) 
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fc0601d4000) 
        libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fc0601c1000) 
        libbrotlidec.so.1 => /usr/lib/libbrotlidec.so.1 (0x00007fc0601b3000) 
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x00007fc06018a000) 
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fc060185000) 
        libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007fc0600da000) 
        libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007fc06009d000) 
        libopus.so.0 => /usr/lib/libopus.so.0 (0x00007fc060043000) 
        libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007fc060015000) 
        libogg.so.0 => /usr/lib/libogg.so.0 (0x00007fc060008000) 
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fc060003000) 
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fc05fffb000) 
        libbrotlicommon.so.1 => /usr/lib/libbrotlicommon.so.1 (0x00007fc05ffd8000)
  
	 
	
	
	
	
 
 
	 
 |