XnViewMP 0.68 Crashes on Windows 8
Moderators: helmut, XnTriq, xnview, Dreamer
XnViewMP 0.68 Crashes on Windows 8
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.
Last edited by yuzvir on Mon Jun 02, 2014 10:24 am, edited 1 time in total.
Re: XnViewMP 0.68 Crashes on Windows 8
If you use a non maximized view, do you have the problem too?
Pierre.
Re: XnViewMP 0.68 Crashes on Windows 8
Everything seems to be ok without resizing. Usually I use option "Fit image to window, large only".
Re: XnViewMP 0.68 Crashes on Windows 8
when you have the crash do you have the report crash dialog?yuzvir wrote:Everything seems to be ok without resizing. Usually I use option "Fit image to window, large only".
Pierre.
Re: XnViewMP 0.68 Crashes on Windows 8
No. Only "debug" and "close program" options.
But I saved a minidump with heap from VS debugger.
https://www.dropbox.com/s/5d5xma4atcsyoft/xnview.7z
But I saved a minidump with heap from VS debugger.
https://www.dropbox.com/s/5d5xma4atcsyoft/xnview.7z
Re: XnViewMP 0.68 Crashes on Windows 8
could you send me the picture where you have the crash?
Pierre.
Re: XnViewMP 0.68 Crashes on Windows 8
i can't reproduce, could you send me your xnview.ini, please?
Pierre.
Re: XnViewMP 0.68 Crashes on Windows 8
here it is.
when I remove
[Browser]
state=...
Everything works fine, but I don't like default browser configuration.
when I remove
[Browser]
state=...
Everything works fine, but I don't like default browser configuration.
- Attachments
-
- xnview.zip
- (5.56 KiB) Downloaded 22 times
Re: XnViewMP 0.68 Crashes on Windows 8
I also found that problem appears only when thumbnail panel on the bottom.