carla icon indicating copy to clipboard operation
carla copied to clipboard

zLib version

Open kclarke-ara opened this issue 3 years ago • 5 comments

CARLA version: latest & 0.9.13 Platform/OS: Windows Problem you have experienced: Installation Instruction "make PythonAPI" failing Error returned: -[install_zlib]: Retrieving zlib. Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found." At line:1 char:1

  • (New-Object System.Net.WebClient).DownloadFile('http://www.zlib.net/z ...
  •   + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
      + FullyQualifiedErrorId : WebException
    
    

What you expected to happen: "make PythonAPI" does not fail Steps to reproduce: Follow installation documentatation for Windows. At step "make PythonAPI", an error occurs. Other information (documentation you consulted, workarounds you tried): Updating "instal_zlib.bat" to use version 1.2.12 instead of 1.2.11(updated on March 2022) fixes this issue.

kclarke-ara avatar Aug 16 '22 16:08 kclarke-ara

I am experiencing the same exact error. Updating "instal_zlib.bat" to use version 1.2.12 fixed the issue for me as well! Thank you

blankdean avatar Aug 21 '22 19:08 blankdean

can you please help with the update procedure

inv-ashikali avatar Aug 28 '22 20:08 inv-ashikali

Open the following file from inside Carla: \Util\InstallersWin\install_zlib.bat

Change the following (currently line 51) from: set ZLIB_VERSION=1.2.11

to the following: set ZLIB_VERSION=1.2.12

kclarke-ara avatar Aug 29 '22 13:08 kclarke-ara

I've experienced the same issue with Carla 0.9.13 on Windows 11 installation procedures! It works! Many thanks!

yzJean avatar Sep 16 '22 02:09 yzJean

Thanks so much. This minor modification has resolved my issue.

ZiadAmmar avatar Sep 20 '22 12:09 ZiadAmmar

Open the following file from inside Carla: \Util\InstallersWin\install_zlib.bat

Change the following (currently line 51) from: set ZLIB_VERSION=1.2.11

to the following: set ZLIB_VERSION=1.2.12

Setting it to version 1.2.12 does not work anymore, the current version is 1.2.13. The most recent version can be found at http://www.zlib.net/

AndreasUrlberger avatar Oct 26 '22 12:10 AndreasUrlberger

This worked fine for me. Maybe someday later this will still not work, then the way to make it work might only be changing the last number of the zlib version in the file. But I wonder why zlib removes the old versions to trigger such kind of issues?

Ezharjan avatar Oct 29 '22 02:10 Ezharjan

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 02 '23 00:06 stale[bot]