Just wondering if anyone has seen this issue before, and if there's a fix for it.
Broken savefile error
Collapse
X
-
Your randart files are all in the lib\user\archive folder. The one you want will probably be the most recent one; certainly it will be the one that contains an artifact called Elberaman.
The problem, though, is that if that file is there, the game should be loading it correctly. You should also look in the lib\user folder and see if there is a file called "randart.txt".- - although, again, the game should be able to deal with that.
As Pete indicated, the behaviour will depend on which version of the game you're using - whether it is actually the official 4.1.3, or a build from the nightlies page.
If you cannot get the game going, zip up your savefile and any randart file you feel might be related and attach the zipfile to this thread, and I'll try and track down the problem.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
i have run into - and fixed - this problem. there is a broken pointer somewhere, all you need to do is make a new different character, close, re-load the old character - voila'.
doesnt ALWAYS work, but keep doing this and it eventually will."i can take this dracolich"Comment
-
Thanks, Sky... I'll give it shot to see if it fixes my character too, and I'll reply.
Sorry for the delayed response... this file is on my work computer, so once the work day was over, I wasn't checking it anymore. :P
I checked, and I have the base randart.txt in lib\user. I also found "elberaman" in the most recent randart file in \lib\user\archive, so both files exist. I assume it's what Sky suggested. I was gonna attach those files as an example case for the bug, but when trying to attach the randart.txt file it said it exceeded the forum's upload limit for a .txt file (40.5Kb, limit 19.5Kb).Comment
-
I checked, and I have the base randart.txt in lib\user. I also found "elberaman" in the most recent randart file in \lib\user\archive, so both files exist. I assume it's what Sky suggested. I was gonna attach those files as an example case for the bug, but when trying to attach the randart.txt file it said it exceeded the forum's upload limit for a .txt file (40.5Kb, limit 19.5Kb).
As for attaching to the forum, zipping all the relevant files should work if yo need to again.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
I just ran into similar issue. My paladin was just trying out the Single Combat spell for the first time and after casting it at the monster and taking two steps towards the monster, the game crashed. I tried restarting the game, took the same two steps and it crashed again. Thereafter the game did not even start at all, giving me the following error message:
Code:Broken savefile - probably from a development version
Not sure if this is relevant, but I had compiled my own version from sources on my macbook with the following change to get a wider terminal for the main window plus a second window to the side for monster list (with "-mgcu -- -n2" option):
Code:diff --git a/src/main-gcu.c b/src/main-gcu.c index a6fe3545..d3b59ac2 100644 --- a/src/main-gcu.c +++ b/src/main-gcu.c @@ -118,7 +118,7 @@ typedef struct term_data { /* Minimum main term size */ #define MIN_TERM0_LINES 24 -#define MIN_TERM0_COLS 80 +#define MIN_TERM0_COLS 100 /* Comfortable subterm size */ #define COMFY_SUBTERM_LINES 5
Code:2019-07-23 22:16:23.312 angband[12357:14913391] Broken savefile - probably from a development version
Comment
-
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Not sure if this helps, when I run the binary I compiled, I get this version in the banner screen: 4.1.3-508-g45f1c8d9-dirty
Thanks for looking into this!
Edit: I probably built at this commit
Code:commit 45f1c8d9bcf2b412c127f8400409853466120977 Author: Nick McConnell <nckmccnnll@gmail.com> Date: Mon Jul 8 22:19:03 2019 +1000 Change stealing command to 's'
Attached FilesLast edited by schatz; July 24, 2019, 01:52.Comment
-
Just noticed I had forgotten this. Fixed savefile is attached - I had to finish the single combat before saving.Attached FilesOne for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
Comment