02.10.2025, 05:29
Theres an issue on newer versions of Fedora that appear to prevent the script from working and I've had zero luck fixing it on my own. I also understand this just might not be the place to report this issue, but I can't even report issues with the script because the issues page is disabled for the script on github. The error is below, though I understand I might not be supposed to receive support for this here. To reproduce just use Hybrid on a fully updated version of Fedora, with all vapoursynth plugins installed with the vapoursynth installer linked on the download page for fedora. Then go to the vapoursynth page once you've imported a video, and press the preview button. Then the vapoursynth editor will open, with this error at the bottom.
2025-10-01 23:19:45.780
Failed to evaluate the script:
Python exception: Failed to load /home/superboo07/opt/vapoursynth/vsplugins/libvslsmashsource.so. Error given: /lib64/libgobject-2.0.so.0: undefined symbol: g_dir_unref
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate
File "/tmp/tempPreviewVapoursynthFile23_19_44_729.vpy", line 11, in
core.std.LoadPlugin(path="/home/superboo07/opt/vapoursynth/vsplugins/libvslsmashsource.so")
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "src/cython/vapoursynth.pyx", line 3123, in vapoursynth.Function.__call__
vapoursynth.Error: Failed to load /home/superboo07/opt/vapoursynth/vsplugins/libvslsmashsource.so. Error given: /lib64/libgobject-2.0.so.0: undefined symbol: g_dir_unref
