GNOME Bugzilla – Bug 765825
Open multiple instances of 2048
Last modified: 2016-05-01 23:53:47 UTC
When you open a second window of 2028, it will stay blank. Steps to reproduce: - Open 2048 - Open 2048 again When you open it via the terminal you get the following message in the terminal of the first window, imidiately after the start of the second window: (gnome-2048:10185): Clutter-CRITICAL **: clutter_actor_add_child: assertion 'child->priv->parent == NULL' failed (gnome-2048:10185): Clutter-CRITICAL **: clutter_actor_add_child: assertion 'child->priv->parent == NULL' failed
I just noticed the content of the second game will be displayed in the first window. Which means you will get two new Numbers with each move.
Sorry with that, I should have patched the most obvious bugs first before working on a (for now unfinished) complete and correct solution. I just pushed a simple correction for that issue in both the 3.20 and the development branches, so you should have an update in a not-too-long time. Many thanks for the bug report/reminder. :·)