Code::Blocks Forums

User forums => Help => Topic started by: erwincoumans on August 15, 2014, 05:30:22 pm

Title: ** (codeblocks:5705): CRITICAL **: murrine_style_draw_flat_box: assertion 'width
Post by: erwincoumans on August 15, 2014, 05:30:22 pm
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/
Title: Re: ** (codeblocks:5705): CRITICAL **: murrine_style_draw_flat_box: assertion 'width
Post by: stahta01 on August 15, 2014, 06:05:40 pm
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 (http://thehacklist.blogspot.com/2010/06/resolving-murrinestyledrawbox-assertion.html)

Tim S.
Title: Re: ** (codeblocks:5705): CRITICAL **: murrine_style_draw_flat_box: assertion 'width
Post by: Jenna on August 15, 2014, 07:45:51 pm
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.
Title: Re: ** (codeblocks:5705): CRITICAL **: murrine_style_draw_flat_box: assertion 'width
Post by: erwincoumans on August 15, 2014, 08:01:30 pm
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?