![]() |
|
[HELP] Getting Hybrid/Vapoursynth running again in W10 - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] Getting Hybrid/Vapoursynth running again in W10 (/thread-4450.html) |
Getting Hybrid/Vapoursynth running again in W10 - Miranda - 17.07.2026 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 RE: Getting Hybrid/Vapoursynth running again in W10 - Selur - 17.07.2026 Seems like a typo somewhere, which caused Hybrid to load an empty dll,.... What filters did you activate? DebugOutput? ..... RE: Getting Hybrid/Vapoursynth running again in W10 - Miranda - 17.07.2026 No filters loaded at all. output set to ProRes 422. I'll run the job and get a debug. RE: Getting Hybrid/Vapoursynth running again in W10 - Selur - 17.07.2026 Make a debug output of the Vapoursynth Preview,... RE: Getting Hybrid/Vapoursynth running again in W10 - Miranda - 17.07.2026 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.
RE: Getting Hybrid/Vapoursynth running again in W10 - Selur - 17.07.2026 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 RE: Getting Hybrid/Vapoursynth running again in W10 - Miranda - 18.07.2026 Perfect, now works great. Thank you
|