Posts: 621
Threads: 125
Joined: Jul 2020
2026-07-08 18:05:22.779
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to create VSScript handle!
What do I need to do? I thought the Terminal script set the path to Vs?
Posts: 13.061
Threads: 70
Joined: May 2017
No, the previous call only tells MacOS not to block Hybrid and the tools it comes with.
Try whether opening vsViewer and then adding /opt/homebre/lib in Edit->Settings->Paths helps.
Also when calling
in a terminal what Vapoursynth version does it report?
(still got R75 on my Mac here, the AppImage probably won't handle newer versions correctly)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
Core R77
API R4.2
API R3.6
Options: -
I'm not sure how I add the path to vsViewer? I see Config -> Paths but I'm not sure about the path to add /opt/homebre/lib?
If I navigate to vsViewer and try to open it, nothing happens.
Posts: 13.061
Threads: 70
Joined: May 2017
in Hybrid: Tools->vsViewer should open vsViewer
R77 is too new, try:
1. uninstalling Vapoursynth
2. install R75
brew install vapoursynth@R75
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
When I add a path to vsViewer it does not seem to be saving the path setting.
Posts: 13.061
Threads: 70
Joined: May 2017
Strange, you added it and pressed 'Apply' right?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
Warning: No available formula with the name "vapoursynth@r75". Did you mean vapoursynth, vapoursynth-ocr or vapoursynth-sub?
Perhaps the path is not correct/ When I try to add it I seeĀ
"Failed to load vapoursynth script library! Please set up the library search path in settings."
Posts: 13.061
Threads: 70
Joined: May 2017
hmm, I thought one can install specific versions of tools using:
brew install <toolnam>@<toolversion>
seems like that isn't the case or they removed older Vapoursynth versions.
looking at
https://formulae.brew.sh/formula/vapoursynth#default
it seems like the Vapoursynth team only offers the latest version. :/
Maybe I can find some time on the Saturday to get a working R77 compatible AppImage.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
OK, thank you