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
CodeLite crashed on Mac OS X.
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Feb 08, 2016 4:34 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite crashed on Mac OS X.
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
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
-
- 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.
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
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite crashed on Mac OS X.
Please try loading CodeLite from the command line:
Open a terminal, cd to CodeLite folder location and type:
Also: which version of OSX are you using?
You should be using OSX 10.10 or later
Eran
Open a terminal, cd to CodeLite folder location and type:
Code: Select all
open codelite.app
You should be using OSX 10.10 or later
Eran
Make sure you have read the HOW TO POST thread
-
- 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.
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite crashed on Mac OS X.
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
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
-
- 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.
Thank you so much.
Chris
Chris