r2130 - Airplane stuck when change line November 21, 2008, 08:15:21 pm simutrans r2130 GDIWhen I change a line of airplane, airplane keep reserving tiles and stuck.How to reproduce:1. Load attached game2. Open line window and change stop position and close Quote Selected
Re: r2130 - Airplane stuck when change line Reply #1 – November 22, 2008, 10:06:41 am Thank you. Reservation problem was solved, but stuck is still happen.Reloading game doesn't solve stuck. (air_stucked.sve)Similar stuck happens if one start two airplane from depot.When they overlapped each other, both of them stuck. (start_and_stuck.sve) Quote Selected Last Edit: November 22, 2008, 10:08:50 am by z9999
Re: r2130 - Airplane stuck when change line Reply #2 – November 22, 2008, 08:36:39 pm SVN is not working. But changing the following line will solve it.simvehikel.cc: 3057Code: [Select]if(route_index<takeoff && route_index>1 && takeoff<cnv->get_route()->gib_max_n()) Quote Selected
[solved]Re: r2130 - Airplane stuck when change line Reply #3 – November 24, 2008, 05:02:57 am That is working well. thank you. Quote Selected