[Pkg-games-ubuntu] [Bug 1659828] Re: Crash on promoting to queen fairymax engine

angem1 angem1 at gmail.com
Thu Feb 16 14:02:17 UTC 2017


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



More information about the Pkg-games-ubuntu mailing list