Hi Kevin, Thanks for testing Hop 2.0 and joining the community!
These warnings are related to SWT, the library we use for Hop Gui, in combination with the various GTK versions on Linux. There's no security risk, this is a warning about how the scrollbars in the UI are painted. Afaik there are no patches available at this moment. We're constantly upgrading the SWT libraries and keep working on improving the user interface, so hopefully, these warnings will disappear in a future release. In the meantime, Hop Gui should start up and function correctly. Let us know if that is not the case. Regards, Bart On Wed, Jun 15, 2022 at 7:59 AM Kevin L Kitts <[email protected]> wrote: > Hello, > > > > I’ve installed hop 2.0 on AWS Linux 2 (along with Java 11) and things are > basically working. I’ve successfully connected to a postgres database and > the program seems to run. > > > > However, I do get some warning messages when starting the gui version of > the program (see below). > > > > Are these warning messages something to be worried about and what can I do > to patch/update my system to address them? > > > > TIA! > > > > SWT:18763): Gtk-CRITICAL **: 05:51:25.450: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.460: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.463: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.508: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.508: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.514: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.517: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.523: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.523: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > > > (SWT:18763): Gtk-CRITICAL **: 05:51:25.530: gtk_box_gadget_distribute: > assertion 'size >= 0' failed in GtkScrollbar > > 2022/06/15 05:51:25 - Hop - Projects enabled > > 2022/06/15 05:51:25 - Hop - Enabling project : 'default' >
