Search found 474 matches

by synchronicity
Fri Jul 21, 2023 4:05 am
Forum: wimlib discussion
Topic: Using wimlib add WinRE.wim to install.wim
Replies: 24
Views: 13698

Re: Using wimlib add WinRE.wim to install.wim

BTW, though wimlib does aim to be fully compatible with Microsoft's WIM software (WIMGAPI), it's maybe worth mentioning Microsoft's support policy on Windows 8: Support for RTM editions of Windows 8 ended on January 12, 2016, and with the exception of Windows Embedded 8 Standard users, all users are...
by synchronicity
Fri Jul 21, 2023 3:54 am
Forum: wimlib discussion
Topic: Using wimlib add WinRE.wim to install.wim
Replies: 24
Views: 13698

Re: Using wimlib add WinRE.wim to install.wim

Thanks for bisecting the problem to between v1.8.0 and v1.8.1! Unfortunately I still don't know what to fix. There were actually a lot of changes between those versions. Also, this was over 8 years ago. You could try to bisect further, but you'd need to do your own builds, which would be hard becaus...
by synchronicity
Thu Jul 20, 2023 3:16 am
Forum: wimlib discussion
Topic: Using wimlib add WinRE.wim to install.wim
Replies: 24
Views: 13698

Re: Using wimlib add WinRE.wim to install.wim

I haven't heard of anyone having this problem before, sorry. Which version of wimlib-imagex are you using? Have you tried using an earlier version to see if there was a regression? Maybe try 1.13.5 or earlier.
by synchronicity
Sat Jul 08, 2023 8:43 pm
Forum: wimlib discussion
Topic: AV inside wimlib_add_tree
Replies: 5
Views: 14054

Re: AV inside wimlib_add_tree

I've uploaded wimlib v1.14.2-BETA1 which includes the fix for this.
by synchronicity
Sat Jul 08, 2023 8:42 pm
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 12138

Re: Unicode filenames and paths cannot be used as parameters

I've posted wimlib v1.14.2-BETA1 which makes UTF-8 be accepted for the wimcapture command file.
by synchronicity
Mon Jul 03, 2023 3:24 am
Forum: wimlib discussion
Topic: How to read or extract [1].xml in a wim file
Replies: 1
Views: 2793

Re: How to read or extract [1].xml in a wim file

'wiminfo --xml' or 'wiminfo --extract-xml=FILE'. Please see https://wimlib.net/man1/wiminfo.html
by synchronicity
Sat Jul 01, 2023 4:56 pm
Forum: wimlib discussion
Topic: [Debian Sid] - The utils needed for wimlib to work exists, yet make cant recognize it
Replies: 4
Views: 9897

Re: [Debian Sid] - The utils needed for wimlib to work exists, yet make cant recognize it

In that case I have no idea why it can't find the libraries, sorry. libfuse3-dev and ntfs-3g-dev have always worked on Ubuntu and Debian before. They're listed as build dependencies for wimlib's CI on Ubuntu, and for the official Debian package for wimlib . BTW, did you consider simply installing th...
by synchronicity
Wed Jun 28, 2023 6:11 pm
Forum: wimlib discussion
Topic: AV inside wimlib_add_tree
Replies: 5
Views: 14054

Re: AV inside wimlib_add_tree

It probably will be a month or two before I release v1.14.2. I might post a BETA sooner. You can also just use the binary I attached above (which was built from git commit 4cdfe1f65507, using the GitHub Actions workflow), or do a build yourself using the instructions in README.WINDOWS.
by synchronicity
Mon Jun 26, 2023 1:31 am
Forum: wimlib discussion
Topic: AV inside wimlib_add_tree
Replies: 5
Views: 14054

Re: AV inside wimlib_add_tree

Hi, thanks for reporting this. I expect that https://wimlib.net/git/?p=wimlib;a=commitdiff;h=4cdfe1f65507e3647b37f11c19202c99cce11f77 fixes the problem. Can you check if the attached binary works? Please note: if my theory is correct, then this problem only occurred in the 32-bit builds. Regardless ...
by synchronicity
Mon Jun 26, 2023 12:45 am
Forum: wimlib discussion
Topic: Decrypted len
Replies: 1
Views: 10926

Re: Decrypted len

It must be provided as the uncompressed_size function parameter, as mentioned in the documentation. Applications that do not keep track of the uncompressed size are not supported.