ComputerScienceHouse / bingehack4

A replacement for bingehack. For information about in-game features and changes:
https://github.com/ComputerScienceHouse/bingehack4/wiki
Other
17 stars 8 forks source link

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

Open dtgay opened 10 years ago

dtgay commented 10 years ago

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 commented 10 years ago

grep -inr minefill.lev:

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

And find . -name minefill.lev returns nothing.

eatnumber1 commented 10 years ago

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

eatnumber1 commented 10 years ago

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.

dtgay commented 10 years ago

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