thewh1teagle / vibe

Transcribe on your own!
https://thewh1teagle.github.io/vibe/
MIT License
1.08k stars 68 forks source link

[Bug]: DYLD, [0x1] Library missing #237

Open adilpranks opened 2 months ago

adilpranks commented 2 months ago

What happened?

App is crashing and is not opening!!

Steps to reproduce

I am running MacOS BigSur - I tried opening.. it just crashes

What OS are you seeing the problem on?

MacOS

Relevant log output

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  dyld: Using shared cache: 98DE9EB9-7E47-31E5-8E0E-58DB46A1197D
Library not loaded: /System/Library/Frameworks/ScreenCaptureKit.framework/Versions/A/ScreenCaptureKit
  Referenced from: /Applications/vibe.app/Contents/MacOS/vibe
  Reason: image not found

Binary Images:
       0x101469000 -        0x103fdcfff +github.com.thewh1teagle.vibe (2.4.0 - 20240808.191020) <E9D7592E-CCB9-39DA-AB78-CA0E9B54F919> /Applications/vibe.app/Contents/MacOS/vibe
       0x10da84000 -        0x10db1ffff  dyld (852.2) <56433369-BAD9-3900-B7FC-268D24FD1DD5> /usr/lib/dyld
    0x7fff207b7000 -     0x7fff207f0fff  libobjc.A.dylib (824.1) <A0961DED-3477-3856-A6BC-CFE2475CB2F4> /usr/lib/libobjc.A.dylib
    0x7fff20997000 -     0x7fff20e34fff  com.apple.CoreFoundation (6.9 - 1778.105) <4A2C4587-EEBB-33E7-8616-7079E964A03A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff21747000 -     0x7fff21aa5fff  com.apple.Foundation (6.9 - 1778.105) <554959E4-F9FB-3F67-8CC6-196159ED6CC1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff231e0000 -     0x7fff23f2bfff  com.apple.AppKit (6.9 - 2202.70.110) <9A79D5A9-2DD3-3ED7-8693-CEEA69B7B543> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff25521000 -     0x7fff25baafff  com.apple.CoreGraphics (2.0 - 1463.19.1) <C911B812-7401-3EAF-B365-A9B7B98B708A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff27870000 -     0x7fff278bdfff  com.apple.CoreVideo (1.8 - 0.0) <FE8A9F52-4140-36D8-BE09-800E75857EAD> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff289e6000 -     0x7fff28ad0fff  com.apple.CoreMedia (1.0 - 2780.10.4.1.1) <237F9A0B-FE1F-3E4D-BE4D-8E27989EA845> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff28f6c000 -     0x7fff291a9fff  com.apple.ImageIO (3.3.0 - 2130.13.2) <5DAC976E-0B3E-3068-849D-E0DEF8C56666> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff291aa000 -     0x7fff29525fff  com.apple.CoreImage (16.3.0 - 1140.2) <3C2DE86C-89FA-3EC1-ACFE-6BE95F54B123> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
thewh1teagle commented 2 months ago

Hey! I think that your macOS version is too old. Can you update it?

Camillah commented 3 weeks ago

Same here, can't update to a newer version because I am using an older macbook. An extension with the AVFoundation framework would add support for older macOS versions.

thewh1teagle commented 3 weeks ago

Hey @Camillah

I think that I already link av foundation. what do you mean by av foundation extension?