WilliamQiufeng / muser

A musical game made using pyxel
https://muser.readthedocs.io
GNU General Public License v3.0
4 stars 0 forks source link

[Known bug] Game crash when configuring controls in settings #3

Open WilliamQiufeng opened 4 years ago

WilliamQiufeng commented 4 years ago

Describe the bug illegal hardware instruction

To Reproduce Steps to reproduce the behavior:

  1. Run the game
  2. Click <S> to go to settings
  3. Select any control settings
  4. Press <Enter> (start to record the keystrokes)
  5. See error

Expected behavior It should be recording the keystroke.

Please complete the following information:

Additional context It is confirmed that the error is raised by the code in #369 in casts.py in commit 7c186188f1ea9ec92762c62130d2f66d3bdf6b38 listener.start() # start to listen on a separate thread