Author Topic: errors on installation  (Read 4479 times)

konn

  • Guest
errors on installation
« on: June 22, 2007, 06:09:00 pm »
Launching Code::Blocks gives following log message:

Manager initialized
Scanning for lexers in C:\Documents and Settings\konn\Application Data\codeblocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in H:\CodeBlocks/share/codeblocks/lexers/...
Found 29 lexers
Configured 0 tools
Scanning for plugins in C:\Documents and Settings\konn\Application Data\codeblocks/share/codeblocks/plugins...
Found 0 plugins
Scanning for plugins in H:\CodeBlocks/share/codeblocks/plugins...
ERROR: Plugin resource not found: compilergcc.zip
ERROR: Plugin resource not found: debuggergdb.zip
ERROR: Plugin resource not found: pluginwizard.zip
ERROR: Plugin resource not found: cbprofiler.zip
Found 27 plugins
Loading: AStylePlugin Autosave BYOGames CB_Koders ClassWizard CodeCompletion CodeSnippets CodeStat Compiler copystrings Debugger FilesExtensionHandler DevPakUpdater cbDragScroll EnvVars Exporter HelpPlugin cbKeyBinder lib_finder Profiler RegExTestbed ScriptedWizard SymTab ToDoList wxSmith wxSmithMime wxSmithContribItems WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu 'Settings/-Edit startup script'

I don't understand why resource is not found...

Offline dje

  • Lives here!
  • ****
  • Posts: 682
Re: errors on installation
« Reply #1 on: June 22, 2007, 06:17:39 pm »
Hi !

Did you try a path without spaces ?

Dje

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: errors on installation
« Reply #2 on: June 22, 2007, 06:38:31 pm »
Go to CodeBlocks/share/codeblocks/plugins and delete:
compilergcc.dll
debugergdb.dll
pluginwizard.dll
cbprofiler.dll

Those plugins changed their names a while ago, but they're still being provided (with the new names) so it's safe and wise to delete the old ones.

You surely installed a new Nightly over an old one and that's why those errors arose.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: errors on installation
« Reply #3 on: June 22, 2007, 09:20:22 pm »
You surely installed a new Nightly over an old one and that's why those errors arose.
In addition: If anybody does so, don't come and bark at us. If you don't know better please (!) delete the C::B folder before *any* update. This will ensure you never run into trouble like that and is simply the *right* way to do. Nobody of you would just "over copy" MS Office or similar and expect it'll be working,
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ