Selur's Little Message Board
Trying to get Hybrid running an an M1 Mac - 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: Trying to get Hybrid running an an M1 Mac (/thread-4438.html)

Pages: 1 2


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 08.07.2026

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?


RE: Trying to get Hybrid running an an M1 Mac - Selur - 08.07.2026

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
vspipe --version
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


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 08.07.2026

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.


RE: Trying to get Hybrid running an an M1 Mac - Selur - 08.07.2026

in Hybrid: Tools->vsViewer should open vsViewer
R77 is too new, try:
1. uninstalling Vapoursynth
2. install R75
brew install vapoursynth@R75

Cu Selur


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 08.07.2026

When I add a path to vsViewer it does not seem to be saving the path setting.


RE: Trying to get Hybrid running an an M1 Mac - Selur - 08.07.2026

Strange, you added it and pressed 'Apply' right?


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 08.07.2026

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."


RE: Trying to get Hybrid running an an M1 Mac - Selur - 08.07.2026

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. Sad

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


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 08.07.2026

OK, thank you Smile