Project

General

Profile

Bug #2188

Updated by Marko Lindqvist about 2 hours ago

Running custom ruleset and tileset I get a lot of "assertion 'G_IS_OBJECT (object)' failed". 
 Debugger points to g_object_unref(pix) g_object_unref(pic) at city_dialog_update_building(). 

 It's quite possible that the tileset does not provide graphics for all the buildings in the ruleset, and gtk4-client does not like it.

Back