|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
April 2003: [Freeciv-Dev] Re: (PR#3928) Convert client to use PF |
|
[Freeciv-Dev] Re: (PR#3928) Convert client to use PF[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, Apr 09, 2003 at 11:50:02AM -0700, Gregory Berkolaiko wrote:
> 2. If you attempt to put mouse over a dangerous tile, path-finding
> crashes: paths to dangerous tiles are not supported because they are not
> defined. I should have returned NULL path rather then crash, of course.
This change was applied to CVS. I have updated the patch but still get
core dumps left and right.
trir.g
civclient: path_finding.c:996: pf_danger_construct_path: Assertion `danger_seg'
failed.
trireme_test.gz
civclient: path_finding.c:1010: pf_danger_construct_path: Assertion
`same_pos(x, y, pf_map->params->start_x, pf_map->params->start_y)' failed.
I also got one for die("pf_danger_get_path: cannot get to the starting
point!"); but I can't reproduce this one.
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
"Python 2.0 beta 1 is now available [...]. There is a long list of new
features since Python 1.6, released earlier today. We don't plan on
any new releases in the next 24 hours."
-- Jeremy Hylton at Slashdot
|