sjisunzip icon indicating copy to clipboard operation
sjisunzip copied to clipboard

Crash while extracting files

Open SatoMew opened this issue 9 years ago • 1 comments

sjisunzip seems to crash when it detects that a file is (apparently) being used by another process, namely executable files. The crash logs consistently mention mscorlib and System.IO.IOException.

SatoMew avatar Jun 03 '15 19:06 SatoMew

Thanks for the report, since most operations are readonly I'll see if it's possible to try to really non-exclusively open the file stream, at the very least not crash with an exception.

kjerk avatar Jul 07 '15 18:07 kjerk