Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Force Quits on Mac Monterey (both intel + m1) #1

Closed
voltaireodactyl opened this issue Mar 6, 2023 · 3 comments
Closed

Bug: Force Quits on Mac Monterey (both intel + m1) #1

voltaireodactyl opened this issue Mar 6, 2023 · 3 comments

Comments

@voltaireodactyl
Copy link

voltaireodactyl commented Mar 6, 2023

Thank you for this beautiful and specific software -- this kind of high quality niche-scratcher is the stuff that makes software worthwhile in my opinion :)

One issue -- the current version doesn't seem to open on Mac (Monterey, 12.6), either Intel or M1 models. Let me know what further information would be helpful -- I've included what appears to be the relevant info from the crash report below:


Time Awake Since Boot: 350000 seconds

System Integrity Protection: enabled

Crashed Thread:        0

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

Termination Reason:    Namespace DYLD, Code 1 Library missing
Library not loaded: '/usr/local/opt/gtk+3/lib/libgdk-3.0.dylib'
Referenced from: '/Applications/cbxv.app/Contents/MacOS/cbxv'
Reason: tried: '/usr/local/opt/gtk+3/lib/libgdk-3.0.dylib' (no such file), '' (no such file), '' (no such file)
(terminated at launch; ignore backtrace)
@mftb0
Copy link
Owner

mftb0 commented Mar 8, 2023

Thank you for this beautiful and specific software -- this kind of high quality niche-scratcher is the stuff that makes software worthwhile in my opinion :)

One issue -- the current version doesn't seem to open on Mac (Monterey, 12.6), either Intel or M1 models. Let me know what further information would be helpful -- I've included what appears to be the relevant info from the crash report below:


Time Awake Since Boot: 350000 seconds

System Integrity Protection: enabled

Crashed Thread:        0

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

Termination Reason:    Namespace DYLD, Code 1 Library missing
Library not loaded: '/usr/local/opt/gtk+3/lib/libgdk-3.0.dylib'
Referenced from: '/Applications/cbxv.app/Contents/MacOS/cbxv'
Reason: tried: '/usr/local/opt/gtk+3/lib/libgdk-3.0.dylib' (no such file), '' (no such file), '' (no such file)
(terminated at launch; ignore backtrace)

Thank you for the kind words and the detailed report. On the Intel Mac, if you use HomeBrew I think this issue could be fixed by running:

brew install pkg-config gtk+3 adwaita-icon-theme

If this works for you I might just update the docs. I actually use and like HomeBrew myself. A similar procedure might work on the M, but I don't have a way to test at the moment.

@voltaireodactyl
Copy link
Author

That was it! Appears to have worked on both the Intel and M1 Macs I posses. Thank you thank you!

@mftb0
Copy link
Owner

mftb0 commented Mar 15, 2023

Awesome. Thanks for the feedback. I did indeed update the docs, so this is now the supported procedure on Mac.

@mftb0 mftb0 closed this as completed Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants