I noticed that the current angband compile i have has the save file in lib/save as you mentioned before:
So i created the file in the old 2.9.3 compile, also copied the current save file there, but the error persist
Code:
$ ls -lahF ~/src/angband/lib/save/ total 44K drwxr-xr-x 2 lea lea 4.0K Oct 29 22:53 ./ drwxr-xr-x 14 lea lea 4.0K Oct 27 22:52 ../ -rw------- 1 lea lea 34K Oct 29 22:53 User
Code:
$ ls -lahF ~/games/roguelikes/angband/angband-2.9.3/lib/save/ total 64K drwxr-xr-x 2 lea lea 4.0K Oct 30 07:49 ./ drwxr-xr-x 13 lea lea 4.0K Oct 27 23:49 ../ -rw-r--r-- 1 lea lea 0 Sep 29 2012 delete.me -rw-r--r-- 1 lea lea 5.3K Oct 27 23:49 Makefile -rw-r--r-- 1 lea lea 356 Sep 29 2012 Makefile.am -rw-r--r-- 1 lea lea 5.3K Sep 29 2012 Makefile.in -rw-r--r-- 1 lea lea 34K Oct 30 07:50 User
Comment