News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Plugins not loaded

Started by malloc, January 10, 2008, 04:49:04 PM

Previous topic - Next topic

malloc

Hello

I just downloaded the last IDE Code: Blocks (Nightly) with all dll. But when I run the Code: Blocks I get a window yellow which reads:

"One or more plugins were not loaded.
This usually happens when a plugin is buit for a different version fo the codeBlocks SDK.
Check the application log for more info.

List of failed plugins:
ClearCase.dll"


And I do not know how to solve it. Someone knows? :shock:

Thanks

stahta01

#1
Rebuild the plugin for the newer SDK version.

I just looked in the past forums, and it looks like support for the plugin was dropped the suggest solution was to delete the dll.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

malloc

And what is the way to do it? :shock:

   
Greetings

stahta01

I just looked in the past forums, and it looks like support for the plugin was dropped the suggest solution was to delete the dll.

Tim S

Quote from: killerbot on November 18, 2007, 08:13:36 PM
Quote from: skwee on November 18, 2007, 01:05:27 AM
Well Im not sure is a problem of the current build but when I load Code::Blocks i get error:
Quote
One or more plugin where not loaded.
This usually happen when a plugin is built for a different version
of the Code::Block SDK. Check the application log for more info.

List of failed plugins:
ClearCase.dll

And another question:
Where I find application log? ><

Thanks.

go into the codeblocks\share dir and hunt for that clearcase.zip or clearcase.dll and delete it. No ide how that one slipped through again, unless it's a left over from on old nightly where it sneaked in.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

dje

Hi !

Quote from: stahta01 on January 10, 2008, 05:06:19 PM
I just looked in the past forums, and it looks like support for the plugin was dropped the suggest solution was to delete the dll.

I spoke about ClearCase plugin with Lieven and it seems you're not right...
The last problem was new logging system.

Dje

killerbot

the plug-in still works here on my PC's, but it is not port of the nightlies, some day it must have slipped in. Officially it should not be there. So the official advice : clean it up as described above and if you want to use it contact me.

malloc

#6
Thanks for the answers.

I joined C:\codeblocks\share\
And removed the compressed file ClearCase.zip

Then we run the Code: Blocks and no more left that message.

Now ask:
I must also eliminate file ClearCase.dll which is at C:\codeblocks\share\pluings?


Again, thank you and sorry if my English is bad :D

JGM