Author Topic: Error messages on startup  (Read 5389 times)

php-coder

  • Guest
Error messages on startup
« on: January 02, 2006, 09:07:20 pm »
When i run CodeBcloks i see error window:

"No handler found for XML node 'object', class 'wxToolBarAddOn'!"

I press Ok.

Also after starting i see:

[skip]
ToolsManager initialized
Scanning for plugins in /usr/share/codeblocks/plugins...
*****
Plugins that failed to load: libprofiler.so
*****
Found 9 plugins: AStylePlugin ClassWizard CodeCompletion CodeStatistics Compiler DebuggerGDB DefaultMimeHandler PluginWizard ToDoList
[end]

Why he cannot load libprofiler.so ?
[c0der@mycomp ~]$ l /usr/share/codeblocks/plugins/libprofiler.so
-rw-r--r-- 1 root root 157K Янв  2 23:37 /usr/share/codeblocks/plugins/libprofiler.so

Thnx!
« Last Edit: January 02, 2006, 09:14:37 pm by php-coder »

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Error messages on startup
« Reply #1 on: January 02, 2006, 11:08:16 pm »
php-coder: What version of Codeblocks (and under what O/S) are you using? Is it one of the nightly builds? If so, what revision?

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Error messages on startup
« Reply #2 on: January 02, 2006, 11:27:59 pm »
If he posted in the Linux / Unix forum I'm pretty sure he's using either Linux, Unix or maybe a BSD, so he won't be using a nighthly build.

Now what really matters is the revision :)

php-coder

  • Guest
Re: Error messages on startup
« Reply #3 on: January 02, 2006, 11:32:28 pm »
What version of Codeblocks (and under what O/S) are you using?

I use C::B 1.0rc2 under ALT Linux Sisyphus (http://altlinux.com/)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Error messages on startup
« Reply #4 on: January 02, 2006, 11:41:38 pm »
If you use RC2, the plugins should be obsolete by now...

php-coder

  • Guest
Re: Error messages on startup
« Reply #5 on: January 02, 2006, 11:43:32 pm »
If you use RC2, the plugins should be obsolete by now...

Ok. I get svn version and try againt her. Thnx.