Crossfire GTK-V2 1.12 Client Unable to find styles

Technical and coding related questions.

Moderator: Board moderators

Post Reply
Flank
Newbie
Posts: 4
Joined: Tue Dec 18, 2007 4:34 pm

Crossfire GTK-V2 1.12 Client Unable to find styles

Post by Flank »

When the client is started:

Code: Select all

[  INFO  ] (Client Version) GTK V2 Unix Client 2.0.dev-r12190M
[  INFO  ] (common::raiseChild) Raising /usr/local/bin/cfsndserv with flags 7

(crossfire-client-gtk2:3442): libglade-WARNING **: Unexpected element <requires-version> inside <glade-interface>.

(crossfire-client-gtk2:3442): libglade-WARNING **: Unexpected element <requires-version> inside <glade-interface>.
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_magical
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_cursed
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_unpaid
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_locked
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_applied
[  INFO  ] (info.c::info_get_styles) Unable to find base style info_default - will not process most info tag styles!
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_gradual_bar_super'
[  INFO  ] (gtk::init_cache_data) Init Cache
For the stats.c, the problem appears to be located at stats.c:153

Code: Select all

 tmp_style = gtk_rc_get_style_by_paths(gtk_settings_get_default(), NULL, buf, G_TYPE_NONE);
I compiled with all the required libraries except for liblua on Ubuntu 9.04.

Update:
I have the same problem with the released 1.12 gtk-v2 client

Code: Select all

[  INFO  ] (Client Version) GTK V2 Unix Client 1.12.0
[  INFO  ] (common::raiseChild) Raising /usr/local/bin/cfsndserv with flags 7

(crossfire-client-gtk2:7613): libglade-WARNING **: Unexpected element <requires-version> inside <glade-interface>.
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_magical
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_cursed
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_unpaid
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_locked
[  INFO  ] (inventory.c::inventory_get_styles) Unable to find style for inv_applied
[  INFO  ] (info.c::info_get_styles) Unable to find base style info_default - will not process most info tag styles!
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'hp_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'sp_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'grace_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'food_gradual_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_bar_super'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_gradual_bar_normal'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_gradual_bar_low'
[  INFO  ] (stats.c::stats_get_styles()) Unable to find style 'exp_gradual_bar_super'
[  INFO  ] (gtk::init_cache_data) Init Cache

(crossfire-client-gtk2:7613): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(crossfire-client-gtk2:7613): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
Any solutions? I don't wish to use 1.10
Post Reply