![]() |
[INFO] Hybrid on Mac Silicon? - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: Small Talk (https://forum.selur.net/forum-7.html) +--- Thread: [INFO] Hybrid on Mac Silicon? (/thread-3937.html) |
RE: Hybrid on Mac Silicon? - Selur - 29.12.2024 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 RE: Hybrid on Mac Silicon? - koma - 29.12.2024 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 RE: Hybrid on Mac Silicon? - Selur - 29.12.2024 seems like macdeployqt is broken and break things ![]() RE: Hybrid on Mac Silicon? - Selur - 29.12.2024 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) RE: Hybrid on Mac Silicon? - koma - 30.12.2024 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 RE: Hybrid on Mac Silicon? - Selur - 30.12.2024 No, I probably have to try to recompile and patch those libraries again,.. (you could also delete them) RE: Hybrid on Mac Silicon? - Selur - 30.12.2024 Uploaded a new version, where I tried to patch the three libraries. Cu Selur RE: Hybrid on Mac Silicon? - koma - 31.12.2024 It has not fixed the problem, the libs are still missing. CU Markus RE: Hybrid on Mac Silicon? - Selur - 31.12.2024 Damn, will look at it some more tomorrow. RE: Hybrid on Mac Silicon? - Selur - 01.01.2025 Can you call: otool -L <path to library> otool -L libretinex.dylib ls -lah ../../libs/libc++.1.0.dylib Cu Selur |