Page 1 of 1

CodeLite crashed on Mac OS X.

Posted: Mon Feb 08, 2016 4:43 am
by chris9870
Hi Guys,

I use Mac OS X Elcapitan and get crashed whenever executing CodeLite Mac version.
It happened the same thing with the previous mac os version.
Is there any clue to solve this issue? Windows version doesn't have any issues.

Thank you in advance.
Chris

Re: CodeLite crashed on Mac OS X.

Posted: Mon Feb 08, 2016 9:34 am
by eranif
It does not seem to crash here on OSX 10.10
When any app crashes on OSX, you get the 'report to apple' dialog with details of the crash, can you paste here the output of the crash?

Eran

Re: CodeLite crashed on Mac OS X.

Posted: Tue Feb 09, 2016 8:30 pm
by chris9870
Thank you for reply.
Here is the capture image I took just before.
I don't know what to do.

Thank you so much.
Chris

Re: CodeLite crashed on Mac OS X.

Posted: Thu Feb 11, 2016 12:28 am
by eranif
Please try loading CodeLite from the command line:
Open a terminal, cd to CodeLite folder location and type:

Code: Select all

open codelite.app
Also: which version of OSX are you using?
You should be using OSX 10.10 or later
Eran

Re: CodeLite crashed on Mac OS X.

Posted: Thu Feb 11, 2016 9:42 am
by chris9870
Hi

I received "LSOpenURLsWithRole() failed with error -10810 for the file /Users/Chris/Desktop/codelite.app." from the console.
My OS X version is 10.11.3 on MacBook Air(early 2015)

Thank you so much.
Chris

Re: CodeLite crashed on Mac OS X.

Posted: Thu Feb 11, 2016 11:17 am
by eranif
According to google this seems like a permission issue
I downloaded CodeLite for OSX from the website and it launches without a problem (I downloaded both v9.1.1 and v9.1.0)

Googling this error, I found this link:
http://apple.stackexchange.com/question ... x-yosemite

I am using OSX 10.10

Eran

Re: CodeLite crashed on Mac OS X.

Posted: Fri Feb 12, 2016 1:46 pm
by chris9870
Thank you so much.
Chris