Search found 74 matches

by zipmagic
Mon Apr 27, 2026 3:26 pm
Forum: wimlib discussion
Topic: Hard Links Outside of Capture Folder
Replies: 2
Views: 49561

Re: Hard Links Outside of Capture Folder

Please allow me to explain.

WIMLIB captures a given file system folder, right?

So what happens when a file inside that capture folder has hard links to files *outside* of that capture folder (where outside is defined as a folder wholly external to the capture folder, and specifically is not a ...
by zipmagic
Mon Apr 27, 2026 3:06 pm
Forum: wimlib discussion
Topic: wimlib experimental ARM bug
Replies: 2
Views: 42419

Re: wimlib experimental ARM bug

So I have a test VM where this issue happens, and I have been using that same VM as a way to validate the changes we have been making to WIMLIB in order to ensure it doesn't fail on (intermittent) disk read errors/extractions/applications of WIMs with damaged capture blobs.

Do you have any code (or ...
by zipmagic
Mon Apr 27, 2026 2:56 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 92545

Re: Read Error Recovery for Unsafe Compaction

Great to hear from you!

And I share your concerns 100%. While the AI has achieved:

- Ability to apply (in WIMBOOT mode) a WIM which has capture errors in it, extracting the damaged files as zero byte files
- Ability to continue verifying a WIM (via wimverify), when the WIM has one or more damaged ...
by zipmagic
Fri Apr 24, 2026 11:51 am
Forum: wimlib discussion
Topic: Hard Links Outside of Capture Folder
Replies: 2
Views: 49561

Hard Links Outside of Capture Folder

How does WIMLIB treat a file inside a capture folder when some of the hard links in that file point to an outside folder?

Are those links still stored inside the WIM at capture time?

At extraction time, are those external hard links created outside of the target extraction folder - in a relative ...
by zipmagic
Mon Apr 20, 2026 3:43 pm
Forum: wimlib discussion
Topic: wimlib experimental ARM bug
Replies: 2
Views: 42419

wimlib experimental ARM bug

So we've got a truly strange issue with ARM Windows!

Of course, as any good issue; it doesn't reproduce on a clean installation of Windows 11 25H2 - but it does reproduce with my 4 year trusty Windows 11 (originally 22H2) VM.

Fortunately, it *does* reproduce with wimcapture , out-of-the-box. A ...
by zipmagic
Mon Apr 20, 2026 3:36 pm
Forum: wimlib discussion
Topic: wimlib_extract_image fails with WIMLIB_ERR_OPEN (47) during "Applying metadata to files"
Replies: 6
Views: 245661

Re: wimlib_extract_image fails with WIMLIB_ERR_OPEN (47) during "Applying metadata to files"

haobinnan wrote: Sat Apr 11, 2026 12:43 pm The issue has been identified and is now resolved.
So what was the issue, and how did you resolve it?
by zipmagic
Thu Mar 26, 2026 9:19 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 92545

Re: Read Error Recovery for Unsafe Compaction

Got it working!!!
by zipmagic
Tue Mar 24, 2026 9:46 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 92545

Re: Read Error Recovery for Unsafe Compaction

Been working on this since my last post - it's been more than a month already!

Using fashionable vibe coding, I got it to the point where it'd create a WIM that works, for a given definition of works:

- The WIM file is created and the process doesn't abort
- The WIM file can be extracted using ...
by zipmagic
Mon Feb 23, 2026 4:34 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 92545

Re: Read Error Recovery for Unsafe Compaction

Also, here should be just the modified files, assuming Claude AI hasn't hallucinated too badly, of course:
wimlib-1.14.5-correct-fix-modified-files.zip
(111.1 KiB) Downloaded 3809 times
I truly hope this would be the healing salve for these kinds of (wishfully formerly) fatal read errors?
by zipmagic
Mon Feb 23, 2026 4:32 pm
Forum: wimlib discussion
Topic: Read Error Recovery for Unsafe Compaction
Replies: 5
Views: 92545

Read Error Recovery for Unsafe Compaction

When wimlib is being consumed from Windows PE/RE, sometimes a read error occurs:
WhatsApp Image 2026-02-05 at 21.29.00.jpeg
Which is always fatal during unsafe compaction passes:
WhatsApp Image 2026-02-05 at 00.23.13.jpeg

The thing with these types of failures is, they are almost always ...