Tirlititi / Hades-Workshop

Final Fantasy IX modding tool
GNU General Public License v3.0
50 stars 13 forks source link

Mass converter crashed because of a missing alpha channel in one tiff #5

Closed snouz closed 4 years ago

snouz commented 4 years ago

Updated to 0.41c I used the mass converter in the night, and it crashed on one field. When I checked it, the alpha layer for one text layer from before I code-combine alpha and diffuse was missing, meaning the final tiff was all diffuse and was missing the alpha channel (my code didn't catch that).

I don't think my missing a channel problem was recent, but in 0.40, it didn't crash or gave any error. Here it just crashed / closed.

snouz commented 4 years ago

I know this is the culprit because I could identify the field it happened with based on the last .tex.tmp generated. Fixing my layer problem, the converter worked as intended.