Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2002:
[Freeciv-Dev] bug in tileset selection (PR#1873)
Home

[Freeciv-Dev] bug in tileset selection (PR#1873)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] bug in tileset selection (PR#1873)
From: jdorje@xxxxxxxxxxxxxxxxxxxxx
Date: Thu, 1 Aug 2002 15:56:10 -0700 (PDT)

I got this with today's CVS, running the xaw client:

bash-2.05b$ ./civ -t isotrident
1: Client does not support isometric tilesets. Using
default tileset instead.
Segmentation fault (core dumped)

(gdb) bt
#0  tilespec_fullname (tileset_name=0x0) at
tilespec.c:135
#1  0x0805c218 in tilespec_read_toplevel
(tileset_name=0x0) at tilespec.c:222
#2  0x0805c360 in tilespec_read_toplevel
(tileset_name=0x80deb20 "isotrident")
    at tilespec.c:249
#3  0x0804cc08 in main (argc=3, argv=0xbffffbe4) at
civclient.c:213

The bug was introduced with the recent change that
allows selection of the default tileset within the
client options window.

One possible fix is attached.

jason


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] bug in tileset selection (PR#1873), jdorje <=