Search found 14 matches

by Vulpix
Mon May 15, 2023 6:40 am
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 11441

Re: Unicode filenames and paths cannot be used as parameters

Hi! That sounds promising. It did not actually work correctly using just the commands but maybe I'm missing something. Is there anything specific that I need to do (like set something up in my cmd session) to switch to the proper encoding? I'll try it out if you can help me verify that I'm doing it ...
by Vulpix
Sun May 14, 2023 10:36 am
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 11441

Re: Unicode filenames and paths cannot be used as parameters

Hi! Yes, the files do exist in the source folder (I added them in the folder after creating the wim image. Let me correct the post.). I get your point about the destination path, though here the complaint is about the source path and it is (at least to me) clearly caused by the unicode characters of...
by Vulpix
Thu May 11, 2023 12:09 pm
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 11441

Re: Unicode filenames and paths cannot be used as parameters

Well, I made a test for this. I made this directory structure: F:\Temp\Test\123これはテストです 頑張って\テスト1\ Inside, there was one file called イル視点.txt I created a wim from this the usual way. c:\Programs\Programs\wimlib>wimcapture F:\Temp\Test F:\example.wim Scanning "F:\Temp\Test" 3 bytes scanned ...
by Vulpix
Thu May 11, 2023 4:17 am
Forum: wimlib discussion
Topic: Unicode filenames and paths cannot be used as parameters
Replies: 9
Views: 11441

Unicode filenames and paths cannot be used as parameters

Hello, env: latest wimlib 1.14.1 / w11 x64 w/ latest updates. Recently I found out that a bitflip has happened during compression of one of my wim archives, and I wanted to replace the offending file in the wim archive using wimupdate. However, be it the --command or the .txt file (in whichever form...
by Vulpix
Wed May 15, 2019 12:38 pm
Forum: wimlib discussion
Topic: [Solved] WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count
Replies: 13
Views: 31051

Re: [Solved] WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count

So it turns out that while everything was fine with the system when I built it, when I re-ran my stability tests again yesterday (from within windows rather than using the bootable memtest) to make sure everything is OK, I had a few memory "decay" errors (reading memory after writing it, a...
by Vulpix
Thu May 09, 2019 9:57 am
Forum: wimlib discussion
Topic: [Solved] WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count
Replies: 13
Views: 31051

Re: WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count

Hi! Well, I may have mentioned this somewhere along these posts but I don't think it's hardware related. Not just because it generally crashes at the same point when it does, but also because the system in question has an uptime of several months and I have had no issues with anything else (includin...
by Vulpix
Fri Apr 19, 2019 6:47 pm
Forum: wimlib discussion
Topic: [Solved] WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count
Replies: 13
Views: 31051

Re: WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count

Unfortunately, the issue is still there; seems to be the same as before. I don't know why the above compression worked, maybe I was just lucky... I don't really know why it's possible to get such random results though. I wish I could better help you debug this somehow, but I don't know what other in...
by Vulpix
Fri Apr 19, 2019 2:12 pm
Forum: wimlib discussion
Topic: [Solved] WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count
Replies: 13
Views: 31051

Re: WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count

Interestingly, with the beta version, I didn't get a crash at all. And data checks out fine. Microsoft Windows [Version 10.0.15063] (c) 2017 Microsoft Corporation. All rights reserved. d:\Programs\Programs\wimlib>wimcapture X:\ReBax\ Y:\Full.wim --check --solid --solid-compress=LZMS:100 --solid-chun...
by Vulpix
Tue Apr 16, 2019 8:07 pm
Forum: wimlib discussion
Topic: [Solved] WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count
Replies: 13
Views: 31051

Re: WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count

Hi! Thanks for the info, I'll test this. I've now run into a very strange problem - several times; so I am not sure what to think. I create a wim, it checks out fine via wimverify, and I even used wimapply to extract its contents and verify all of their sha512 checksum. Everything matched. However, ...
by Vulpix
Fri Apr 12, 2019 2:51 pm
Forum: wimlib discussion
Topic: [Solved] WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count
Replies: 13
Views: 31051

Re: WimLib random crash when compressing @ LZMS:100, solid, 128M chunk with varying thread count

I'm still having this issue. Here is me trying to capture a rather large folder: C:\Windows\System32>wimcapture e:\Temp\ D:\Full.wim --check --solid --solid-compress=LZMS:100 --solid-chunk-size=128M Scanning "e:\Temp\UNGUARDED\ReBax\" 1603 GiB scanned (3129988 files, 271159 directories) Us...