heribertolugo / FileList

List all files in a given directory, and provide the option to copy or move selected files.
1 stars 0 forks source link

Zip files causing hard crash #58

Closed heribertolugo closed 4 years ago

heribertolugo commented 4 years ago

7-zip interface is causing a hard exception with some archives. this has been witnessed on a archive 145mb with zip extension. other archive types do not seem to be affected. the crash occurs when getting the zip item's properties in SevenZipInterface.cs -> GetObject() -> PropHandle.AddrOfPinnedObject()

after some searching this was the only article which made sense, but not 100% sure they are indeed the same issue: GCHandle.FromIntPointer does not work as expected

at the moment values from zip item properties are not used. disabling the retrieval of property data until a fix can be found, as this exception cannot be caught