Page 1 of 1

codelite: Fatal IO error 0 (Success) on X server :0.0.

Posted: Wed Feb 05, 2014 2:38 am
by zaphod
I have been working for many weeks without any trouble and now when I launch codelite it exits as soon as it launches.

Launched from a terminal the message is: codelite: Fatal IO error 0 (Success) on X server :0.0.

I did a soft reboot but the problem persists. This isn't really a codelite problem but how do I reset the X-server? I'm about to try a cold reboot.

Re: codelite: Fatal IO error 0 (Success) on X server :0.0.

Posted: Wed Feb 05, 2014 1:26 pm
by DavidGH
Hi,

Which platform, CodeLite version?
This isn't really a codelite problem
From the error message, I suspect you're right. But what happens if you try to launch other programs? If all others succeed, maybe it is a CodeLite problem.

If that's the case, try temporarily renaming your CodeLite configuration dir (on Linux that's ~/.codelite). If CodeLite now runs, you have a corrupt configuration file somewhere there.
If it still doesn't, and this is a self-build, try a 'make clean' and rebuild.

Regards,

David