Nothing entered.
[http://sourceforge.net/p/ufoai/bugs/2690 Item 2690] imported from sourceforge.net tracker on 2013-01-28 19:43:45
My system is Linux 64-bit (openSUSE-11.3)
Log:
"
./ufo2map -v 4 -nice 19 -quant 3 -extra maps/city/citycraft_ufo_corrupter.map
verbosity = 4
nice = 19
extrasamples = true
---- ufo2map 1.2.5 ----
---- endianness initialization -----
found little endian system
path: 'maps/city/citycraft_ufo_corrupter.map'
---- filesystem initialization -----
Adding game dir: /usr/local/games/ufoai/base
Adding game dir: /home/vadik/.ufoai/2.4-dev/base
Adding game dir: ./base
using ./base for writing
...map: 'maps/city/citycraft_ufo_corrupter.map'
...bsp: 'maps/city/citycraft_ufo_corrupter.bsp'
entering maps/city/citycraft_ufo_corrupter.map
LEVEL: 0...1...2...3...4...5...6...7...8...9... (time: 1s, #: 259)
UNITCHECK: 0...1...2...3...4...5...6...7...8...9... (time: 5s, #: 131072)
CONNCHECK: 0...1...2...3...4...5...6...7...8...9... (time: 33s, #: 1048576)
Writing maps/city/citycraft_ufo_corrupter.bsp
40 seconds elapsed
----- Lighting ----
83 direct lights for night lightmap
FACELIGHTS: 0...1...2...3...4...5...6...7...8...9... (time: 436s, #: 6146)
FINALLIGHT: 0...1...2...3...4...5...6...7...8...9..../ufo2map[0x44ae99]
./ufo2map[0x44a59b]
./ufo2map[0x4137ad]
./ufo2map[0x41d020]
./ufo2map[0x41d139]
./ufo2map[0x41d2d1]
./ufo2map[0x405364]
./ufo2map[0x4050ef]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x2b6670525b7d]
./ufo2map[0x402ba9]
Error: MAX_MAP_LIGHTING (16799761 exceeded 16777216) - try to reduce the brush size (tex_buildings/sidewalk01)
make: *** [base/maps/city/citycraft_ufo_corrupter.bsp]
"
===== Comments Ported from Sourceforge =====
====== *anonymous (2010-10-04 08:05:09) ======
Error: MAX_MAP_LIGHTING (16799761 exceeded 16777216) - try to reduce the brush size (tex_buildings/sidewalk01)
====== tlh2000 (2010-10-04 18:56:50) ======
one solution would be to add "quant" "4" to the worldspawn flags for maps where quant 3 isn't working.
====== *anonymous (2010-10-06 04:25:45) ======
>one solution would be to add "quant" "4"
yes, it's works.
====== tlh2000 (2010-10-06 10:55:31) ======
if the reduction of the brush size isn't working, there is a nocsg option for ufo2map - the csg step might merge them back into one brush
the max size of the lightmap is 16mb - i don't think we should increase that ;)
also i've worked on storing the lightmaps for the surfaces in tga files (but i think this is not yet finished).
====== amishaa (2010-10-08 15:47:31) ======
4 maps now have this bug.
Error: MAX_MAP_LIGHTING (16803025 exceeded 16777216) - try to reduce the brush s
ize (tex_buildings/clangdark)
make: *** [base/maps/alienb/a_hangar.bsp] Error 1
Error: MAX_MAP_LIGHTING (16828435 exceeded 16777216) - try to reduce the brush size (tex_mattn/wall079)
make: *** [base/maps/england.bsp] Error 1
Error: MAX_MAP_LIGHTING (16812817 exceeded 16777216) - try to reduce the brush size (tex_buildings/floor021)
make: *** [base/maps/bomber_city/bc_main.bsp] Error 1
Error: MAX_MAP_LIGHTING (16799761 exceeded 16777216) - try to reduce the brush size (tex_buildings/sidewalk01)
make: *** [base/maps/city/citycraft_ufo_corrupter.bsp] Error 1
====== tlh2000 (2011-03-20 06:26:49) ======
@alextishin
: maybe you have an idea here?