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.
This commit is contained in:
nethack.allison
2006-05-07 14:32:04 +00:00
parent a71d270a21
commit 1a01343c63
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -203,6 +203,7 @@ some monsters can eat tins in addition to corpses to cure some ailments
Platform- and/or Interface-Specific New Features
------------------------------------------------
pcmain: check for dlb_init failure rather than relying on dungeon open failure
win32gui: support perm_invent
win32gui: menu option to add/remove windows captions
win32gui: support for saving/restoring message history