carla
carla copied to clipboard
Zlib version outdated
CARLA version: 0.9.12 Platform/OS: Windows 11 Problem you have experienced: Zlib version 1.2.11 does not exist anymore and therefore installation script fails for windows
What you expected to happen: Installation script to be successful
Steps to reproduce: Other information (documentation you consulted, workarounds you tried):
-
git clone https://github.com/carla-simulator/carla
- git checkout 0.9.12
- move the assets downloaded from indicated file to the
../carla/Unreal/CarlaUE4/Content/Carla
folder -
make launch
Here is the trace log
This is the line that indicated the url in the build bat
https://github.com/carla-simulator/carla/blob/0.9.12/Util/InstallersWin/install_zlib.bat#L57
Hi, the temporary fix for this issue is to go into the file "%carlaFolder%/Util/InstallersWin" and right click on "install_zlib.bat" and select "edit" In this file you go to line 50 or search for "ZLIB_VERSION" and change the value from 1.2.11 to 1.2.12
This problem is adresses in #5337, but the Pull request is still in review
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.