You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the test activity opens two windows, one for the game instance and another for the activity.
As the screenshot shows, this is one for the game where the activity toolbar isn't present, the activities tray in the frame shows two activities, one being the test activity which has the toolbar visible with a canvas that can't be interacted with, and another with an image-missing icon, which is the screenshot above.
On a new instance, the activity fails to start and also restarts the user session so we go straight to the login screen.
The logs show this;
I couldn't check if there were two processes for the separate windows, and I can't right now as opening the activity restarts the user session.
Tested on Sugar 0.121, pygame 2.1.2 (SDL 2.26.5, Python 3.11.2).
Noticed this when I recently tested an activity someone wrote, and was able to reproduce with the test activity after noticing same thing in another activity.
The text was updated successfully, but these errors were encountered:
It seems the test activity opens two windows, one for the game instance and another for the activity.
As the screenshot shows, this is one for the game where the activity toolbar isn't present, the activities tray in the frame shows two activities, one being the test activity which has the toolbar visible with a canvas that can't be interacted with, and another with an
image-missing
icon, which is the screenshot above.On a new instance, the activity fails to start and also restarts the user session so we go straight to the login screen.
The logs show this;
I couldn't check if there were two processes for the separate windows, and I can't right now as opening the activity restarts the user session.
Tested on Sugar 0.121, pygame 2.1.2 (SDL 2.26.5, Python 3.11.2).
Noticed this when I recently tested an activity someone wrote, and was able to reproduce with the test activity after noticing same thing in another activity.
The text was updated successfully, but these errors were encountered: