Found a fix : vala's enum type should not be nullable (with the ? suffix) in this case the problem is in the enum: PieceType
just change the relevant declarations in * gnome-chess.vala * chess-scene.vala from PieceType? to PieceType, and add a NULL member to this enum instead using the null keyword. -- You received this bug notification because you are a member of Debian/Ubuntu Games Team, which is subscribed to gnome-chess in Ubuntu. https://bugs.launchpad.net/bugs/1659828 Title: Crash on promoting to queen fairymax engine Status in gnome-chess package in Ubuntu: New Bug description: Ubuntu Yakkety To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-chess/+bug/1659828/+subscriptions _______________________________________________ Pkg-games-ubuntu mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-ubuntu
