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
For any process interruption signal, pygame must be gracefully exited to release the framebuffer. If this does not happen pygame does not release the device even when the process is terminated. This makes running secondary instances of the app hang due to the frame buffer being occupied by the previous instance. For some solutions see the link here: https://www.py4u.net/discuss/209214
The text was updated successfully, but these errors were encountered:
Description
For any process interruption signal,
pygame
must be gracefully exited to release the framebuffer. If this does not happenpygame
does not release the device even when the process is terminated. This makes running secondary instances of the app hang due to the frame buffer being occupied by the previous instance. For some solutions see the link here: https://www.py4u.net/discuss/209214The text was updated successfully, but these errors were encountered: