bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33119: "Bad item name" in Dungeon Crawl Stone Soup


From: nee
Subject: bug#33119: "Bad item name" in Dungeon Crawl Stone Soup
Date: Mon, 22 Oct 2018 21:49:33 +0200

Am 22.10.18 um 20:41 schrieb Christopher Lemmer Webber:
> In crawl (and the crawl-tiles variant) I get frequent error messages
> when levels are being generated like "Bad item name: fruit", which
> appears to be for item types that were removed from the game.
> 
> Worse yet, when starting some of the sprints (eg The Pits), the game
> freezes up, apparently with too many error such messages.
> 
> I figured this was due to the crawl-upgrade-saves.patch file, but when I
> tried building without the patch I got the same errors.
> 
> Anyone experiencing the same?
> 
> 
> 

Something is wrong with the patch. It probably doesn't upgrade the
saves. Usually crawl looks at the build date and compares that to the
build date your save was made with, but in guix that's always 1970, so
it would never upgrade saves. The patch should have fixed this by also
adding the build-version to the save, but there seems to be some bug so
it doesn't trigger the upgrade.

As a workaround for now you can rename your ~/.crawl directory to
~/.crawl-backup and play with a fresh saves directory for the new version.

Here is an example:
mv ~/.crawl ~/.crawl-backup-pre-0.22.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]