carlosonunez / obs-installer-for-apple-silicon

Conveniently build and install OBS from source on your ultra-fast Apple M1 MacBook or Mac
206 stars 23 forks source link

Library missing on start of OBS #20

Closed chmuc01 closed 2 years ago

chmuc01 commented 2 years ago

The build process ran without any trouble. Copies the new OBS app from created obs-27.0.1-for-m1.dmg to the Applications. When I try to start it is fails with:

dyld Error Message: dyld: Using shared cache: 5F50D953-A228-3416-A982-9FDE102DB036 Library not loaded: /tmp/*/libavcodec.58.dylib Referenced from: /Volumes/VOLUME/OBS.app/Contents/Resources/bin/obs Reason: image not found

Any hints?

wvabrinskas commented 2 years ago

@chmuc01 how did you get passed this build error on an M1?

ld: symbol(s) not found for architecture arm64

chmuc01 commented 2 years ago

Hello William.

No I don't have time for digging into someone else build toolchain. I gave up and used a different build instruction.

Regards, Christian.

On Thu, Oct 7, 2021 at 5:49 PM William Vabrinskas @.***> wrote:

@chmuc01 https://github.com/chmuc01 how did you get passed this build error on an M1?

ld: symbol(s) not found for architecture arm64

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/carlosonunez/obs-installer-for-apple-silicon/issues/20#issuecomment-937921670, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACO2UEQBIWUQUD2BVW7W3CLUFW6P7ANCNFSM5E4S23IA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

carlosonunez commented 2 years ago

i’m sorry that you ran into trouble building OBS with my tool. can you send me a log of your build output? On Oct 8, 2021, 04:49 -0500, chmuc01 @.***>, wrote:

Hello William.

No I don't have time for digging into someone else build toolchain. I gave up and used a different build instruction.

Regards, Christian.

On Thu, Oct 7, 2021 at 5:49 PM William Vabrinskas @.***> wrote:

@chmuc01 https://github.com/chmuc01 how did you get passed this build error on an M1?

ld: symbol(s) not found for architecture arm64

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/carlosonunez/obs-installer-for-apple-silicon/issues/20#issuecomment-937921670, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACO2UEQBIWUQUD2BVW7W3CLUFW6P7ANCNFSM5E4S23IA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

carlosonunez commented 2 years ago

It appears that you are starting OBS from the /bin directory within the package. Do you get this error when you start it from /Applications/OBS.app/Contents/MacOS/OBS?

carlosonunez commented 2 years ago

Closing due to staleness; re-raise if you're still experiencing this issue