[Freeciv-Dev] [bug #18875] map.c: 3x assertion failed

2014-04-06 Thread Marko Lindqvist
Update of bug #18875 (project freeciv):

 Planned Release: 2.3.1,2.4.0 = 2.3.1, 2.4.0, 2.5.0


___

Reply to this item at:

  http://gna.org/bugs/?18875

___
  Message sent via/by Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #18875] map.c: 3x assertion failed

2011-11-08 Thread Matthias Pfafferodt

Update of bug #18875 (project freeciv):

  Status:  Ready For Test = Fixed  
 Assigned to:None = syntron
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/bugs/?18875

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #18875] map.c: 3x assertion failed

2011-10-28 Thread Matthias Pfafferodt

Update of bug #18875 (project freeciv):

  Status:None = Ready For Test 
 Planned Release: = 2.3.1,2.4.0

___

Follow-up Comment #1:

fix map definition / generation

the map is defined with several settings (mapsize, size, tilesperplayer,
xsize, ysize, topology). Now, some combinations are invalid like in this bug

mapsize == XYSIZE  ysize % 2 != 0  MAP_IS_ISOMETRIC

I did add the required checks but a framework to check the settings would be
helpful. Check also bug #18673 and patch #2542.


(file #14306)
___

Additional Item Attachment:

File name: 0015-fix-map-definition-generation.patch Size:4 KB


___

Reply to this item at:

  http://gna.org/bugs/?18875

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #18875] map.c: 3x assertion failed

2011-10-27 Thread anonymous

URL:
  http://gna.org/bugs/?18875

 Summary: map.c: 3x assertion failed
 Project: Freeciv
Submitted by: None
Submitted on: Do 27 Okt 2011 22:54:25 UTC
Category: None
Severity: 2 - Minor
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: gna_free...@2011.temporarily.de
 Open/Closed: Open
 Release: 2.3.0
 Discussion Lock: Any
Operating System: Microsoft Windows
 Planned Release: 

___

Details:

Console: 'ysize' has been set to 357.
Console: 'xsize' has been set to 358.

in map_init_topology() [../../common/map.c::306]: assertion
'!MAP_IS_ISOMETRIC || (map.ysize % 2) == 0' failed.
Bitte berichten Sie diese Fehlermeldung unter
http://gna.org/projects/freeciv/
in map_init_topology() [../../common/map.c::312]: assertion 'MAP_WIDTH =
MAP_MAX_LINEAR_SIZE' failed.
Bitte berichten Sie diese Fehlermeldung unter
http://gna.org/projects/freeciv/
in map_init_topology() [../../common/map.c::313]: assertion 'MAP_HEIGHT =
MAP_MAX_LINEAR_SIZE' failed.
Bitte berichten Sie diese Fehlermeldung unter
http://gna.org/projects/freeciv/




___

Reply to this item at:

  http://gna.org/bugs/?18875

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


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