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

keybinder plugin crash

Started by jarro_2783, June 05, 2008, 03:40:25 AM

Previous topic - Next topic

jarro_2783

I've got codeblocks installed on my uni account, and when other people try and use it they get a crash in the keybinder plugin when they exit. It works fine for me but not for anyone else. I'm pretty sure my permissions are set correctly.

This is the error everyone gets:


KeyBinder failed UpdateById on[643][_Clear history]

Deinitializing plugins...



** (codeblocks:3916): CRITICAL **: clearlooks_style_draw_flat_box: assertion `width >= -1' failed


Does anyone have any ideas about this?

Pecan

#1
Quote from: jarro_2783 on June 05, 2008, 03:40:25 AM
KeyBinder failed UpdateById on[643][_Clear history]
This is not the cause of the crash. This message simply means that keybinder cannot find menu id 643. You will lose the key binding for "Clear History" menu item.

Quote from: jarro_2783 on June 05, 2008, 03:40:25 AM
** (codeblocks:3916): CRITICAL **: clearlooks_style_draw_flat_box: assertion `width >= -1' failed

This may be causing the crash. Try google.


jarro_2783

That just looks like someone has done something wrong in wxwidgets which brings me back to the keybinder plugin.
The reason I know it's the keybinder plugin is because I removed the keybinder plugin and the problem went away. (I probably should have said that before).

Pecan

There doesn't appear to be enough info to trouble shoot this.

jarro_2783

How can I help then? What information would you like me to supply so that you can try and track it down? Would a backtrace help?

Pecan

Quote from: jarro_2783 on June 06, 2008, 03:19:59 AM
Would a backtrace help?

Absolutely!

Also, what OS, What version of CB?
How do you reproduce the problem?

jarro_2783

I can't reproduce it on my home computer, and I don't have access to the uni computers for a while, so I'll bring this back up as soon as I can get it to happen again, if I can get it to happen again.