sugarlabs / memorize-activity

A memory game, not only to play but also to create you own games, for the Sugar learning environment
GNU General Public License v2.0
1 stars 15 forks source link

Gtk-CRITICAL : gtk_table_resize: assertion 'n_rows > 0 && n_rows <= 65535' failed #34

Closed marsian83 closed 10 months ago

marsian83 commented 1 year ago

Steps to reproduce

  1. Launch the memorize activity
  2. open the edit game option from the toolbar
  3. Click on clear all tiles
  4. Go back by pressing the Play game button
  5. notice the screen is blank and close the activity to see the error (in console or in logger)

The issue

The above steps give rise to the following errors

(sugar-activity3:22619): Gtk-CRITICAL **: 06:52:10.239: gtk_table_resize: assertion 'n_rows > 0 && n_rows <= 65535' failed 
(sugar-activity3:22619): Gtk-CRITICAL *: 06:52:10.239: gtk_widget_set_size_request: assertion 'height >= -1' failed 
(sugar-activity3:22619): Gtk-CRITICAL **: 06:52:10.254: gtk_table_resize: assertion 'n_rows > 0 && n_rows <= 65535' failed 
(sugar-activity3:22619): Gtk-CRITICAL **: 06:52:10.254: gtk_widget_set_size_request: assertion 'height >= -1' failed