kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
535 stars 63 forks source link

Double page mode crash #173

Open eddiezato opened 2 years ago

eddiezato commented 2 years ago

Steps for reproduce:

QuickViewer will crash.

Win 10 x64, the latest QuickViewer-git, built with msys2/mingw64, Qt 5.15.2

In the official build it happens less often, but it happens too.

kanryu commented 2 years ago

@eddiezato Thank you for reporting.

But the cause of the problem is not there. The cause is that since 1.1.7, the file handle is destroyed after reading the archive with sevenzip. This is so that you can rename or delete the archive file after reading the archive with QuickViewer, but that behavior is an unstable factor.

eddiezato commented 2 years ago

I don't think anyone should be allowed to delete .cbz opened in QV. What is the purpose of doing this?