Author Topic: Invalid Object handle while setting up toolbars - SE Beta v21.0.0.2 64 bit linux  (Read 2226 times)

marcos91360

  • Community Member
  • Posts: 10
  • Hero Points: 0
I'm getting the following error message:
Invalid object handle
file=debugpkg.ex offset=2101


Steps to reproduce it:
tools -> options -> Appearance -> Categories (right pane) -> Debug

Additional Info:
 Invalid object handle
debugpkg.ex 2101 _OnUpdate_debug_run_to_cursor(
   1:   ._typename()=CMDUI
   1:   .menu-handle=0
   1:   .menu-pos=(null)
   1:   .inMenuBar=(null)
   1:   .reserved=(null)
   1:   .button-wid=0
   2:   0
   3:   debug_run_to_cursor
   p_window_id: 504
   p_object: OI_IMAGE
   p_name:
menu.ex 8410 _OnUpdate(
   1:   ._typename()=CMDUI
   1:   .menu-handle=0
   1:   .menu-pos=(null)
   1:   .inMenuBar=(null)
   1:   .reserved=(null)
   1:   .button-wid=0
   2:   0
   3:   debug_run_to_cursor
   p_window_id: 504
   p_object: OI_IMAGE
   p_name:
tbcontrols.ex 788 tbcontrols:_tbPropsShowControls(9)   p_window_id: 504   p_object: OI_IMAGE   p_name:
tbcontrols.ex 1620 _tbPropsShowControlsForCategory(Debug)   p_window_id: 232   p_object: OI_LIST_BOX   p_name: ctlcatlist
tbprops.ex 7048 _toolbars_prop_form.ctlcatlist.on_change(10)   p_window_id: 232   p_object: OI_LIST_BOX   p_name: ctlcatlist

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Good catch.  This will be fixed in one of the next beta releases, hopefully the next one.

marcos91360

  • Community Member
  • Posts: 10
  • Hero Points: 0
Thanks Lee