Setup
Describe the setup you are using to run CARLA along with its version:
- CARLA version: 0.10.0 unreal 5.5 built from source
- Platform: Windows 11
- Python version: 3.10
- GPU: 4090
- GPU Drivers: 532
Describe the bug
After setup my custom carla level based on the provided town map, I packaged the project to get the Windows/CarlaUnreal.exe. I launched the exe file like " D:\Windows> .\CarlaUnreal.exe -carla-server -carla-rpc-port=2000 -world-port=2000 -log" and I tried to run python example like manual_control.py but it shows "world = client.get_world() RuntimeError"
Steps to reproduce
described above
Expected behavior
described above
Logs
described above
- Unreal Engine 4: Unreal/CarlaUE4/Saved/Logs
- Unreal Engine 5: Unreal/CarlaUnreal/Saved/Logs
Scripts
described above
Screenshots
If applicable, add screenshots to help explain your problem.


Additional context
Add any other context about the problem here.
Setup
Describe the setup you are using to run CARLA along with its version:
Describe the bug
After setup my custom carla level based on the provided town map, I packaged the project to get the Windows/CarlaUnreal.exe. I launched the exe file like " D:\Windows> .\CarlaUnreal.exe -carla-server -carla-rpc-port=2000 -world-port=2000 -log" and I tried to run python example like manual_control.py but it shows "world = client.get_world() RuntimeError"
Steps to reproduce
described above
Expected behavior
described above
Logs
described above
Scripts
described above
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.