-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Issue
I've been try to run the OSRM, I am new to this. I used latest windows builds. but those are not working correctly as expected. I am interest in CH algorithm. but osrm-contract.exe doesn't build the required files from extracted map files.
osrm-routed.exe doesn't work for mld and CH algorithms.
G:\maps>osrm-routed india --algorithm CH
[2025-07-27T01:52:51.0435993] [info] starting up engines, v6.0.0
[2025-07-27T01:52:51.0437749] [info] Threads: 32
[2025-07-27T01:52:51.0438608] [info] IP address: 0.0.0.0
[2025-07-27T01:52:51.0439138] [info] IP port: 5000
[2025-07-27T01:52:51.0439639] [info] Keepalive timeout: 5
[2025-07-27T01:52:51.0471013] [error] I/O error occurred: india.osrm.hsgr : /ch/metrics/routability/contracted_graph/edge_array (possible cause: "No error") (at include\storage/tar.hpp:54)
Steps to reproduce
Please provide the steps required to reproduce your problem.
- latest 6.0
- download and extract OSM extract that was processed
- osrm-extract -p profile/car.lua india-latest.osm.pbf,
- osrm-routed.exe india --algorithm CH