Page 1 of 1
					
				CodeLite Quits unexpectedly when opening a workspace
				Posted: Mon Jan 16, 2012 11:18 pm
				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
			 
			
					
				Re: CodeLite Quits unexpectedly when opening a workspace
				Posted: Wed Jan 18, 2012 11:05 am
				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