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

General questions regarding the usage of CodeLite
User avatar
zaphod
CodeLite Veteran
Posts: 55
Joined: Fri Sep 11, 2009 6:20 pm
Contact:

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

Post 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.
DavidGH
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.

Post 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
Post Reply