Author Topic: ** (codeblocks:5705): CRITICAL **: murrine_style_draw_flat_box: assertion 'width  (Read 4303 times)

Offline erwincoumans

  • Single posting newcomer
  • *
  • Posts: 9
Sometimes codeblocks freezes with a message in the console:

** (codeblocks:5705): CRITICAL **: murrine_style_draw_flat_box: assertion 'width >= -1' failed

This happens with Codeblocks 12.10 and 13.10. Any idea?

(oh, and the Berlios link in 'report your bugs' is broken in the first topic:
http://forums.codeblocks.org/index.php/topic,1427.0.html) it would be good to replace it with http://sourceforge.net/p/codeblocks/tickets/
« Last Edit: August 15, 2014, 05:41:34 pm by erwincoumans »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
It is likely that the Operating system information will be needed?
wxWidgets version information?

Edit: http://thehacklist.blogspot.com/2010/06/resolving-murrinestyledrawbox-assertion.html

Tim S.
« Last Edit: August 15, 2014, 07:32:18 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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
It's linux and as far as I know the freezing is not directly related to the message, but to a call to wxExecute of cc-plugin.
Nevertheless the message is related to the wxExecute-call and most likely a wxWidgets issue (the message, not the freezing).

We had a discussion about this freeze some time ago.

Offline erwincoumans

  • Single posting newcomer
  • *
  • Posts: 9
ah, so disabling the Code Completion plugin will fix/workaround the freeze? I'll try that.

It is Ubuntu 13/14.04 indeed.

By the way, can some admin please fix the URL in this forum as I mentioned in the first posting?