From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFdCc-0000pA-7G for guix-patches@gnu.org; Mon, 07 May 2018 06:17:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFdCX-0001xD-WA for guix-patches@gnu.org; Mon, 07 May 2018 06:17:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFdCX-0001x9-S9 for guix-patches@gnu.org; Mon, 07 May 2018 06:17:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFdCX-000148-NR for guix-patches@gnu.org; Mon, 07 May 2018 06:17:01 -0400 Subject: [bug#31375] [PATCH 0/2] Update wesnoth to 1.14.0 Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180506210406.12325-1-arunisaac@systemreboot.net> Date: Mon, 07 May 2018 12:16:02 +0200 In-Reply-To: <20180506210406.12325-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 7 May 2018 02:34:06 +0530") Message-ID: <87o9hr93fh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 31375@debbugs.gnu.org Hello, Arun Isaac skribis: > The following patches update wesnoth to the latest stable version 1.14.0.= The > game works fine, but opening the in-game Preferences dialog box crashes t= he > game with the following error message. > > Caught general 'St8bad_cast' exception: > std::bad_cast Did you try getting a backtrace with gdb? It might give clues. Apart from that, the patches LGTM, though I think you need to merge them into a single patch; otherwise applying the first one leaves =E2=80=98wesnoth-server=E2=80=99 in broken state since it inherits from =E2= =80=98wesnoth=E2=80=99. Thanks, Ludo=E2=80=99.