Jump to content
Sign in to follow this  
airlinetycoon

empty icao_airline=

Recommended Posts

Hi Nico,

I get always an error for empty icao_airlne in the LIG-incompleteFlisimSection.txt. But for all livereies the entry is inserted You hav an idea what´s wrong? For example the first 3 fltsim-sections, getting the error-message for all 37 sections. It´s the only model where I get always this errors, all others works.

 

[VERSION]
major = 1  
minor = 0  
 
[GENERAL]
atc_type = "DE HAVILLAND CANADA"  
atc_model = "DH8D"  
editable = 1  
Category = "airplane"
performance =
editable = 1
wip_indicator = 2
icao_type_designator = "DH8D"
icao_manufacturer = "DE HAVILLAND CANADA"
icao_model = "Dash 8(400)"
icao_engine_type = "TurboProp/TurboShaft"
icao_engine_count = 2
icao_wtc = "M"
icao_generic = 0
 
[GENERALENGINEDATA]
min_throttle_limit = 0.30
 
[BRAKES]
parking_brake = 1
toe_brakes_scale = 0.1      
auto_brakes = 1  
hydraulic_system_scalar = 1.0
 
 
[FLTSIM.0]
title =  "DH8D ACA "
sim = TFS_Dash8-400
model = ACA
texture = ACA
atc_airline = AIR CANADA  
ui_manufacturer = Bombardier
ui_type =  Dash 8-400
ui_variation = Dash 8-400 Prototype  
description =  Dash 8-400  ACA
atc_parking_codes = ACA
atc_parking_types = RAMP  
panel =  
sound = soundai  
kb_checklists =  
kb_reference =  
ui_typerole = Commercial Airliner  
ui_createdby =  
ui_thumbnailfile =  
ui_certified_ceiling = 25000  service ceiling / max certified operating altitude (ft)[SERVICES]
ui_max_range = 1100
ui_autonomy = 3
ui_fuel_burn_rate = 5678
atc_id = ACA  
atc_id_enable = 1
atc_flight_number =  
atc_heavy = 0
atc_id_color =  
atc_id_font =  
IsAirTraffic = 1  
isUserSelectable = 0  
icao_airline = "ACA"
 
 
[FLTSIM.1]
title =  "DH8D ANA "
sim = TFS_Dash8-400
model = ANA
texture = ANA
atc_airline = ALL NIPPON  
ui_manufacturer = Bombardier
ui_type =  Dash 8-400
ui_variation = Dash 8-400 Prototype  
description =  Dash 8-400  ANA
atc_parking_codes = ANA
atc_parking_types = RAMP  
panel =  
sound = soundai  
kb_checklists =  
kb_reference =  
ui_typerole = Commercial Airliner  
ui_createdby =  
ui_thumbnailfile =  
ui_certified_ceiling = 25000  service ceiling / max certified operating altitude (ft)[SERVICES]
ui_max_range = 1100
ui_autonomy = 3
ui_fuel_burn_rate = 5678
atc_id = ANA  
atc_id_enable = 1
atc_flight_number =  
atc_heavy = 0
atc_id_color =  
atc_id_font =  
IsAirTraffic = 1  
isUserSelectable = 0  
icao_airline ="ANA "
 
[FLTSIM.2]
title =  "DH8D ARA "
sim = TFS_Dash8-400
model = ARA
texture = ARA
atc_airline = Aerobeira  
ui_manufacturer = Bombardier
ui_type =  Dash 8-400
ui_variation = Dash 8-400 Prototype  
description =  Dash 8-400  ARA
atc_parking_codes =
atc_parking_types = RAMP  
panel =  
sound = soundai  
kb_checklists =  
kb_reference =  
ui_typerole = Commercial Airliner  
ui_createdby =  
ui_thumbnailfile =  
ui_certified_ceiling = 25000  service ceiling / max certified operating altitude (ft)[SERVICES]
ui_max_range = 1100
ui_autonomy = 3
ui_fuel_burn_rate = 5678
atc_id = ARA  
atc_id_enable = 1
atc_flight_number =  
atc_heavy = 0
atc_id_color =  
atc_id_font =  
IsAirTraffic = 1  
isUserSelectable = 0  
icao_airline ="ARA "

 


Greetings Andrew Bowler

Share this post


Link to post
Share on other sites

HI,

That's very strange. Just to be sure, does the problem remain if you move the icao_airline = "BLA"  one line up, so it is not the last line of the [FLTSIM.x] section?

 

Share this post


Link to post
Share on other sites
8 minutes ago, kiek said:

HI,

That's very strange. Just to be sure, does the problem remain if you move the icao_airline = "BLA"  one line up, so it is not the last line of the [FLTSIM.x] section?

 

Yes I tried too, same error. Very weird.


Greetings Andrew Bowler

Share this post


Link to post
Share on other sites
33 minutes ago, airlinetycoon said:

found another one with this strange behavior - IVAOs 77L. all fltsim-sections have an airline remark, but I get the error messages. attached the aircraft.cfg

 

https://workupload.com/file/7jjkeZg5RnK

 

Your "IVAOs 77L" is not the official version from the download page of IVAO. Don't know who produced it but they have not coded conform the IVAO standard...

The title line should always be like this

Title="B77LACA"   

so aircaft type followed by airline code, see my Manual 10.2.3

And not

Title="B777-200ACA"

as in your [FLTSIM.2] section

You should change all these titles, which can be done easily with a global change command.

But where did you get this file?

 

 

 

Edited by kiek

Share this post


Link to post
Share on other sites
8 minutes ago, kiek said:

You should change all these titles, which can be done easily with a global change command.

Done - now it´s ok. But the Dash8-Q400 problem stays.


Greetings Andrew Bowler

Share this post


Link to post
Share on other sites
11 minutes ago, airlinetycoon said:

Done - now it´s ok. But the Dash8-Q400 problem stays.

Okay fine, but you should also change in the aircrat.cfg

[GENERAL]
atc_model ="B777-200"

into 

atc_model ="B77L"

 

The Dash8-Q400 is not one of your IVAO files, is it?

 

Edited by kiek

Share this post


Link to post
Share on other sites
2 minutes ago, kiek said:

Okay fine, but you should also change in the aircrat.cfg

[GENERAL]
atc_model ="B777-200"

into 

atc_model ="B77L"

done - thx.

2 minutes ago, kiek said:

The Dash8-Q400 is not one of your IVAO files, is it?

nope - it´s from the RTLS-package. the Dash8-100/200/300 working fine, I have only the problem with the Q400.


Greetings Andrew Bowler

Share this post


Link to post
Share on other sites

in my case DH8 100/200/300 doesn't work 

 

AEA2_ " DH8C ANG  " could not be created by your Sim!
ANE3_ " DH8C MPE  " could not be created by your Sim!
AEA4_ " DH8A SHU  " could not be created by your Sim!
VJT5_ " DH8C QLK  " could not be created by your Sim!
IBE6_ "  DC10 BOL " could not be created by your Sim!
IBS7_ " DH8A ANA  " could not be created by your Sim!
VLG9_ " DH8A ICE  " could not be created by your Sim!
EVE10_ "  DC10 GEC " could not be created by your Sim!
AEA11_ " DH8C CRQ  " could not be created by your Sim!
ANE12_ " DH8A OAL  " could not be created by your Sim!
IBE13_ " DH8A CRQ  " could not be created by your Sim!
EVE15_ "  DC10 UPS " could not be created by your Sim!
KLM16_ " DH8B SAT  " could not be created by your Sim!
IBE17_ " DH8B RVF  " could not be created by your Sim!
IBS18_ " DH8C ACA  " could not be created by your Sim!
IBS19_ " DH8A DTR  " could not be created by your Sim!
RYR20_ " DH8C WIF  " could not be created by your Sim!
EZS21_ " DH8C KBV  " could not be created by your Sim!
RYR22_ " DH8A RVF  " could not be created by your Sim!
IBS23_ " DH8B JZA  " could not be created by your Sim!
IBE24_ " DH8C VAL  " could not be created by your Sim!
AFR26_ " DH8A NWK  " could not be created by your Sim!
THY27_ " DH8C JZA  " could not be created by your Sim!
BEL28_ " DH8C QJE  " could not be created by your Sim!
IBS29_ " DH8A PAL  " could not be created by your Sim!
IBE31_ " DH8A HK  " could not be created by your Sim!
IBE32_ "  DC10 FDX " could not be created by your Sim!
IBE34_ " DH8A QLK  " could not be created by your Sim!
IBE35_ " DH8B PAL  " could not be created by your Sim!
SWT43_ " DH8B CRQ  " could not be created by your Sim!
RYR44_ " DH8B QJE  " could not be created by your Sim!
RYR45_ " DH8C GAP  " could not be created by your Sim!
IBE46_ " DH8A JZA  " could not be created by your Sim!
AEA48_ "  DC10 RCH " could not be created by your Sim!
IBE53_ " DH8B QLK  " could not be created by your Sim!
IBE54_ " DH8A KEM  " could not be created by your Sim!
IBE55_ " DH8C AKT  " could not be created by your Sim!
VOE57_ " DH8C DQA  " could not be created by your Sim!
ANE58_ " DH8B OAL  " could not be created by your Sim!
EZY60_ " DH8C NWK  " could not be created by your Sim!
MEA63_ " DH8A DQA  " could not be created by your Sim!
EJU64_ " DH8A VAL  " could not be created by your Sim!
NJE65_ " DH8A ANG  " could not be created by your Sim!
EZS66_ " DH8C SHU  " could not be created by your Sim!
NJE67_ " DH8C ANZ  " could not be created by your Sim!
RYR68_ " DH8C NCB  " could not be created by your Sim!
IBE69_ " DH8C PER  " could not be created by your Sim!
TVF70_ " DH8C KEP  " could not be created by your Sim!
RJA82_ " DH8B KEM  " could not be created by your Sim!
IBE88_ "  DC10 WGN " could not be created by your Sim!

 

Same for CRJ

ANE3_ " CRJ9 HXA " could not be created by your Sim!
AEA4_ " CRJ9 EDV " could not be created by your Sim!
IBE5_ " CRJ9 ARA " could not be created by your Sim!
MEA6_ " CRJ9 CLH " could not be created by your Sim!
AFR7_ " CRJ9 ACA " could not be created by your Sim!
EZY8_ " CRJ9 CYL " could not be created by your Sim!
RYR9_ " CRJ9 DAL " could not be created by your Sim!
IBE10_ " CRJ9 ASQ " could not be created by your Sim!
IBS13_ " CRJ9 JIA " could not be created by your Sim!
BCS14_ " CRJ9 RWD " could not be created by your Sim!
RYR15_ " CRJ9 SAS " could not be created by your Sim!
ANE18_ " CRJ9 HOP " could not be created by your Sim!
RYR19_ " CRJ9 IAW " could not be created by your Sim!
IBE21_ " CRJ9 ADR " could not be created by your Sim!
EZY23_ " CRJ9 ASH " could not be created by your Sim!
AEA25_ " CRJ9 ANE " could not be created by your Sim!
VLG32_ " CRJ9 BCY" could not be created by your Sim!
IBE47_ " CRJ9 UGD " could not be created by your Sim!
IBE58_ " CRJ9 EST " could not be created by your Sim!
IBE68_ " CRJ9 TUX " could not be created by your Sim!

 

And for Embarer

BTX2_ "  E190 FIN" could not be created by your Sim!
IBE4_ "  E190 LNK" could not be created by your Sim!
IBE5_ "  E190 DLA" could not be created by your Sim!
IBE7_ "  E190 CSN" could not be created by your Sim!
AEA8_ "  E190 JAF" could not be created by your Sim!
ANE9_ "  E190 KZR" could not be created by your Sim!
AEA12_ "  E190 GCR" could not be created by your Sim!
IBS13_ "  E190 AUT" could not be created by your Sim!
IBE18_ "  E190 OAW" could not be created by your Sim!
IBS20_ "  E190 CYL" could not be created by your Sim!
IBE21_ "  E190 RAM" could not be created by your Sim!
AEA22_ "  E190 ENY" could not be created by your Sim!
AEA23_ "  E190 KLM" could not be created by your Sim!
AEA25_ "  E190 MDA" could not be created by your Sim!
ANE27_ "  E190 WIF" could not be created by your Sim!
SWT28_ "  E190 VCV" could not be created by your Sim!
IBE30_ "  E190 LZB" could not be created by your Sim!
EZS33_ "  E190 AAL" could not be created by your Sim!
RYR35_ "  E190 HBH" could not be created by your Sim!
TAY36_ "  E190 CFE" could not be created by your Sim!
IBS38_ "  E190 AZU" could not be created by your Sim!
IBE42_ "  E190 JBU" could not be created by your Sim!
IBE44_ "  E190 TAP" could not be created by your Sim!
IBE47_ "  E190 SLI" could not be created by your Sim!
VLG51_ "  E190 MLD" could not be created by your Sim!
ANE53_ "  E190 KQA" could not be created by your Sim!
IBS60_ "  E190 JAL" could not be created by your Sim!
ANE71_ "  E190 HOP" could not be created by your Sim!
NJE72_ "  E190 AFR" could not be created by your Sim!
EJU82_ "  E190 AUI" could not be created by your Sim!

Edited by motishow

Share this post


Link to post
Share on other sites
19 minutes ago, motishow said:

 

in my case DH8 100/200/300 doesn't work 

 

But this problem is not PSXSEECONTRAFFIC related. Maybe your json file for RTLS is corrupt or incomplete. I recreated a new one, maybe this is the reason why the Dashs and CRJs are working for me.


Greetings Andrew Bowler

Share this post


Link to post
Share on other sites

Hi,

Pls delete the line below in all your FLTSIM sections, or at least the characters in the line below.

Then search again.

I suspect one of the characters is not  recognised, like "(" and ")"  

  ui_certified_ceiling = 25000  service ceiling / max certified operating altitude (ft)[SERVICES]

Hope this helps

Share this post


Link to post
Share on other sites
1 hour ago, Patjez said:

Hi,

Pls delete the line below in all your FLTSIM sections, or at least the characters in the line below.

Then search again.

I suspect one of the characters is not  recognised, like "(" and ")"  

  ui_certified_ceiling = 25000  service ceiling / max certified operating altitude (ft)[SERVICES]

Hope this helps

You are on the right track, thank you!

The problem is the [SERVICES] suffix.

That makes PSXT_MSFS LIG thinks that a new  section starts (it detects a  '[' )  and the previous one ends and thereby ignoring the icao_arline= key.

I think it is a copy paste problem, that [SERVICES]  string should not be there and be removed from each [FLTSIM.x] section in this file.

I'll make LIG smarter anyway.

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...