I built a new airport for FSX using ADE 1.75 that worked just fine with GSX2. It apparently got too big and the Couatl.log indicated it was skipping it. I went back and stripped out everything down to just a runway/taxiway/gate/jetway to start adding back in features but now apparently couatl crashes because of an assertion error when I call for any service in GSX2 to start. This only happens at this airport. I deleted all the previous virtuali ini files for this airport. I downloaded and ran the standalone addon manager (message said "unknown" was causing the error) which didn't help. I also forced FSX and GSX to rebuild their indexes by removing:
C:\ProgramData\Microsoft\FSX\SceneryIndexes
C:\ProgramData\Virtuali\Couatl
None of these solved the problem.
Here is the couatl.log after the last try...
Loading airport KPEX from C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Addon Scenery\KPEX\scenery\KPEX_ADEX_DJM.bgl
reset FSDT_GSX_DEICING_STATE 0.0
reset FSDT_GSX_DEICING_TYPE 0.0
reset FSDT_GSX_NUMPASSENGERS 0.0
reset FSDT_GSX_BATTERY_VOLTAGE 0.0
reset FSDT_GSX_FUEL_PRICE 0.0
User collision geometries reloaded
Added Menu SubItem "Customize airport positions..." (parentId 81, id 100)
Added GSX customized bgl jetway for Gate 1
Slew mode False
Requested assistance services at Gate 1
Traceback (most recent call last):
File ".\common\fsm.py", line 73, in executeDoFuncToCompletion
File ".\GSX\assistanceServices\__init__.py", line 2664, in do
File ".\GSX\__init__.py", line 1018, in prepareGate
File ".\GSX\assistanceServices\__init__.py", line 3008, in setGate
File ".\GSX\assistanceServices\baseAssistanceVehicle.py", line 147, in setGate
File ".\GSX\assistanceServices\baggageTrain.py", line 402, in getInitialPosition
File ".\GSX\assistanceServices\baseAssistanceVehicle.py", line 258, in getInitialPosition
File ".\GSX\assistanceServices\baseAssistanceVehicle.py", line 255, in getInitialParking
File ".\GSX\__init__.py", line 1060, in findSuitableParking
AssertionError
{'Airport': 'KPEX', 'Requested assistance services at': 'Gate 1', 'User Pos': (30.309523120398385, -98.30379414743912, 327.864 m, 2.94702 m, 90.00001512460757)}
Any assistance to resolve this would be appreciated. Thanks!