Author Topic: keybinder plugin crash  (Read 4620 times)

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
keybinder plugin crash
« on: June 05, 2008, 03:40:25 am »
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:

Code
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?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2784
Re: keybinder plugin crash
« Reply #1 on: June 05, 2008, 05:51:23 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.

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

This may be causing the crash. Try google.

« Last Edit: June 05, 2008, 05:54:43 am by Pecan »

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: keybinder plugin crash
« Reply #2 on: June 05, 2008, 06:50:23 am »
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).

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2784
Re: keybinder plugin crash
« Reply #3 on: June 05, 2008, 08:13:23 pm »
There doesn't appear to be enough info to trouble shoot this.

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: keybinder plugin crash
« Reply #4 on: June 06, 2008, 03:19:59 am »
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?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2784
Re: keybinder plugin crash
« Reply #5 on: June 06, 2008, 05:40:50 am »
Would a backtrace help?

Absolutely!

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

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
Re: keybinder plugin crash
« Reply #6 on: June 07, 2008, 01:18:19 am »
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.