carla icon indicating copy to clipboard operation
carla copied to clipboard

Zlib version outdated

Open wuxiaohua1011 opened this issue 2 years ago • 1 comments

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):

  1. git clone https://github.com/carla-simulator/carla
  2. git checkout 0.9.12
  3. move the assets downloaded from indicated file to the ../carla/Unreal/CarlaUE4/Content/Carla folder
  4. make launch

Here is the trace log

Screen Shot 2022-07-07 at 12 13 59

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

wuxiaohua1011 avatar Jul 07 '22 19:07 wuxiaohua1011

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

00Markus0 avatar Jul 08 '22 09:07 00Markus0

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 04:06 stale[bot]