project-navigation
Personal tools

Author Topic: Debian: feedback and tests welcome  (Read 38454 times)

Offline apo

  • Rookie
  • ***
  • Posts: 64
    • View Profile
Re: Debian: feedback and tests welcome
« Reply #45 on: October 09, 2014, 09:17:58 pm »
So, any other issues remaining?

Thanks. I'm currently not aware of other issues except the random segmentation fault when I compile the maps from scratch. Since I can't reproduce it I have a hard time with debugging the problem. Any idea what needs to be done to make the map compilation as verbose as possible? Perhaps this would provide the necessary hint in the future.

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: Debian: feedback and tests welcome
« Reply #46 on: October 10, 2014, 12:33:23 am »
You could try with:
Code: [Select]
make maps UFO2MAPFLAGS="-v 5 -quant 4 -soft"Maybe even try -v 6 (default flags are "-v 4 -nice 19 -quant 4 -soft")