pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

Segmentation fault with ncurses-6 #16

Open pkulev opened 7 years ago

pkulev commented 7 years ago

ncurses-5.9 works well, but segfaults with version 6. Looks like all broken here: https://github.com/pkulev/xoinvader/commit/8b1d6c2345aa55ddc2587555ca2ca93b46899ac3. Previous commit works well on python2.7.11 and python3.5, but this only with python2.7.11.

Traceback: ... > curses.cbreak()

2016-10-10-180119_781x593_scrot 2016-10-10-180133_966x757_scrot 2016-10-10-192002_950x661_scrot

pkulev commented 7 years ago

To check:

pkulev commented 7 years ago

Workarounded with https://github.com/pkulev/xoinvader/commit/de51ada53118423ed7e68b8b0b9aa57b136730c8.

pkulev commented 7 years ago

Python 2.x support implemented. Now I can investigate this issue more carefully.