carla
carla copied to clipboard
zLib version
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.
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
can you please help with the update procedure
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
I've experienced the same issue with Carla 0.9.13 on Windows 11 installation procedures! It works! Many thanks!
Thanks so much. This minor modification has resolved my issue.
Open the following file from inside Carla: \Util\InstallersWin\install_zlib.bat
Change the following (currently line 51) from:
set ZLIB_VERSION=1.2.11to 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/
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?
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.