I have loaded up an older save to version 1.1.57 and the train path finder wasn't an issue and I have updated the save to version 1.1.59 and the train path finder keeps hitting upwards of 40 - 60. This save has 1800 station with 1200 train.
Pics
I was running factorio under debugger, not something that you could do so there are no options for you to find the issue yourself in 1.1.59. Since those data were annoying to obtain even for me, i also implemented a debug setting "show-train-no-path-details" that will be available starting from version 1.1.60 when it will be released. This debug setting will be printing a lot of extra details of the trains pathfinder showing how many steps trains pathfinder took, what was the penalty of the path, which train was requesting the path and where it is trying to go. This will include all the trains pathfinder requests that ended in the NO_PATH state, but it will also report slow trains pathfinder searches (those which took >= 10000 steps by default, configurable through a threshold inside of "the rest" hidden settings).ctnightmare wrote: ↑Wed May 11, 2022 12:19 amIf I can ask how you were able to track this down or point me to material so I can learn I would love to learn how