ComputerScienceHouse / bingehack

A fork of nethack with semi-multiplayer features and other customizations. (An in-heavy-development fork version is at https://github.com/computersciencehouse/bingehack4 )
http://nethack.csh.rit.edu
23 stars 4 forks source link

Crash in mvwprintw when not linked against ncurses #68

Closed eatnumber1 closed 12 years ago

eatnumber1 commented 13 years ago

When nethack is linked against only ncursesw (and not ncurses), I see a crash in strlen which is caused by a call to mvwprintw which is caused by win/curses/cursdial.c:1128. The crash occurrs for me when opening the '#' menu. I use extmenus. f253c97971b5407d9a1875a065eaf2499aa2381e is a workaround which links against both ncurses and ncursesw, but this should not be necessary.

I'm not sure why it's breaking. Someone else care to debug?