Announcement

Collapse
No announcement yet.

CVS and SDL ¿not working?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CVS and SDL ¿not working?

    Hello, I was trying to compile and run the latest freeciv-cvs (07-nov) with SDL client, in linux Slackware9.1, and get the next error when I try to run civclient (using DELUXE6 tileset)

    tr4nce@Habitacion:~$ civclient -t deluxe
    2: Using Video Output: x11
    1: Cannot find sound spec-file "stdsounds".
    1: To get sound you need to download a sound set!
    1: Get sound sets from <ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets>.
    1: Will continue with disabled sounds.
    0: Detected fatal error in tilespec.c line 938:
    0: Sprite tag upkeep.gold missing.
    civclient: shared.c:665: real_die: Assertion `0' failed.
    Aborted
    tr4nce@Habitacion:~$
    Any ideas? I got installed SDL and SDL_image1.2.3...
    Thx a lot...

  • #2
    Dirty hack:
    Add lines:
    7, 15, "upkeep.gold"
    7, 16, "upkeep.gold2"

    (somewhere near line 120 in deluxe/tiles.spec.)

    I've reported this bug Rafa³.

    Comment


    • #3
      thx a lot!

      Comment

      Working...
      X