Code::Blocks Forums

User forums => Help => Topic started by: marstell on September 17, 2006, 06:13:36 pm

Title: Can't execute CodeBlocks anymore on Linux - TinyXML error
Post by: marstell on September 17, 2006, 06:13:36 pm
Hello.
I have been using svn version with no problems until one or two weeks ago, when I obtained a TinyXML error while running the program.

Quote
marco@PortatileLinux:~/cb/trunk/src/devel> ./codeblocks
Exception: An exception has been raised!

The application encountered an error at sdk/configmanager.cpp, on line 130.
The error message is:

TinyXML error:
Error reading Attributes.

From then , I tried new revisions, rolled back to older ones, but nothing. Now I'm trying with rev 2910 and 2914 (which I remember working well), but no way. I tried to delete the trunk directory and download it again. Nothing.
I can only run RC2 version, installed from RPM.

I need to solve this. Now I can only work with the RC2 version, which is much more unstable...
Any idea?
Title: Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
Post by: eranif on September 17, 2006, 06:36:31 pm
Hi,

I am not an expert in C::B, but this error sound like problem with one of your cofiguration files? ("Reading attribute") - do you have any xml configuration files?

Eran
Title: Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
Post by: marstell on September 17, 2006, 06:40:45 pm
I also think so, but I really don't know what file it is referring to...
Having removed all the trunk directory I thought to have deleted any eventually broken config file....

I really don't know...
Title: Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
Post by: Ceniza on September 17, 2006, 08:41:32 pm
~/.codeblocks/default.conf maybe?
Title: Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
Post by: marstell on September 17, 2006, 09:45:32 pm
Quote
~/.codeblocks/default.conf maybe?

Yes!! I deleted the entire directory and now it works!

Thanks a lot!