GNOME Bugzilla – Bug 708073
Crash if "number of pre-filled rows" is set to 19 (the maximum)
Last modified: 2013-09-15 14:13:28 UTC
Created attachment 254923 [details] backtrace Quadrapassel crashes immediately upon starting a new game if the number of pre-filled rows is set to 19. ** (quadrapassel:5207): CRITICAL **: game_get_height: assertion `self != NULL' failed I have to go into dconf editor to be able to play again. I think the easiest thing to do would be to just set a more reasonable maximum here (15?).
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. -------------- As suggested, the maximum number of pre-filled lines has been set to a magical 15 which fixes the issue. This works fine as long as the game height can not be set by the user (it is 20 right now).