mgrinzPlayer

Results 40 comments of mgrinzPlayer

``` D:\>xdelta3-3.0.11-i686.exe printhdr lol.patch VCDIFF version: 0 VCDIFF header size: 105 VCDIFF header indicator: VCD_APPHEADER VCDIFF secondary compressor: lzma VCDIFF application header: gry\Prey\GameSDK\Precache\patch.pak//SteamLibrary\steamapps\common\Prey\GameSDK\Precache\patch.pak/ XDELTA filename (output): gry\Prey\GameSDK\Precache\patch.pak XDELTA filename (source):...

Yeah, I think printhdr command is broken in current version. By the way, if you create a patch with secondary compression (e.g. lzma), _VCDIFF header indicator_ should be like this...

Few things 1) No source copies for every input window when -B >= 4GB ``` log >xdelta3-3.1.0-x86_64.exe -S none -0 -B 4000000000 -fves OLD NEW patch4gb xdelta3: secondary compression: lzma...

@jmacd, I meant: "it always prints 'secondary compression: lzma', even when _-S none_ used"

``` Adding memory won't help with uncompressible data and/or new data ``` It's not that. Do not use xdelta (and xdelta3) directly on compressed files such as zip, gzip, rar,...

preset store (all archivers I know, have this preset) or tar.

If you can, create .tpk files without compression/encryption.

```log C:\aria2-1.37.0-win-64bit-build1 >aria2c.exe https://curl.se/ca/cacert-2024-11-26.pem#/cacert.pem 12/23 11:59:26 [NOTICE] Downloading 1 item(s) 12/23 11:59:26 [NOTICE] Download complete: C:/aria2-1.37.0-win-64bit-build1/cacert-2024-11-26.pem Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= 01fcc5|OK | 2.6MiB/s|C:/aria2-1.37.0-win-64bit-build1/cacert-2024-11-26.pem Status Legend: (OK):download completed....

I tried freshly installed scoop (I didn't use this application before). No errors. ```log scoop install cacert WARN Scoop uses 'aria2c' for multi-connection downloads. WARN Should it cause issues, run...

What happens if you use curl with --ipv6? You can try IPv6 with custom build aria2 with newer libraries. (c-ares/1.19.1 versus c-ares/1.34.3)