dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
679 stars 67 forks source link

Windows, zip corrupted 1.62 #291

Closed AsafMah closed 2 years ago

AsafMah commented 2 years ago

I can't install nim, this is the output:

.\choosenim-0.8.2_windows_amd64.exe 1.6.2 --verbose
      Info: No client ID found in 'C:\Users\x\.choosenim\analytics', not sending analytics.
      Info: No client ID found in 'C:\Users\x\.choosenim\analytics', not sending analytics.
      Info: C:\Users\x\.choosenim\downloads\dlls.zip already downloaded
 Extracting dlls.zip
Downloading Nim 1.6.2 from nim-lang.org
[##################################################] 100.0% 0kb/s
      Info: No client ID found in 'C:\Users\x\.choosenim\analytics', not sending analytics.
 Extracting nim-1.6.2_x8.zip
      Info: No client ID found in 'C:\Users\x\.choosenim\analytics', not sending analytics.
      Info: No client ID found in 'C:\Users\x\.choosenim\analytics', not sending analytics.
     Error: Unable to extract. Error was 'Attempted to read past end of file, corrupted zip archive?'.

Why is the file it downloads nim-1.6.2_x8.zip? shouldn't it be nim-1.6.2_x64.zip?

dom96 commented 2 years ago

Duplicate of https://github.com/dom96/choosenim/issues/249. Would appreciate your help in fixing that one :)