Skip to main content
Topic: r2130 - Airplane stuck when change line (Read 4445 times) previous topic - next topic

r2130 - Airplane stuck when change line

simutrans r2130 GDI

When I change a line of airplane,  airplane keep reserving tiles and stuck.

How to reproduce:
1. Load attached game
2. Open line window and change stop position and close

Re: r2130 - Airplane stuck when change line

Reply #1
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)

Re: r2130 - Airplane stuck when change line

Reply #2
SVN is not working. But changing the following line will solve it.

simvehikel.cc: 3057
Code: [Select]
if(route_index<takeoff  &&  route_index>1  &&  takeoff<cnv->get_route()->gib_max_n())

[solved]Re: r2130 - Airplane stuck when change line

Reply #3
That is working well. thank you.