Posts: 10.741
Threads: 57
Joined: May 2017
29.12.2024, 16:07
(This post was last modified: 29.12.2024, 16:09 by Selur.)
Uploaded a new version into the folder, does that one work better?
(you should not have to install the homebrew stuff aside from Vapourynth )
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 21
Threads: 3
Joined: Jan 2020
No luck with the new version, it crashes on startup:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: Hybrid [56825]
Path: /Users/USER/Downloads/Hybrid.app/Contents/MacOS/Hybrid
Identifier: de.selur.Hybrid
Version: 20241111.1 (20241111.1)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2024-12-29 17:01:13.4490 +0100
OS Version: macOS 15.2 (24C101)
Report Version: 12
Time Awake Since Boot: 180000 seconds
Time Since Wake: 4689 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid))
Exception Codes: UNKNOWN_0x32 at 0x0000000103c10000
Exception Codes: 0x0000000000000032, 0x0000000103c10000
Termination Reason: Namespace CODESIGNING, Code 2 Invalid Page
VM Region Info: 0x103c10000 is in 0x103c10000-0x103c78000; bytes after start: 0 bytes before end: 425983
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
__LINKEDIT 103b80000-103c10000 [ 576K] r--/r-- SM=COW /Users/USER/Downloads/Hybrid.app/Contents/MacOS/Hybrid
---> mapped file 103c10000-103c78000 [ 416K] r--/rwx SM=COW Object_id=fd77283a
GAP OF 0x1f4000 BYTES
mapped file 103e6c000-103eb8000 [ 304K] ---/--- SM=COW Object_id=88e82bab
Thanks
Markus
Posts: 10.741
Threads: 57
Joined: May 2017
seems like macdeployqt is broken and break things
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.741
Threads: 57
Joined: May 2017
Uploaded another dev where I do not try to add the Qt dependencies. (so both qt and Vapoursynth have to be installed via homebrew; not really happy about this, but the whole thing is till a wip)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 21
Threads: 3
Joined: Jan 2020
The new version starts when qt is installed via homebrew, but the preview with vapoursynth is not working because of several missing libs.
The following are the first errors to occur
Failed to load /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib. Error given: dlopen(/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib, 0x0001): Library not loaded: ../libs/libc++.1.0.dylib
Referenced from: /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib
Reason: tried: '../libs/libc++.1.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS../libs/libc++.1.0.dylib' (no such file), '../libs/libc++.1.0.dylib' (no such file)
Failed to load /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib. Error given: dlopen(/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib, 0x0001): Library not loaded: ../libs/libc++.1.0.dylib
Referenced from: /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib
Reason: tried: '../libs/libc++.1.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS../libs/libc++.1.0.dylib' (no such file), '../libs/libc++.1.0.dylib' (no such file)
Failed to load /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libvsw2xnvk.dylib. Error given: dlopen(/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libvsw2xnvk.dylib, 0x0001): Library not loaded: @executable_path/../Frameworks/libvulkan.1.dylib
Referenced from: /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libvsw2xnvk.dylib
Reason: tried: '/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsViewer.app/Contents/Frameworks/libvulkan.1.dylib' (no such file)
Failed to load /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libvsw2xnvk.dylib. Error given: dlopen(/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libvsw2xnvk.dylib, 0x0001): Library not loaded: @executable_path/../Frameworks/libvulkan.1.dylib
Referenced from: /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libvsw2xnvk.dylib
Reason: tried: '/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsViewer.app/Contents/Frameworks/libvulkan.1.dylib' (no such file)
Failed to load /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libtcanny.dylib. Error given: dlopen(/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libtcanny.dylib, 0x0001): Library not loaded: @executable_path/../Frameworks/libc++.1.dylib
Referenced from: /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libtcanny.dylib
Reason: tried: '/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsViewer.app/Contents/Frameworks/libc++.1.dylib' (no such file)
Failed to load /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libtcanny.dylib. Error given: dlopen(/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libtcanny.dylib, 0x0001): Library not loaded: @executable_path/../Frameworks/libc++.1.dylib
Referenced from: /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libtcanny.dylib
Reason: tried: '/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsViewer.app/Contents/Frameworks/libc++.1.dylib' (no such file)
Maybe I need to install more via brew?
Thanks
Markus
Posts: 10.741
Threads: 57
Joined: May 2017
No, I probably have to try to recompile and patch those libraries again,.. (you could also delete them)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.741
Threads: 57
Joined: May 2017
Uploaded a new version, where I tried to patch the three libraries.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 21
Threads: 3
Joined: Jan 2020
It has not fixed the problem, the libs are still missing.
CU
Markus
Posts: 10.741
Threads: 57
Joined: May 2017
Damn, will look at it some more tomorrow.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.741
Threads: 57
Joined: May 2017
Can you call:
otool -L <path to library>
I get:
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)
and
ls -lah ../../libs/libc++.1.0.dylib
-rw-r--r-- 1 selur staff 1,0M 30 Dez 10:59 ../../libs/libc++.1.0.dylib
for Hybrid_dev_20241230_1.zip
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.