Aeioyoo Posted September 30, 2018 Share Posted September 30, 2018 (edited) In file manager, I can't extract certain zip files. On version 2.0.119 the error was "Extra NTFS Data Invalid" (but the zips weren't corrupt, they extracted fine on linux "unzip" command or on pc.) We'd recently updated to Mono 4 On version 2.0.121, the error is "Value cannot be null. Parameter name: src". This is on Mono 5 Think the error is to do with Mono. After updating to mono 4 the error started, and it's persisting into mono 5 with the new update. Just a guess. I've been told this is happening on other hosts too, on a different os. So it might be .net 4 in general. We are on Ubunto 16.04, they are on Windows. Edited September 30, 2018 by Aeioyoo Link to comment Share on other sites More sharing options...
Aeioyoo Posted September 30, 2018 Author Share Posted September 30, 2018 Found the error as a traceback: TCAdmin.SDK.Remote.RemoteException: Version required to extract this entry not supported (788) ---> ICSharpCode.SharpZipLib.Zip.ZipException: Version required to extract this entry not supported (788) at ICSharpCode.SharpZipLib.Zip.ZipFile.TestLocalHeader (ICSharpCode.SharpZipLib.Zip.ZipEntry entry, ICSharpCode.SharpZipLib.Zip.ZipFile+HeaderTest tests) [0x001aa] in <172161586b2f4f20b7c050077eea123d>:0 at ICSharpCode.SharpZipLib.Zip.ZipFile.LocateEntry (ICSharpCode.SharpZipLib.Zip.ZipEntry entry) [0x00000] in <172161586b2f4f20b7c050077eea123d>:0 at ICSharpCode.SharpZipLib.Zip.ZipFile.GetInputStream (System.Int64 entryIndex) [0x00013] in <172161586b2f4f20b7c050077eea123d>:0 at ICSharpCode.SharpZipLib.Zip.ZipFile.GetInputStream (ICSharpCode.SharpZipLib.Zip.ZipEntry entry) [0x00073] in <172161586b2f4f20b7c050077eea123d>:0 at TCAdmin.SDK.Misc.Compression.Zip.UnPackAll (System.String fDest, TCAdmin.SDK.VirtualFileSystem.VirtualDirectory virtualDirectory) [0x0035f] in <0bd22e3c9f144aa09ad0196ea1b57029>:0 at TCAdmin.SDK.Misc.CompressionTools.Decompress (System.String sourceFileName, System.String destinationDirectory, TCAdmin.SDK.VirtualFileSystem.VirtualDirectory virtualDirectory) [0x00239] in <0bd22e3c9f144aa09ad0196ea1b57029>:0 at TCAdmin.Monitor.Standard.WebServices.FileSystem.Extract (System.String file, System.String extractPath, System.String serializedDirectorySecurity, System.String fileEventSource, System.String source, System.String sourceId) [0x000c6] in <35019dd9a6eb4fd0912a3492ee1b31e8>:0 --- End of inner exception stack trace --- Not sure how I can fix it though Link to comment Share on other sites More sharing options...
Aeioyoo Posted September 30, 2018 Author Share Posted September 30, 2018 Fixed it by manually updating sharplibzip Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now