Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-11 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > me wrote on Oct 11, 13:05 (-0700): > this looks a bit different, so maybe this is of help for you: > civserver: shared.c:772: real_die: Zusicherung »0« nicht erfüllt. > Abgebrochen (core dumped) sorry if this is old news for you, I haven't

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-11 Thread Christian Knoke
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > Hello, this looks a bit different, so maybe this is of help for you: [EMAIL PROTECTED]:~$ file .freeciv/saves/Afrika-0075m.sav.gz .freeciv/saves/Afrika-0075m.sav.gz: gzip compressed data, from Unix [EMAIL PROTECTED]:~$ zless .freeciv/saves

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-10 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > On Thu, 9 Oct 2008 Madeline Book wrote: > The missing '\0' at the end of base_buf seems to be the main > bug; No, all chars after strlen(order_list)-1 aren't processed. So this is just a non-orderliness, which doesn't affect game loading.

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-10 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > 2008/10/10 Madeline Book: > > I'm guessing that game.control.num_base_types should be used > instead, but even so this sounds suspicious since base_order > is allocated with size nmod + (4 - (nmod % 4)) where nmod is > loaded from the savegam

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-09 Thread Joan Creus
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > I have applied the patch, and started a new game. It didn't make any difference, and I still couldn't load any of the saved files. Then I have started ./civ with the --log option, and the problem was in fact: 3: Could not find readable file

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-09 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > On Thu, 9 Oct 2008 Egor Vyscrebentsov wrote: > On Thu, 9 Oct 2008 Egor Vyscrebentsov wrote: > > > Quickest (not the best) fix is > > > > - } else if (base_buf) { > > + } else if (base_buf && base_buf[j] != '?') { > > > >

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-09 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > On Thu, 9 Oct 2008 Egor Vyscrebentsov wrote: > On Tue, 7 Oct 2008 Joan Creus wrote: > > > 2008/10/7 Egor Vyscrebentsov > > > > > > base_list (and therefore base_buf) for archers at [39,40] (line 1278) > > > is "��x�ſ-�\017\b\214�ſ �\b��

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-09 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > On Tue, 7 Oct 2008 Joan Creus wrote: > 2008/10/7 Egor Vyscrebentsov > > > > base_list (and therefore base_buf) for archers at [39,40] (line 1278) > > is "��x�ſ-�\017\b\214�ſ �\b��". Most of these symbols are illegal. > > > > activity_li

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-07 Thread Joan Creus
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > 2008/10/7 Egor Vyscrebentsov <[EMAIL PROTECTED]> > > http://bugs.freeciv.org/Ticket/Display.html?id=40517 > > > > base_list (and therefore base_buf) for archers at [39,40] (line 1278) > is "��x�ſ-�\017\b\214�ſ �\b��". Most of these symbo

Re: [Freeciv-Dev] (PR#40517) Can't load savegames in 2.2

2008-10-07 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=40517 > On Mon, 6 Oct 2008 15:34:55 -0700 Joan Creus wrote: > This transaction appears to have no content [*sigh*] > I saved a game on 2.2, SVN 15240. Now, when I try to load it, I get four > popups: > > 1) Detected fatal error in savegame.c line