I got the following error when trying to install the new version: > C:Windowssystem32>choosenim --verbose 1.6.6 > Info: No client ID found in 'C:UsersUser.choosenimanalytics', not sending > analytics. Info: No client ID found in 'C:UsersUser.choosenimanalytics', not > sending analytics. > > Downloading DLLs (openssl, pcre, ...) > > [##################################################] 100.0% 0kb/s > Info: No client ID found in 'C:UsersUser.choosenimanalytics', not sending > analytics. > Extracting dlls.zip > > Downloading Nim 1.6.6 from nim-lang.org > > [##################################################] 100.0% 0kb/s > Info: No client ID found in 'C:UsersUser.choosenimanalytics', not sending > analytics. > > > Extracting nim-1.6.6_x8.zip > Info: No client ID found in 'C:UsersUser.choosenimanalytics', not sending > analytics. Info: No client ID found in 'C:UsersUser.choosenimanalytics', not > sending analytics. > Error: Unable to extract. Error was 'Attempted to read past end of file, > corrupted zip archive?'.
Is the following line correct? "Extracting nim-1.6.6_x8.zip" It seems to be missing a 6 (i.e. ...x86.zip)? And given that my current nim version is the 64 bit version, shouldn't that be ..._x64.zip?