[DISCUSSION] UUP dump - download Windows 10/11 UUPs with ease

Discussion in 'MDL Projects and Applications' started by whatever127, Sep 2, 2017.

  1. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    #5601 drew84, Dec 18, 2023
    Last edited: Dec 18, 2023
    did as instructed / suggested (above)... store apps came down, no errors... uup files however, failed (errored out) in every case
    went back to script and this time (instead of only the first) changed / replaced every instance of "%aria2%" ... and lo and behold, everything works :D :thumbsup:
    (albeit the creation of the installation media seem markedly slower, this time around)

    Edit: added info... using latest canary builds to download newly released canary builds... now only if I could get the UUP Server to behave as well
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    340
    @oxygen
    thanks for verifying

    it seems aria2 bug or behavior, combined with some "circumstances" (uupdump.net is cloudflare'd)
    i suggested the change to the website author

    p.s. out of curiosity, do you set custom DNS address? which if any?
     
  3. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
    I don't think so, at least nothing I've changed manually.
    Though I use VPN, but when I couldn't make the script work i turned off VPN, AV and Firewall :) but still it didn't work.

    Could it be perhaps because the Firefox settings "Enable secure DNS using:" with "Default Protection"??
    This is a default setting nothing I've changed myself :)
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    340
    Firefox doesn't affect system connection settings :)

    like i said, it's aria2 issue
    --async-dns=false seems the only workaround
     
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,753
    7,688
    210
    Interesting. Maybe the parameter should be added to all aria2 statements in the uupdump app scripts, until this is resolved.

    Personally, I'm using unbound with upstream DNS over TLS. No issues.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. HLP Mr. Lin Yu

    HLP Mr. Lin Yu MDL Junior Member

    Jul 22, 2022
    94
    46
    0
    However, the Pro SKU of version 1607 cannot install the LCU of LTSB 2016. Does this mean that the Pro SKU at that time isn't the CBS edition for LTSB? upload_2023-12-24_9-41-3.png
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    340
  8. HLP Mr. Lin Yu

    HLP Mr. Lin Yu MDL Junior Member

    Jul 22, 2022
    94
    46
    0
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    #5611 Ace2, Jan 19, 2024
    Last edited: Jan 20, 2024
    ...
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    340
    32bit vs. 64bit
     
  11. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    #5613 Ace2, Jan 19, 2024
    Last edited: Jan 19, 2024
    just checked, uupdump is using 32bit...;)
     
  12. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    5
    1
    0
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,299
    450
    #5615 Enthousiast, Jan 23, 2024
    Last edited: Jan 24, 2024

    Attached Files:

  14. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    5
    1
    0
    #5616 Radel46, Jan 24, 2024
    Last edited: Jan 24, 2024
    So it has been fixed and safe to ignore it?
    Was there any mistake that I made?

    This is before conversion and at download stage.
    By buggy I mean, possible run-time bug of the OS, not conversion failure.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,299
    450
    Can't see the need for including teams but i don't see user errors.

    Maybe @abbodi1406 has some more insights :)
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    340
    It's Host OS issue :rolleyes:
    aria2c can't cope with some network shenanigans

    run this in command prompt as admin
    Code:
    net stop hns && net start hns
    net stop winnat && net start winnat
    netsh interface ipv4 show excludedportrange protocol=tcp
    
     
  17. Radel46

    Radel46 MDL Novice

    Sep 9, 2014
    5
    1
    0
  18. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,934
    4,148
    60
    it was there on the old version of UUP dump website, don't know if it was removed for some reason
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...