There was a bug when trying to get a waytype = 6, because in pak64 this object does not exist, this is in reference to my other patch to get the last way/track used by the player: https://forum.simutrans.com/index.php/topic,23813.msg212102/topicseen.html#msg212102
0001-Fix-Segmentation-Fault-for-desc-NULL.patch
NUll should be a valid return paramter for non-existing ways.
Quote from: prissi on Today at 03:04:40 AMNUll should be a valid return paramter for non-existing ways.
Now I understand better, thank you. 8)
How did you end up seeing this? It should be impossible to build ways not defined in the pak since the init function of the waybuilder fails.