Как гласит заголовок, я пытаюсь запустить SimpleExample, как показано в руководстве по установке IntelliJ.
При запуске кода появляется окно, но в терминале появляются следующие ошибки инет ответа при нажатии кнопки «воспроизведение».
(RinSim:23720): Gtk-CRITICAL **: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca23460 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca235c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca23880 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkBox 0x7f00fca239e0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca23460 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca235c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca23460 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca235c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca23460 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to SwtFixed 0x7f00fca235c0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(RinSim:23720): Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x7f00fca2a760 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Любая помощь приветствуется,
Роберт