Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
November 2001: [Freeciv-Dev] Re: assert fails with tinydent tileset (PR#1053) |
[Freeciv-Dev] Re: assert fails with tinydent tileset (PR#1053)[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sun, Nov 04, 2001 at 05:44:03AM -0800, Reinier Post wrote: > With the current CVS server and client, I get > > assertion "start_x != -1" failed: file "plrdlg.c", line 357 > Abort trap - core dumped > > on opening the Players dialog (F3), when playing with the tinydent tileset. > Everything else seemed to work normally. > With trident, even F3 works normally. First: the tinydent tileset is invalid. It advertises more flags than it has. See the first patch. Second: the current plrdlg.c doesn't handle nations which doesn't have a flag well. See the second patch for this. Raimar -- email: rf13@xxxxxxxxxxxxxxxxx What's nice about GUI is that you see what you manipulate. What's bad about GUI is that you can only manipulate what you see.
tinydent1.diff
null_flags1.diff
|