Bug #1508
Timeout in tga2dds
Status: | New | Start date: | 12/01/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - |
Description
I am getting the following timeout error
W:/export/continents/crater/map_export/walls.png -> W:/export/continents/crater/map/walls.dds
compressing (DXTC5) W:/export/continents/crater/map_export/walls.png to W:/export/continents/crater/map/walls.dds
INF c80 s3tc_compressor.cpp 157 compressMipMap tga2dds.exe : Fix 2424 blocks on 262144 total
WRN 8e8 exec_timeout.cpp 67 main exec_timeout.exe : ERROR: Timeout in process R:/code/build/bin/Release/tga2dds.exe W:/export/continents/crater/map_export/walls.png -o W:/export/continents/crater/map/walls.dds -m -r0
I have attached the png file I am using
History
#1 Updated by kaetemi over 5 years ago
Scale that down to 1024x1024, lol.
#2 Updated by Botanic over 5 years ago
Most of the images I have that are 2048 work, this just happens to be the only one that doesnt, I think its because its ~8mb while the others are <7mb...
Regardless tho scaling down to 1024 isnt really a solution ;P
#3 Updated by kaetemi over 5 years ago
This texture doesn't need 2048, look at those pixels.
#4 Updated by kaetemi over 5 years ago
That, or increase your timeout value in the configuration py.
#5 Updated by kervala over 5 years ago
That's working even if it takes 1h to convert in Debug :)
#6 Updated by kervala over 5 years ago
Hum do you think "S3TC is a very good compressor, but make BIG mistakes in some case with DXTC5 and DXTC3" is still occuring ? Perhaps it was related to S3TC original library...
#7 Updated by kaetemi over 5 years ago
That piece of code is irrelevant, it was relevant only for the old library as you said. I already commented it out in the pipeline_v3 branch. Feel free to copy over that patch.
#8 Updated by kervala over 5 years ago
Thanks Kaetemi :)