Jump to content

VST scanner fails to register plugin when VST3 file is located in a folder by the same name.


TheSteven

Recommended Posts

VST scanner fails to register plugin when VST3 file is located in a folder by the same name.
For example when
someplugin.VST3 is located within a folder name someplugin.VST3

C:\PROGRAM FILES\COMMON FILES\VST3
└───F-em (64 bit).vst3 (directory)
    └───Contents
        ├───Resources
        └───x86_64-win
               ───F-em (64 bit).vst3  (file)

Seeing more of this happening lately.  I'm thinking that some programming SDK (maybe JUCE?) is creating that kind of folder structure when compiling a plugin and the developer instead of extracting only the VST3 is copying the whole folder structure (that includes the plugin) into their installer.
While this is stupid - the issue with the VST scanner failing to register the plugin could probably be avoided if the scanner would verify that *.VST3 is a file and not a directory.

 

  • Like 3
Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...