bluescan / tacentview

An image and texture viewer for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL, and Tacent. Useful for game devs as it displays information like the presence of an alpha channel and querying specific pixels for their colour.
ISC License
339 stars 33 forks source link

Need CS in release mode to debug ASTC load #89

Closed bluescan closed 1 year ago

bluescan commented 1 year ago

I've seen a rare crash viewing ASTC KTX images in release. Is it possible the astc-encoder from ARM needs more than the exact buffer size for the decode because it's block-based? (Just like bcdec does). Need to investigate.

Also, where did the release-mode callstack go... no pdb or something.

bluescan commented 1 year ago

Potential fix for crash in tacent 5d783df8b66ee32ff11604c14a9ec797d58d1567. have not seen it in last week or so.