defnull/pixelflut

Clean Quit?

Closed this issue · 3 comments

Is there a way to exit pixelflut cleanly? I have tried adding a key (Q) which calls sys.exit(0), but this does not work. Ctrl+C does also not work.

I tried killing the process (regular SIGTERM and also SIGKILL), but I don't return to my regular terminal afterwards either way. Right now, I'm simply power-cycling my Raspberry Pi.

In case that's relevant: It's a Raspberry Pi 3 on an up to date Raspbian / Debian 8 (jessie) and Python 2.7.9

Judging by this query, this appears to be a common problem with pygame. From what I read, it may also be a driver problem and not at all related to pixelflut itself. If it's just my setup, feel free to close the issue.

If you find anything that can be changed in pixelflut to work aground this pygame bug, please re-open or submit a pull request.