Files
nethack/sys
nethack.allison 1a01343c63 dungeon open failure
We've been getting numerous complaints from people
about "dungeon failure", often related to attempts
to start NetHack from within various zip utilities
that present a folder-like view.

The dungeon failure was actually misleading. The
real problem was a dlb file open failure, but the
return value of dlb_init() was not being checked
in pcmain.

This moves the dlb_init earlier in the startup,
checks for failure, and provides some feedback
around the common zip utility problem for win32.
2006-05-07 14:32:04 +00:00
..
2006-01-07 13:38:29 +00:00
2005-01-02 20:55:41 +00:00
2006-04-02 07:35:30 +00:00
2006-04-02 07:35:30 +00:00
2006-01-07 13:38:29 +00:00
2006-01-07 13:38:29 +00:00
2006-05-07 14:32:04 +00:00
2006-04-02 07:35:30 +00:00
2006-04-15 02:14:36 +00:00
2006-01-06 05:52:48 +00:00
2006-05-06 19:13:35 +00:00