I'm attempting to run this game on Debian 10. I had to run `pip3 install -r requirements.txt` and `pip3 install cython` to get this program to give me an error saying 'Tkinter is required for pymsgbox', which I fixed with `sudo aptitude install python3-tk`. Then if I run tutorial() in the injection console it crashes with this error:
```
$ python3 ./main.py -disable_telemetry
Disabling telemetry for this session.
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 442 requests (442 known processed) with 0 events remaining.
```