[Gtk-sharp-list] GTK CRITICAL error message
Michael Hutchinson
m.j.hutchinson at gmail.com
Fri Apr 4 13:35:49 EDT 2008
On Fri, Apr 4, 2008 at 3:27 AM, lordphoenix <lordphoenix at free.fr> wrote:
> Hi all,
> When running my GTK# application I have often this error message
> "(Biblix:17019): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text !=
> NULL' failed"
> It doesn't prevent my application to be executed but I would like to
> prevent this error.
>
> Does someone get an idea about what I can do?
Something's trying to assign null to a GTK# property. You can track it
down with a GLib log handler -- take a look at
http://anonsvn.mono-project.com/viewcvs/trunk/monodevelop/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/GLibLogging.cs?view=markup
for an example.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Gtk-sharp-list
mailing list