Author Topic: Plugin installed when "One or more plugins were not installed..." is displayed  (Read 5284 times)

Offline Super_Stinger

  • Multiple posting newcomer
  • *
  • Posts: 10
Hi all. I've started experimenting with the development of plugins for codeblocks. It displays the message "One or more plugins were not installed successfully" dialog box whenever I reload my plugin, showing the .cbplugin path.

However, when I test the plugin, the new features are displayed successfully and it seems to run smoothly ( Just a few log manager functions ).

Do I have to possibly perform any action to remove the dialog box or just go along with it?

A few notes:
I'm running Windows 7 x64, Code::Blocks 13.12, compiled from source.
I had a few issues with compiling wxwidgets and codeblocks from source, thus it became a large mess before arriving with the full IDE showing on my screen. Maybe a fresh restart and compilation may help?

Many Thanks,
Super_Stinger

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
I posted a patch for this bug in one of the last two releases.
I think it was 13.12 but, it might have been 12.??

Edit: Link to patch http://forums.codeblocks.org/index.php/topic,18938.msg129765.html#msg129765

Tim S.

« Last Edit: May 28, 2015, 01:41:13 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Super_Stinger

  • Multiple posting newcomer
  • *
  • Posts: 10
Awesome! If this doesn't work, I don't know what will.

Many Thanks,
Super_Stinger