couatl v3.2 (build 3852)panic log started on Sat Oct 28 12:18:55 2017problem raised by addon <unknown>Traceback (most recent call last): File "couatl\common\__init__.py", line 137, in onSimStart File "couatl\common\collisions.py", line 54, in reloadGeometries File "couatl\common\aircraftData.py", line 1338, in getAircraftData File "couatl\common\aircraftData.py", line 765, in __init__ File "couatl\common\aircraftData.py", line 908, in _processGsxCfg File "couatl\common\aircraftData.py", line 977, in _processGsxCfgFile File "couatl\common\aircraftData.py", line 1003, in _processGsxCfgExitAttributeError: 'AircraftData' object has no attribute 'exits'{'Airport': 'KIAH'}Loading aircraft data from Airplanes\JF_Douglas_DC8-21Error ' File contains no section headers.file: D:\Program Files\Lockheed Martin\Prepar3D v4\SimObjects\Airplanes\JF_Douglas_DC8-21\aircraft.cfg, line: 2'title=DC-8-21 AirSpain\n' ' parsing D:\Program Files\Lockheed Martin\Prepar3D v4\SimObjects\Airplanes\JF_Douglas_DC8-21\aircraft.cfgFound gsx.cfg file at D:\Program Files\Lockheed Martin\Prepar3D v4\SimObjects\Airplanes\JF_Douglas_DC8-21\gsx.cfgTraceback (most recent call last): File ".\GSX\__init__.py", line 770, in onSimStart File "couatl\common\aircraftData.py", line 1338, in getAircraftData File "couatl\common\aircraftData.py", line 765, in __init__ File "couatl\common\aircraftData.py", line 908, in _processGsxCfg File "couatl\common\aircraftData.py", line 977, in _processGsxCfgFile File "couatl\common\aircraftData.py", line 1003, in _processGsxCfgExitAttributeError: 'AircraftData' object has no attribute 'exits'{'Airport': 'KIAH'}Loading aircraft data from Airplanes\JF_Douglas_DC8-21
The aircraft.cfg for that airplane is surely corrupted, like a [fltsim.xxx] section is missing.
I don't see anything wrong in your file but, using Pastebin might have changed it. Please ZIP the file (both the working one and the non-working one) and Attach them to your post. Two separate .ZIP files, one containing each aircraft.cfg.
And thanks again for the reply! I've included the Dc-8-21 aircraft.cfg that is defective, and a couple more from the ones that are working, in case you need to see any patterns or something.
Quote from: DrJester on November 02, 2017, 09:41:45 pmAnd thanks again for the reply! I've included the Dc-8-21 aircraft.cfg that is defective, and a couple more from the ones that are working, in case you need to see any patterns or something. I think the issue is the file that doesn't work is encoded in UTF-8 with a BOM (Byte Order Mark), while every aircraft.cfg we ever found before, has always been encoded in ANSI with no BOM. Maybe you edited with an editor that defaults to this encoding when saving ?Try the attached file, converted back to ANSI.