XnViewMP 0.68 Crashes on Windows 8
Posted: Sat May 31, 2014 10:06 pm
XnViewMP 0.68 x64 crashes when i'm browsing images. Usually it happens on the same pictures. I can run program again, watch pictures from begining and the program will crash exactly on the same image, but when I try to copy this 'problem' image to another directory there was no problem of viewing it. Also when I run the second instance of XnViewMP this problem can be occured on the another picture. So I believe that problem not in the images.
I tried to watch in VS Debugger and in IDA why it can happens and found that It happens in function with this QT api:
QImage::scaled
QImage::~QImage
Somewhere while program tried to free heap and at this moment I see an exception: c0000374 (heap corruption).
I don't realy know what this function is for and what realy happens here, but I hope this information could be helpful for you.
I tried to watch in VS Debugger and in IDA why it can happens and found that It happens in function with this QT api:
QImage::scaled
QImage::~QImage
Somewhere while program tried to free heap and at this moment I see an exception: c0000374 (heap corruption).
I don't realy know what this function is for and what realy happens here, but I hope this information could be helpful for you.