Robotics StackExchange | Archived questions

[runtime_manager] gtk warning/critical messages

description when launched by roslaunch runtimemanager runtimemanager.launch, a lot of gtk warning/critical messages showed up:

(runtime_manager_dialog.py:7486): Gtk-WARNING **: 08:57:25.790: for_size smaller than min-size (0 < 3) while measuring gadget (node trough, owner GtkScale)

(runtime_manager_dialog.py:7486): Gtk-CRITICAL **: 08:57:25.790: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScale

(runtime_manager_dialog.py:7486): Gtk-WARNING **: 08:57:25.790: Negative content height -2 (allocation 0, extents 1x1) while allocating gadget (node trough, owner GtkScale)

(runtime_manager_dialog.py:7486): Gtk-WARNING **: 08:57:25.790: Negative content width -15 (allocation 1, extents 8x8) while allocating gadget (node entry, owner GtkEntry)

environment info

OS: ubuntu18.04
autoware: 1.12.0 and master
python-wxgtk: 3.0.2.0

Asked by hit_leon on 2019-07-28 20:07:44 UTC

Comments

The answer might be here: https://answers.ros.org/question/328788/gui-glitch-while-running-autoware/

Asked by ArdashirB on 2019-07-30 19:14:27 UTC

Thanks for your reply, @ArdashirB. But its not the same issue, after updated to the master version, there is no such 'glitch' error anymore, but these gtk warning and critical messages still exist.

Asked by hit_leon on 2019-08-01 06:11:54 UTC

Yes, you are right @hit_leon the gtk warning still exists.

Asked by Yash Sahu on 2021-07-06 13:33:33 UTC

Answers