Page 1 of 1

wimsplit cannot handle size 4096 (Windows)

Posted: Tue Jan 10, 2023 7:48 pm
by kverhoev
Size 4096, does not work.

wimsplit C:\imagestore\install.wim C:\imagestore\splitfiles\install.swm 4096 --check
ERROR: Exiting with error code 24:
An invalid parameter was given.

Size 4095, works.

wimsplit C:\imagestore\install.wim C:\imagestore\splitfiles\install.swm 4095 --check
Calculating integrity table for WIM: 3639 MiB of 3639 MiB (100%) done
Calculating integrity table for WIM: 529 MiB of 529 MiB (100%) done
Splitting WIM: 4173 MiB of 4173 MiB (100%) written, part 2 of 2
Finished splitting "C:\imagestore2\install.wim"

Re: wimsplit cannot handle size 4096 (Windows)

Posted: Wed Jan 11, 2023 7:01 am
by synchronicity
Thanks, this is a very old bug. https://wimlib.net/git/?p=wimlib;a=comm ... 4cfbc2517e should fix this.