carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.29k stars 3.65k forks source link

Zlib version outdated #5570

Closed wuxiaohua1011 closed 1 week ago

wuxiaohua1011 commented 2 years ago

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

00Markus0 commented 2 years ago

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

stale[bot] commented 1 year ago

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.