codelite quit unexpectedly

CodeLite installation/troubleshooting forum
mrababah
CodeLite Curious
Posts: 7
Joined: Mon Nov 28, 2022 6:26 pm
Genuine User: Yes
IDE Question: C++
Contact:

codelite quit unexpectedly

Post by mrababah »

I have downloaded Codelite 16.1 and followed all the instructiuons as per the codelite.org . However I receive this message when trying to open it. codelite quit unexpectedly.
I am using MacOS Ventura 13.0.1

I have tried to delete and reinstall, but didn't help.

any ideas?

Thank you

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite quit unexpectedly

Post by eranif »

I suspect you are experiencing the same error as the other guy on the forum reported: missing dylib.
FYI: we do build CodeLite on macOS Monterey and not macOS 13.X - this might explain the error you are getting

As with the other guy: can you file a bug report?

Make sure you have read the HOW TO POST thread
mrababah
CodeLite Curious
Posts: 7
Joined: Mon Nov 28, 2022 6:26 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite quit unexpectedly

Post by mrababah »

Yes, I believe it is the same problem. I am copying the error here:

/Applications/codelite.app/Contents/MacOS/codelite-terminal.app/Contents/MacOS/codelite-terminal ; exit;
mohammad@mohammads-macbook-air ~ % /Applications/codelite.app/Contents/MacOS/codelite-terminal.app/Contents/MacOS/codelite-terminal ; exit;
dyld[30169]: Library not loaded: /opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib
Referenced from: <6AB17E22-F9CD-3741-B50A-08185674310B> /Applications/codelite.app/Contents/MacOS/codelite-terminal.app/Contents/MacOS/libwx_osx_cocoau-3.2.0.1.0.dylib
Reason: tried: '/opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib' (no such file), '/opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib' (no such file), '/usr/local/lib/libpcre2-32.0.dylib' (no such file), '/usr/lib/libpcre2-32.0.dylib' (no such file, not in dyld cache)
zsh: abort

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

I have also got another error when I installed codelite , when using the common

brew unlink libssh

, I have got this

No such keg: /opt/homebrew/Cellar/libssh

. but regardless, the codelite was installed.

Last edited by mrababah on Wed Nov 30, 2022 2:18 pm, edited 1 time in total.
mrababah
CodeLite Curious
Posts: 7
Joined: Mon Nov 28, 2022 6:26 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite quit unexpectedly

Post by mrababah »

is there a way to file the bug elsewhere? also, are you planing to make it work on macOS 13.? our is there another way to resolve this?
Thanks

DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: codelite quit unexpectedly

Post by DavidGH »

is there a way to file the bug elsewhere?

Yes. See here.

mrababah
CodeLite Curious
Posts: 7
Joined: Mon Nov 28, 2022 6:26 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite quit unexpectedly

Post by mrababah »

Thanks! I have filed a bug.

Post Reply