kodaligopi547 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Linux version under Ubuntu 7.10 generates GTK errors #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Linux version of DroidDraw
2. Start DroidDraw from the command line, either using the supplied
droiddraw.sh or by issuing the command java -jar droiddraw.jar
3.

What is the expected output? What do you see instead?

The program seems to run (though I haven't tried it much yet), but the
following error messages are produces on stdout (or stderr):

(<unknown>:5573): Gtk-WARNING **: Attempting to add a widget with type
GtkButton to a GtkComboBoxEntry (need an instance of GtkEntry or of a subclass)

(<unknown>:5573): Gtk-CRITICAL **: gtk_widget_realize: assertion
`GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(<unknown>:5573): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth
== gdk_drawable_get_depth (window)' failed

(<unknown>:5573): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth
== gdk_drawable_get_depth (window)' failed

What version of the product are you using? On what operating system?
droiddraw for Linux r1b8

Ubuntu 7.10 Gutsy Gibbon

Please provide any additional information below.

Original issue reported on code.google.com by wwalke...@gmail.com on 20 Mar 2008 at 11:27

GoogleCodeExporter commented 9 years ago
This is a problem with GTK and Java on Linux, it isn't caused by DroidDraw.

see:
http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=528df711cd142d8fa54c77581
b9e?bug_id=6624717

Original comment by brendan....@gmail.com on 22 Mar 2008 at 2:20