From mboxrd@z Thu Jan 1 00:00:00 1970 From: nee Subject: bug#33119: "Bad item name" in Dungeon Crawl Stone Soup Date: Mon, 22 Oct 2018 21:49:33 +0200 Message-ID: <3e8642cc-c869-c470-598e-c7556c3c6575@cock.li> References: <87ftwxj02l.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEgDG-0003WX-U7 for bug-guix@gnu.org; Mon, 22 Oct 2018 15:50:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEgDC-0005Er-Ql for bug-guix@gnu.org; Mon, 22 Oct 2018 15:50:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60440) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gEgDC-0005EJ-LQ for bug-guix@gnu.org; Mon, 22 Oct 2018 15:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gEgDC-0001tL-Fv for bug-guix@gnu.org; Mon, 22 Oct 2018 15:50:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEgCt-0003Gy-6A for bug-guix@gnu.org; Mon, 22 Oct 2018 15:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEgCp-0004rT-1v for bug-guix@gnu.org; Mon, 22 Oct 2018 15:49:43 -0400 Received: from cock.li ([185.100.85.212]:60726) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gEgCo-0004og-Hc for bug-guix@gnu.org; Mon, 22 Oct 2018 15:49:38 -0400 In-Reply-To: <87ftwxj02l.fsf@dustycloud.org> Content-Language: en-GB List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 33119@debbugs.gnu.org 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. >=20 > Worse yet, when starting some of the sprints (eg The Pits), the game > freezes up, apparently with too many error such messages. >=20 > 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. >=20 > Anyone experiencing the same? >=20 >=20 >=20 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