A fork of nethack with semi-multiplayer features and other customizations. (An in-heavy-development fork version is at https://github.com/computersciencehouse/bingehack4 )
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?
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?