It seems that the missing file is not on my machine:
Code:
otool -L libretinex.dylib
error: /Library/Developer/CommandLineTools/usr/bin/otool-classic: can't open file: libretinex.dylib (No such file or directory)
Code:
ls -lah ../../libs/libc++.1.0.dylib
ls: ../../libs/libc++.1.0.dylib: No such file or directory
Cu
Markus
Okay, that is strange, the file should be there.
-> will look into it
You are right, the files are in the app bundle, but it seems they are not found outside of the bundle.
Hmm,...
Can you open a terminal navigate into the 'Hybrid.app/Contents/MacOS/vsfilters/' folder and use the 'otool -L' call?
I'll probably will have to setup a mac vm inside macos to get to the bottom of this.
Cu Selur
In the folder you mentioned the file is found
Code:
otool -L libretinex.dylib
libretinex.dylib:
../../libs/libc++.1.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1345.100.2)
Okay, then I have no clue why the problem occurs then.
Will try to set up a VM tomorrow.
Cu selur
Managed to reproduce the problem in a VM.
=> will look into it more tomorrow
Okay, ran into more problems.
=> giving up on Hybrid on MacOS for the time being, since I lack the motivation look into compiling all the Vapoursynth stuff.
+1 Vote. As an M4 Mac Mini owner, Hybrid for Apple Silicon makes a lot of sense. I'm looking to use QTGMC. Your work is much appreciated! As of macOS 15.2, I get the 'Hybrid is damaged and can't be opened' dialog.