Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Custom Airports

Custom location files for Endless ATC · By startgrid

Game crash

A topic by ckwng created Mar 01, 2021 Views: 128 Replies: 1
Viewing posts 1 to 2
(1 edit)

Hi startgrid,


Not sure where to report a crash...this is the error from the log:

"

Traceback (most recent call last):
  File "eatc.py", line 13760, in <module>
  File "eatc.py", line 5529, in ok
  File "eatc.py", line 5388, in maketext
  File "eatc.py", line 5685, in draw
  File "eatc.py", line 5531, in allowhandoff
AttributeError: 'int' object has no attribute 'elevation'"

I got this crash twiceon my custom RJTT/RJAA. Once was re-clearing a plane for approach from GIINA at RJAA, the other was re-clearing a plane for approach from WEDGE at RJTT (both in 34 configuration). The common thing was that both planes were roughly on the extended centerline of the runways (34L at the respective airport) they were cleared and re-cleared to land at. So I managed to reproduce using this save file https://cdn.discordapp.com/attachments/760583423743623231/815834336632766474/sav... , below are two examples of crashes. It also crashes if you cleared JAL43A to approach via any fix immediately after you load the game (since it's on 34L extended RCL)

Developer

Thanks for the report! I made some adjustments to allow handoffs even if the plane is not yet on the loc (in case  it's on an approach route that intercepts the loc very late). But these adjustments apparently cause crashes, so I'll update it soon.