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.
codelite: Fatal IO error 0 (Success) on X server :0.0.
- zaphod
- CodeLite Veteran
- Posts: 55
- Joined: Fri Sep 11, 2009 6:20 pm
- Contact:
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: codelite: Fatal IO error 0 (Success) on X server :0.0.
Hi,
Which platform, CodeLite version?
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
Which platform, CodeLite version?
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.This isn't really 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