Erior
Erior
Tried to recreate this but failed, 7zip file worked in my case, any hints on how to trigger or if you have a test file somewhere @nightblade9 ?
It is a streamed file using no compression, it works in the latest version as far as I can see.
Because we don't search for DataDescriptors for not compressed streams or give reader info of sizes from DirectoryHeaders. Created #686 to fix/show where we need things
Did a small implementation for seeking non compressed streams, with some limitations... missing crc32 check, missing 64bit handling, but do check that skipped size matches.
Hint: For this to work we need to add support/parsing of the pax extension, the size is listed there.
From what I can see, the 0.29 change checks that you have already created it before calling WriteEntryToDirectory
Feels like I'm using the github tool wrong, could I have built upon MartinDemberger's pull here somehow instead of created #727 as a pull/fix?
Ah, music files, that would probably then be the Delta filter https://www.reddit.com/r/touhou/comments/44thjk/use_7zips_delta_filter_to_decrease_the_size_of/ as in "const UInt32 k_Delta = 3;" On Tue, Feb 14, 2023 at 11:52 PM TraceEntertains ***@***.***> wrote:...
@adamhathcock , Should we move the K_xxx defines into CMethodId.cs instead of Registry.cs ? I see some are in both.
@TraceEntertains , I would like to know if you have a test file that fails with the pull request I created. the current test contains the general setup of files...