I've just installed on my Windows 10 PC and I'm getting errors when trying to process an MKV rip of a DVD file.
Quote:The procedure entry point_CxxFrameHandler4 could not be located in the dynamic link library C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\d3d9.dll
and:
Quote:AV1 is only allowed as raw or inside a mkv, mp4 or webm container!
Also I tried Vapoursynth, and when clicking preview I get "REMOVING RVRT" - the preview window now opens, but it is grey.
And now Hybrid isn't opening at all. It gets as far as "Updating tool versions" and then fails to open.
I uninstalled the dev version and installed Hybrid_2025.11.09.1_SETUP, but I'm still getting Exit1 crashes. What could have changed?
That is some debug output I forgot to remove which shouldn't cause issues. (and only should be annoying => looking into it => Hybrid_dev_2026.02.28-181813 should be up in a few minutes)
Quote:AV1 is only allowed as raw or inside a mkv, mp4 or webm container!
As far as I know, this is correct. mov does not support av1.
Quote:The procedure entry point_CxxFrameHandler4 could not be located in the dynamic link library C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\d3d9.dll
No clue, might be some missing dependency.
Can you check the dll using DependencyWalker?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Quote:It's not an av1 file, it's an MKV rip of a PAL DVD.
av1 is a video format,....
Argh, I see the problem:
2026.02.28 - 14:33:09_Windows 10 Version 22H2 (64bit)_2026.02.28.1 - level 9: ProResModel get->found no field 'codec'
2026.02.28 - 14:33:09_Windows 10 Version 22H2 (64bit)_2026.02.28.1 - level 9: AV1 is only allowed as raw or inside a mkv, mp4 or webm container!
=> Hybrid assumes av1 encoding is used, but you selected ProRes
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Thanks. I guess I'll still have the missing dependency problem - not sure what's causing that after a clean install.
Which file do I need to open with Dependency Walker?
Okay, so if I load your dwi here everything ahas a question mark at it, so that does not help me.
My guess atm is that either:
a. you are missing some runtime
b. you are missing direct X dependency or similar
since it works here and I have not changed anything around Avisynth++ for 2 years or so something must be missing on your system.
d3d is a Direct3D runtime file that is needed for FF3DFilterGPU.
Cu Selur
Ps.: going to bed now.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
It's strange, Hybrid was working fine untill I updated to the latest dev version. I'm using the same PC and I haven't changed anything except Hybrid itself. Even going back to an older version of Hybrid now will not work, so perhaps the installation of the latet dev version removed some files?