I have a gtk#/glade# app that works fine on linux and not XP.  It was
working on XP, but something i changed this week broke it.  Both systems
are running mono 1.1.7/gtk-sharp 1.9.x.  It appears to be related to
signal stuff, maybe something that hasn't been implemented on windows
yet.  You can see my glade file here:

        http://ken.vandine.org/downloads/files/stars.glade



Here is the error:

(<unknown>:452): GLib-CRITICAL **: g_convert: assertion `str != NULL'
failed

Unhandled Exception: System.NullReferenceException: Object reference not
set to an instance of an object
in <0x00000> <unknown method>
in (wrapper managed-to-native)
SignalConnector:glade_xml_signal_autoconnect_full
(intptr,Glade.XML/SignalConnector/RawXM
LConnectFunc,intptr)
in <0x00056> Glade.XML+SignalConnector:Autoconnect ()
in <0x00045> Glade.XML:Autoconnect (System.Object handler)
in <0x0003e> Stars.MainWindow:Run ()
in <0x00026> Stars.MainClass:Main (System.String[] args)


Any help is appreciated.

Thanks,
--Ken
_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to