<URL: http://bugs.freeciv.org/Ticket/Display.html?id=21244 >

On 9/16/07, Mathieu Roy <[EMAIL PROTECTED]> wrote:
>
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=21244 >
>
>
> Hello,
>
> > Trying the version of the map available from
> > http://svn.gna.org/viewcvs/freeciv-maps/trunk/france/
> >
> > Loading it on S2_0, S2_1, S2_2 all gives the same error:
> >
> > 1: The save file contains incomplete map data.  This can happen with old
> > saved games, or it may indicate an invalid saved game file.  Proceed at
> > your own risk.
> > 1: Reason: line not found
> > 1: secfile_lookup_line='secfile_lookup_str_default(file, NULL,
> > "map.f%03d", nat_y)'
> >
> > (...)
>
> I tried it on  "Freeciv version 2.0.9 gui-gtk-2.0" shipped by debian, there
> was no error message (or maybe I was in a mode without less debugging
> messages)
>
>

Found the line where the error occurs: server/savegame.c line 837 (trunk) -

LOAD_MAP_DATA(ch, nat_y, ptile,
            secfile_lookup_str_default(file, NULL, "map.f%03d", nat_y),
            set_savegame_special(&ptile->special, ch, default_specials + 12));

Couldn't figure out anything more from this.

 ~Daniel



_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to