[Glade-users] Glade errors while executing
Juan Pablo Ugarte
juanpablougarte at gmail.com
Tue Jan 17 14:33:46 UTC 2017
On Tue, 2017-01-17 at 14:02 +0100, Sascha Manns wrote:
> Hello list,
> I'm using Glade to design the GUI of a new program. But after
> compiling and debug-run i'm getting:
> /usr/bin/mono --debug --debugger-
> agent=transport=dt_socket,server=y,address=127.0.0.1:55555,setpgid=y
> /home/sascha/RiderProjects/PublicanCreators/PublicanCreators/bin/Debu
> g/PublicanCreators.exe
> Gtk-Message: (for origin information, set GTK_DEBUG): failed to
> retrieve property `gtk-primary-button-warps-slider' of type
> `gboolean' from rc file value "((GString*) 0x20b82e0)" of type
> `gboolean'
>
> (PublicanCreators:7404): libglade-WARNING **: Expected <glade-
> interface>. Got <interface>.
>
> (PublicanCreators:7404): libglade-WARNING **: did not finish in
> PARSER_FINISH state
>
> (PublicanCreators:7404): libglade-CRITICAL **: glade_xml_get_widget:
> assertion 'self != NULL' failed
>
> (PublicanCreators:7404): libglade-CRITICAL **: glade_xml_get_widget:
> assertion 'self != NULL' failed
>
> (PublicanCreators:7404): libglade-CRITICAL **: glade_xml_get_widget:
> assertion 'self != NULL' failed
>
> (PublicanCreators:7404): libglade-CRITICAL **: glade_xml_get_widget:
> assertion 'self != NULL' failed
>
> (PublicanCreators:7404): libglade-CRITICAL **:
> glade_xml_signal_autoconnect_full: assertion 'self != NULL' failed
>
> The current GUI stuff is placed there: https://github.com/saigkill/Pu
> blicanCreators/tree/master/PublicanCreators
>
> Can anyone help me to get the GUI running, please?
Hello Sascha, you are trying to load a GtkBuilder format UI description
with the old libglade library, which was used to load gtk interfaces
before GtkBuilder was introduced in gtk, so drop libglade and use
GtkBuilder instead
cheers
JP
More information about the Glade-users
mailing list