CodeLite Quits unexpectedly when opening a workspace

CodeLite installation/troubleshooting forum
firefly431
CodeLite Curious
Posts: 1
Joined: Mon Jan 16, 2012 11:12 pm
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite Quits unexpectedly when opening a workspace

Post by firefly431 »

I have just downloaded CodeLite, and after creating a workspace, it quit. Then I tried to open it, and it quit. Finally, I made a project, and it quit again. (Mac OS X 10.6 Snow Leopard) It quits with an Abort Trap. On GDB it's EXC_BAD_ACCESS. Sorry if I'm not of much help. Codelite 3.5.5376
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite Quits unexpectedly when opening a workspace

Post by eranif »

If its a fresh install (i.e. first time installing codelite) - then you are out of luck, since I only have MacOSX 10.5.8 - which codelite works perfectly on it, so you will need to wait for someone with a more recent of MacOX to help you out.

However, If its an upgrade from a previous version of codelite, you could try deleting codelite user's preferences directory:

Code: Select all

/Users/<YOUR-USER-NAME>/Library/Application\ Support/codelite/
and start codelite again
Eran
Make sure you have read the HOW TO POST thread
Post Reply