vst plugin scan: HY-Poly Synth

MusE is a DAW for Linux with both MIDI and Audio editing. https://muse-sequencer.github.io

Moderators: MattKingUSA, khz, spamatica

Post Reply
User avatar
Impostor
Established Member
Posts: 1336
Joined: Wed Aug 17, 2022 1:55 pm
Has thanked: 138 times
Been thanked: 346 times

vst plugin scan: HY-Poly Synth

Post by Impostor »

I have one vst2 plugin where MusE's plugin scan throws an error, and this plugin is unavailable in MusE (except through Carla):

Code: Select all

Checking file: </home/orbit/.vst/hy-plugins/HY-POLY free.so>
pluginScan FAILED: Scan not exited normally: file: /home/orbit/.vst/hy-plugins/HY-POLY free.so
pluginScan FAILED: Scan exit code not 0: file: /home/orbit/.vst/hy-plugins/HY-POLY free.so

This same plugin loads fine in Carla, QTractor, and Renoise. Is this a plugin scanner bug?

Tim E. Real
Established Member
Posts: 660
Joined: Sat Sep 15, 2012 12:36 am
Has thanked: 36 times
Been thanked: 105 times

Re: vst plugin scan: HY-Poly Synth

Post by Tim E. Real »

Sorry I was unable to test this.
It complains that it requires libcurl-gnutls.so.4 and I only have version 3 installed at the moment.
Version 4 packages are available but I do not want to upset my system until I do a full update instead of piecemeal.
This may have to wait.

I suggest filing a github issue so that it gets looked at at some point.

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

Re: vst plugin scan: HY-Poly Synth

Post by Impostor »

Tim E. Real wrote: Sun Jun 11, 2023 5:48 pm

This may have to wait.
I suggest filing a github issue so that it gets looked at at some point.

Don't worry. I'll just keep pestering you here about it once in a while :)

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

Re: vst plugin scan: HY-Poly Synth

Post by Impostor »

Maybe the errors in my system log are enlightening? These do not occur if I remove the offending plugin, and reappear when I move it back:

Code: Select all

muse_plugin_sca[19708]: segfault at 31f ip 00007f260f014eb5 sp 00007fffb4d9e100 error 4 in ld-2.31.so[7f260effe000+23000]

Code: Select all

Process 19708 (muse_plugin_sca) of user 1000 dumped core.
Stack trace of thread 90:
#0  0x00007f260f014eb5 _dl_close (ld-linux-x86-64.so.2 + 0x17eb5)
#1  0x00007f260e7ce928 __GI__dl_catch_exception (libc.so.6 + 0x160928)
#2  0x00007f260e7ce9f3 __GI__dl_catch_error (libc.so.6 + 0x1609f3)
#3  0x00007f260efbab59 _dlerror_run (libdl.so.2 + 0x1b59)
#4  0x00007f260efba468 __dlclose (libdl.so.2 + 0x1468)
#5  0x00007f260e6b48a7 __run_exit_handlers (libc.so.6 + 0x468a7)
#6  0x00007f260e6b4a60 __GI_exit (libc.so.6 + 0x46a60)
#7  0x00007f260e69208a __libc_start_main (libc.so.6 + 0x2408a)
#8  0x000055ca0c96f5ae _start (muse_plugin_scan + 0x25ae)
Post Reply