bingehack4
bingehack4 copied to clipboard
On entering mines: "Couldn't load "minefill.lev" - making a maze."
I played a game last night and one today. Both times, things exploded when I entered the gnomish mines.
Last night:
Just now:
grep -inr minefill.lev
:
./libnethack/dat/CMakeLists.txt:49: minefill.lev
And find . -name minefill.lev
returns nothing.
minefill.lev is a generated file. Did you build nethack?
oh, apparently we're using the dlb. minefill.lev gets put into an archive file called nhdat. You can list it using the "dlb" program which gets built.
@eatnumber1, I will perhaps eventually look into debugging this, but I wasn't playing locally nor did I built it myself. I was playing on your (CSH's) server at games-ng.csh.rit.edu
. I figured this was a server-side thing or something, since it is such a game-destroying bug that I figured someone else would have noticed by now.