CodeLite crashed on Mac OS X.

CodeLite installation/troubleshooting forum
chris9870
CodeLite Curious
Posts: 4
Joined: Mon Feb 08, 2016 4:34 am
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite crashed on Mac OS X.

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashed on Mac OS X.

Post 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
Make sure you have read the HOW TO POST thread
chris9870
CodeLite Curious
Posts: 4
Joined: Mon Feb 08, 2016 4:34 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashed on Mac OS X.

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashed on Mac OS X.

Post 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
Make sure you have read the HOW TO POST thread
chris9870
CodeLite Curious
Posts: 4
Joined: Mon Feb 08, 2016 4:34 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashed on Mac OS X.

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashed on Mac OS X.

Post 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
Make sure you have read the HOW TO POST thread
chris9870
CodeLite Curious
Posts: 4
Joined: Mon Feb 08, 2016 4:34 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite crashed on Mac OS X.

Post by chris9870 »

Thank you so much.
Chris
Post Reply