Mirko Barthauer
Mirko Barthauer
In any case, a small sample scenario may help us to identify the underlying problem...So if you are willing to provide one, that would be of help.
The message means that SUMO terminated for some (internal) reason/crash/... You can start sumo / sumo-gui from command line using the **--remote-port** option (see [doc](https://sumo.dlr.de/docs/TraCI.html#sumo_startup)) and then connect with your...
@JulianCzymmeck Did you make any progress?
Same origin / context as #15353
Probably rather a question of where the vehicle should stop and maybe of parking rerouting... To be clear: The vehicle advances already to the downstream internal lane although it has...
dynamicCycleLength?
Seems to be related to state loading and how the iterator to the current vehicle edge is initialised. By default, `MSBaseVehicle::myCurrEdge` is set to the first edge of the route....
Stops are loaded in `MSRouteHandler::closeVehicle()` before the actual state is in `v->loadState(*myAttrs, myOffset)`: https://github.com/eclipse-sumo/sumo/blob/63e50260eec22d0aef7702b50871635e2fabde0c/src/microsim/MSStateHandler.cpp#L457-L463
Test files at S:/Bugreports/15353
You'll have to work on your network to connect places better with each other. At various intersections crossings for pedestrians are missing. So it is not a surprise some relations...