[Glade-users] Glade errors while executing
- From: juanpablougarte at gmail.com (Juan Pablo Ugarte)
- Subject: [Glade-users] Glade errors while executing
- Date: Tue, 17 Jan 2017 11:33:46 -0300
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
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]