Hi, 2009/10/24 pHilipp Zabel <[email protected]>: > > I still get the critical error message, though: > > ** (valac:1106): CRITICAL **: vala_data_type_get_value_owned: assertion `self > != NULL' failed > > Any idea where this is coming from? This means that an instance method is being called on a null variable. To find it, you can run valac in gdb with the environment variable G_DEBUG set to "fatal-criticals"
HTH, Abderrahim _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
