-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Process dies with:
- Termination reason
DYLD, [0x4] Symbol missing - Dyld error message
Symbol not found: _CVBufferHasAttachment - Referenced from: .../Frameworks/VLCKit.framework/.../VLCKit
- Expected in: /System/Library/Frameworks/CoreVideo.framework/...
However CVBufferHasAttachment doesn't exist on Big Sur, started with macOS 12.
VLCKit.framework was likely built/linked in a way that requires macOS 12+?
I tried to open an rebuild it myself but it wouldn't open for my old version of xcode (13.2.1). It doesn't seem like the full source is in the repo anyways though.
Nonetheless, this is a super cool and strangely missing feature on macOS. You've made some very nice improvements in the past year! Thank you!
Here's the header from the crash log:
Process: Webm Quicklook(extension) [9810]
Path: /Applications/Webm Quicklook.app/Contents/PlugIns/Webm Quicklook(extension).appex/Contents/MacOS/Webm Quicklook(extension)
Identifier: com.oil3.Webm-Quicklook.Webm-Quicklook-extension-
Version: 2.5 (1)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Webm Quicklook(extension) [9810]
User ID: 501
Date/Time: 2025-12-10 19:07:12.391 -0500
OS Version: macOS 11.7.10 (20G1427)
Report Version: 12
Anonymous UUID: 07F703F7-2038-29A6-020D-04A1268D761D
Sleep/Wake UUID: B4C4A524-76CB-454E-A9BD-370EEE57E5C6
Time Awake Since Boot: 310000 seconds
Time Since Wake: 18000 seconds
System Integrity Protection: enabled
Crashed Thread: 31
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x4] Symbol missing
Dyld Error Message:
Symbol not found: _CVBufferHasAttachment
Referenced from: /Applications/Webm Quicklook.app/Contents/PlugIns/Webm Quicklook(extension).appex/Contents/MacOS/../../../../Frameworks/VLCKit.framework/Versions/A/VLCKit
Expected in: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
Metadata
Metadata
Assignees
Labels
No labels