Thanks for looking into this, I'd love to get back to Buzzin' again - for the past few years I've leapt to the dark side (Ableton)
To confirm the vst3 loader is being called this many times on just loading up reBuzz to a blank project, unfortunately as reBuzz doesn't appear to write anything to the debug console after the application is fully launched I can't see whether it's being called that many times again when loading a single PVST instance thus causing this >minute delay in adding it to the machine view (perhaps I can run Process Monitor to check...)
Additional info if it's of use: I ditched all my Waves plugins back in early '23 after their back-and-forth with perpetual licenses vs subscription, also their WUP plan made keeping plugins up to date cost more than buying them in the first place - so all the waveshells (think there were about 10 of them as I refused to update just to keep them on the save version number) have been removed from my machines.
Also my laptop is a relatively (when it was purchased about 4 years ago anyway

) well spec'd machine: i9 10900k, nvidia rtx 2080, 32gb ram, ssd drive hosting the OS, Buzz and the VSTs
EDIT: OK so yeah reBuzz is definitely going wild with it's file reading. Just launched Process Monitor and added 1 (one!) VST3 (u-he's Bazille) to an empty project -
This is called 6155 times:
ReBuzzEngine64.exe 11552 ReadFile C:\Users\mcbpete\AppData\Roaming\Polac\Vst Loader\1.1.10\X64\plugins.dat
and then this is iterated on for *every* vst in my VST3 folder (obviously listing a different VST in each instance!):
ReBuzzEngine64.exe 18240 QueryOpen C:\Program Files\Common Files\VST3\Airwindows Consolidated.vst3\Contents\x86_64-win\Airwindows Consolidated.vst3
ReBuzzEngine64.exe 18240 CreateFile C:\Program Files\Common Files\VST3\Airwindows Consolidated.vst3\Contents\x86_64-win\Airwindows Consolidated.vst3
ReBuzzEngine64.exe 18240 QueryNetworkOpenInformationFile C:\Program Files\Common Files\VST3\Airwindows Consolidated.vst3\Contents\x86_64-win\Airwindows Consolidated.vst3
ReBuzzEngine64.exe 18240 CloseFile C:\Program Files\Common Files\VST3\Airwindows Consolidated.vst3\Contents\x86_64-win\Airwindows Consolidated.vst3
ReBuzzEngine64.exe 18240 IRP_MJ_CLOSE C:\Program Files\Common Files\VST3\Airwindows Consolidated.vst3\Contents\x86_64-win\Airwindows Consolidated.vst3
and this on every subfolder (usually 3 for each VST3 - Contents, Contents\Resources and Contents\x86_64-win):
ReBuzzEngine64.exe 18240 CreateFile C:\Program Files\Common Files\VST3\OP-X PRO-3.vst3\Contents\x86_64-win
ReBuzzEngine64.exe 18240 QueryDirectory C:\Program Files\Common Files\VST3\OP-X PRO-3.vst3\Contents\x86_64-win\*.vst3
ReBuzzEngine64.exe 18240 QueryDirectory C:\Program Files\Common Files\VST3\OP-X PRO-3.vst3\Contents\x86_64-win
ReBuzzEngine64.exe 18240 CloseFile C:\Program Files\Common Files\VST3\OP-X PRO-3.vst3\Contents\x86_64-win
ReBuzzEngine64.exe 18240 IRP_MJ_CLOSE C:\Program Files\Common Files\VST3\OP-X PRO-3.vst3\Contents\x86_64-win
In total there's over 100k events created in ReBuzz.exe or ReBuzzEngine64.exe when I launch a plugin. I guess that's why it take a minute or so
@polac and/or @wde - let me know if you want the whole log sent to you if it's of any use ....