xoreos / xoreos-tools

Tools to help the development of xoreos
https://xoreos.org/
GNU General Public License v3.0
66 stars 28 forks source link

XOREOSTEX2TGA: Failure to convert many TPC files #42

Closed DrMcCoy closed 5 years ago

DrMcCoy commented 5 years ago

(This was introduced with @Nostritius's ecfb314)

xoreostex2tga now fails to convert many KotOR TPCs, with a "Invalid UTF-8" error thrown. C_Wraid02.tpc is one example.

That example file has no attached TXI data, and I guess it tries to read other binary data as TXI, thus throwing. I.e. the offset after reading the mipmap data, before reading the TXI data, is not at the end of the file.

DrMcCoy commented 5 years ago

Fixed with #44 :)