console says weird things to me :(
Posted: Fri Jun 13, 2008 11:40 pm
Okay I installed PB on Ubuntu and I got the gtk+, sdl packages and some others that looked important with Synaptic. I thought I could leave the movie playing packages or whatever until later. The GUI examples seem to be working okay. But I wrote this console application:
When I run it it outputs:
(purebasic:12602): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
(purebasic:12602): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `width >= -1' failed
(purebasic:12602): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
(purebasic:12602): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `width >= -1' failed
Hiya!
(purebasic:12602): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `width >= -1' failed
***
This is somewhat annoying. Any ideas what's wrong? Thanks
Code: Select all
OpenConsole()
Print("Hiya!")
Input()
End
(purebasic:12602): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
(purebasic:12602): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `width >= -1' failed
(purebasic:12602): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
(purebasic:12602): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `width >= -1' failed
Hiya!
(purebasic:12602): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `width >= -1' failed
***
This is somewhat annoying. Any ideas what's wrong? Thanks