bingehack4 icon indicating copy to clipboard operation
bingehack4 copied to clipboard

On entering mines: "Couldn't load "minefill.lev" - making a maze."

Open dtgay opened this issue 11 years ago • 4 comments

I played a game last night and one today. Both times, things exploded when I entered the gnomish mines. Last night: thing Just now: screenshot from 2013-10-31 15 06 43

dtgay avatar Oct 31 '13 19:10 dtgay

grep -inr minefill.lev:

./libnethack/dat/CMakeLists.txt:49:    minefill.lev

And find . -name minefill.lev returns nothing.

dtgay avatar Oct 31 '13 19:10 dtgay

minefill.lev is a generated file. Did you build nethack?

eatnumber1 avatar Oct 31 '13 19:10 eatnumber1

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 avatar Oct 31 '13 19:10 eatnumber1

@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.

dtgay avatar Nov 06 '13 00:11 dtgay