Author Topic: The 01 March 2017 build (11021) is out.  (Read 52592 times)

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: The 01 March 2017 build (11021) is out.
« Reply #30 on: March 13, 2017, 11:19:50 pm »
It is a new warning in wx3 that asserts if the zip file doesn't contain any xrc files in it. For some of the plugins this is really the case.

You are right. There is a sanity check in wx code that prompts that dialog if xrc file is missing. However there is no way to stop this assert message.

For the time being we have to ignore this harmless message till a solution is found.

Is this the same message?  I get it in the "Code::Blocks" tab (did not see it until now). Linux Kubuntu 16.10

Scanning for plugins in /usr/lib/codeblocks/plugins
Manager failed to load XRC resource '/usr/share/codeblocks/ThreadSearch.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/headerfixup.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/wxSmithAui.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/CppCheck.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/EditorConfig.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/Cscope.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/Valgrind.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/DoxyBlocks.zip'.
Manager failed to load XRC resource '/usr/share/codeblocks/Cccc.zip'.
Tools Plus Plugin: Registering shell type Piped Process Control
Manager failed to load XRC resource '/usr/share/codeblocks/ToolsPlus.zip'.


The 'failed to load messages' are all in red. From the above discussion it looks like it can be ignored?



Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 01 March 2017 build (11021) is out.
« Reply #31 on: March 14, 2017, 12:55:28 am »
Yes, these are the messages. Just ignore them.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline exchg

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 01 March 2017 build (11021) is out.
« Reply #32 on: March 15, 2017, 09:09:28 pm »
Hi to all.

Since two last nightly build autoversioning plugin looks like broken. After restarting codeblocks it is reset all version data to zero.

Jaap

  • Guest
Re: The 01 March 2017 build (11021) is out.
« Reply #33 on: April 12, 2017, 05:17:11 pm »
Dear Developers,

In this nightly the source formatter seems broken.
It always raises a assertion failure.

Best regards,

Jaap

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: The 01 March 2017 build (11021) is out.
« Reply #34 on: April 12, 2017, 07:07:33 pm »
Jaap, this problem is corrected in SVN (r11039). You can compile from sources or wait for the next nightly.