On Thu, Apr 20, 2006 at 12:49:39PM +0200, Achim Mueller wrote: > Hi folks, > > on a kubuntu (5.10) I compiled gnubg, but there seems to be an issue > with the commandline features: > > [EMAIL PROTECTED] gnubg $ gnubg -t > GNU Backgammon 0.14.3-develCopyright 1999, 2000, 2001, 2002, 2003, > 2004 by Gary Wong.... > [snip] > > (No game) help > (No game) help set > (No game) save settings > > (process:17694): GLib-GObject-CRITICAL **: gtype.c:2254: > initialization assertion failed, use IA__g_type_init() prior to this > function > Speicherzugriffsfehler
save setting tries to access the (docked) panel settings. A short fix would be to skip that part, but that would mean that people would loose their settings in this area. The right way to do would be to either keep the settings as they have been loaded or to separate all the gui settings in their own file. Christian. _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
