Selur's Little Message Board

Full Version: Getting Hybrid/Vapoursynth running again in W10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Uninstalled old Hybrid and installed latest Dev version. With no filters and when running preview I get:

2026-07-17 16:04:36.093
Plugin C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/NEO_FFT3DFilter/neo-fft3d.dll is using API3 which is deprecated and will be removed shortly.
Plugin C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/DFTTest/DFTTest.dll is using API3 which is deprecated and will be removed shortly.
2026-07-17 16:04:36.482
Failed to evaluate the script:
Python exception: Failed to load C:/Program Files/Hybrid/64bit/vsfilters/Support/std.dll. GetLastError() returned 126. The file you tried to load or one of its dependencies is probably missing.

Traceback (most recent call last):
File "vapoursynth.pyx", line 3623, in vapoursynth._vpy_evaluate
File "vapoursynth.pyx", line 3624, in vapoursynth._vpy_evaluate
File "M:\Hybrid-TEMP\tempPreviewVapoursynthFile16_04_34_426.vpy", line 23, in
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/std.dll")
File "vapoursynth.pyx", line 3353, in vapoursynth.Function.__call__
vapoursynth.Error: Failed to load C:/Program Files/Hybrid/64bit/vsfilters/Support/std.dll. GetLastError() returned 126. The file you tried to load or one of its dependencies is probably missing.


I can confirm

C:/Program Files/Hybrid/64bit/vsfilters/Support/std.dll

is missing
Angel Angel Angel Angel Angel Angel Angel
Seems like a typo somewhere, which caused Hybrid to load an empty dll,....
What filters did you activate?
DebugOutput?
.....
No filters loaded at all. output set to ProRes 422. I'll run the job and get a debug.
Make a debug output of the Vapoursynth Preview,...
Attached.

As I said elsewhere on this forum, it used to run fine on this W10 PC but it stopped working a few months ago after a Hybrid update.

I haven't been able to get it running on my new W11 PC (it keeps crashing the PC) nor my Mac (too complicated to install), so I'm really stuck now and am Hybrid-less.

ps: I hope you have recovered from the flu. Smile
Okay, you are using QTGMC with a non-avx2 capable cpu,...
I see where the problem is.
Switching "Filtering->Vapoursynth->Misc->Prefer->Expression handler" to something other than 'std' should work.
=> uploaded a new dev which should fix that
'std' is a valid choice, but probably the slowest => I would recommend trying the other "Expression handler")

Cu Selur
Perfect, now works great. Thank you Smile