This turns out to be more subtle than I'd originally realized. At this point, I forget my motivation, but about a week ago I deleted my .angband, leading to the issue described above. Copying lib/gamedata/artifacts.txt to ~/.angband/Angband/randart.txt gets past the issue described above, but fails with an attempt to load a non-existant randart. I didn't take the time to dig deeply enough to fully diagnose, but I ended up deleting everything under /usr/local/etc/angband and /usr/local/share/angband before I could successfully run the game. Recall that my binary was configured --with-no-install, so it should not have touched these files, but it did (too late now, but I should have gotten output from strace).
So, it's not as bad as my earlier claim of "the game doesn't work if you've never run it before", but there is definitely an issue with --with-no-install configurations. Probably not high priority, but may be something that could spill over into default configurations.
So, it's not as bad as my earlier claim of "the game doesn't work if you've never run it before", but there is definitely an issue with --with-no-install configurations. Probably not high priority, but may be something that could spill over into default configurations.
Comment