Mobile version : exceptions if no event handler

when using the mobile version of SevenZipCompressor, exceptions are thrown if there are no events handlers for events Compressing and CompressionFinished. Solution : -----------------------------...

Id #10743 | Release: None | Updated: May 7 at 5:13 PM by Plumeprog | Created: May 7 at 5:13 PM by Plumeprog

Installation failed

After i downloaded the game im getting the following error: http://gyazo.com/ca6dbe99f50591e6aab1368d8f636775 That was the only error I got :(

Id #10732 | Release: None | Updated: May 4 at 4:48 PM by Proph3t | Created: May 4 at 4:48 PM by Proph3t

[LibraryManager.cs] Error on new SevenZipExtractor (SEHException)

This error is ocurring with .7z file format when trying to initialize a new instance of SevenZipExtractor in InArchive method (LibraryManager.cs). Concretly on delegate call to createObject(ref cla...

Id #10694 | Release: None | Updated: Apr 25 at 9:47 AM by dquest | Created: Apr 24 at 11:23 AM by dquest

For everyone who have Problems with SevenZipSharp...

download newst SDK, replace old SDK by 7zip/CS files. and Please adapt the namespaces, becase 7zip do not use SevenZip.Sdk, only SevenZip. This Update Solved all my Problems with SevenZipSharp... ...

Id #10676 | Release: None | Updated: Apr 22 at 11:04 AM by roker002 | Created: Apr 22 at 11:04 AM by roker002

RaceOnRCWCleanup

Hi! I enjoyed using SevenZipSharp until I started compressing multiple streams in different threads at the same time. I seems like concurrent compression is an issue. The line c.CompressStream(ne...

Id #10658 | Release: None | Updated: Apr 17 at 4:46 PM by scottlerch | Created: Apr 16 at 11:14 PM by fufu_user

The execution has failed due to the bug in the SevenZipSharp.

The execution has failed due to the bug in the SevenZipSharp. Please report about it to http://sevenzipsharp.codeplex.com/WorkItem/List.aspx, post the release number and attach the archive. snip ...

Id #10568 | Release: None | Updated: Mar 27 at 5:21 PM by Carel | Created: Mar 27 at 3:02 AM by Carel

SevenZipExtractor doesn't release file handle on retry

When constructing a new SevenZipExtractor(file_path) with either a file path or a stream, how do you release the file handles if ExtractArchive fails? ProcessExplorer shows that SevenZip still has...

Id #10423 | Release: None | Updated: Apr 26 at 3:44 PM by bautem | Created: Feb 22 at 11:42 PM by SamiMajed

BeginExtractArchive craching the application

if i do BeginExtractArchive on a corrupt rar file it crashes the application i can not catch the exception .

Id #10244 | Release: None | Updated: Jan 27 at 10:39 AM by apoorv1in | Created: Jan 27 at 10:39 AM by apoorv1in

FileInfoEventArgs returning bad information

In the following code the FileInfoEventArgs returns "[no name]" for e.FileInfo.Filename. What gives? List<string> extractedFileList = new List<string>(); SevenZipExtractor.SetLibraryPath(string.Fo...

Id #10135 | Release: None | Updated: Jan 12 at 11:00 AM by JoeyBradshaw | Created: Jan 12 at 11:00 AM by JoeyBradshaw

Expose Stream object for each file inside 7z archive

Frequently I have an unseekable stream (e.g. web/ftp download or part of some other archive), and I need to uncompress and process each file in turn. #ziplib provides it with ZipInputStream class. ...

Id #10108 | Release: None | Updated: Jan 6 at 5:11 PM by yurik | Created: Jan 6 at 5:03 PM by yurik