Author Topic: Can't execute CodeBlocks anymore on Linux - TinyXML error  (Read 5297 times)

Offline marstell

  • Single posting newcomer
  • *
  • Posts: 8
  • Software Developer
    • www.marcostella.net
Can't execute CodeBlocks anymore on Linux - TinyXML error
« 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?
Marco Stella, software developer
Visit www.marcostella.net
my personal site/blog about me, Linux, C++ and Qt4 programming..

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
« Reply #1 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

Offline marstell

  • Single posting newcomer
  • *
  • Posts: 8
  • Software Developer
    • www.marcostella.net
Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
« Reply #2 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...
Marco Stella, software developer
Visit www.marcostella.net
my personal site/blog about me, Linux, C++ and Qt4 programming..

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
« Reply #3 on: September 17, 2006, 08:41:32 pm »
~/.codeblocks/default.conf maybe?

Offline marstell

  • Single posting newcomer
  • *
  • Posts: 8
  • Software Developer
    • www.marcostella.net
Re: Can't execute CodeBlocks anymore on Linux - TinyXML error
« Reply #4 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!
Marco Stella, software developer
Visit www.marcostella.net
my personal site/blog about me, Linux, C++ and Qt4 programming..