Error when quitting GUI

Issue #18 resolved
callmekatootie created an issue

After quitting the GUI with the QUIT button at the logon screen, an error pygame.error: video system not initialized appears.

Link: http://i.imagebanana.com/img/z7ur7v3n/Selection_004.png

Comments (2)

  1. Andrew Peterson repo owner

    pygame was shutting down before the reactor was causing this error on the next reactor update. We now post a quit Event which causes the reactor to shutdown before pygame.quit() gets called.

    Fixed by b7a3dc4

  2. Log in to comment