Board index FlightGear Development Aircraft

Again I have problems with the Citation X

Questions and discussion about creating aircraft. Flight dynamics, 3d models, cockpits, systems, animation, textures.

Re: Again I have problems with the Citation X

Postby sfr » Fri Jun 04, 2021 5:23 pm

hi clm76,

yes, I'd like to get them. is it asking too much to add the latest changes beforehand? :-)
sfr
 
Posts: 93
Joined: Sun Nov 17, 2019 6:25 pm
Callsign: D-CSFR
Version: 2020.4
OS: Kubuntu 18.04 LTS

Re: Again I have problems with the Citation X

Postby clm76 » Fri Jun 04, 2021 6:27 pm

sfr wrote in Fri Jun 04, 2021 5:23 pm:yes, I'd like to get them. is it asking too much to add the latest changes beforehand? :-)

Okay, but it’s gonna take a while. 8)
clm76
 
Posts: 204
Joined: Tue Oct 30, 2012 9:18 pm
Location: France - LFOH
Callsign: F-GCLM
Version: 2020.4.0
OS: Linux Mint 20.2

Re: Again I have problems with the Citation X

Postby clm76 » Sun Jun 06, 2021 6:34 pm

Hi,

@ miguel : I tried on W10 with the nightly 2020.4 and had the same problem as you.
Waiting for a Fg correction or for me to find another solution, you can replace the file "CitationX/Nasal/cdu-pages" with this one : https://www.mediafire.com/file/x9dfc08pne4825y/cdu-pages.nas/file.

@ sfr : Here are the links for the tutorials :
charts : https://www.mediafire.com/file/ffqkv3s0f0feecn/Tuto+Charts.odt/file
holding patterns : https://www.mediafire.com/file/jc0go5f2yvzgkwd/Holding+Patterns.odt/file
cdu module dir : https://www.mediafire.com/file/tevavb7ik1wgkuw/CDU+module+DIR.odt/file
rmu : https://www.mediafire.com/file/62cnp4r22py5msg/RMU.odt/file

The others are coming soon.
Last edited by clm76 on Tue Jun 08, 2021 6:21 am, edited 1 time in total.
clm76
 
Posts: 204
Joined: Tue Oct 30, 2012 9:18 pm
Location: France - LFOH
Callsign: F-GCLM
Version: 2020.4.0
OS: Linux Mint 20.2

Re: Again I have problems with the Citation X

Postby clm76 » Mon Jun 07, 2021 6:34 pm

Hi,

@miguel : I found the solution :
Replace the file "CitationX/Nasal/cdu-pages.nas" by this one given by the link : https://www.mediafire.com/file/fgiyydqs6qkx7at/cdu-pages.nas/file
and the file "CitationX/Nasal/Procedures/fms-db.nas" by this one given by the link : https://www.mediafire.com/file/l1jshvebwkxx2az/fms-db.nas/file
clm76
 
Posts: 204
Joined: Tue Oct 30, 2012 9:18 pm
Location: France - LFOH
Callsign: F-GCLM
Version: 2020.4.0
OS: Linux Mint 20.2

Re: Again I have problems with the Citation X

Postby sfr » Tue Jun 08, 2021 9:57 am

hi clm76,

the english files are available here
i'll be happy to translate the remaining ones too.

bye, Stefan
sfr
 
Posts: 93
Joined: Sun Nov 17, 2019 6:25 pm
Callsign: D-CSFR
Version: 2020.4
OS: Kubuntu 18.04 LTS

Re: Again I have problems with the Citation X

Postby miguel » Tue Jun 08, 2021 4:23 pm

I am very sorry clm76.
The problem is still there, I understand with some new error.
Tower view.front view of tower.Tower view AGL. We see an aircraft carrier, but this is not a problem.
The CDU is still breaking FG.
Thanks for your interest miguel
miguel
 
Posts: 227
Joined: Wed Aug 19, 2015 5:05 pm

Re: Again I have problems with the Citation X

Postby clm76 » Tue Jun 08, 2021 5:41 pm

miguel wrote in Tue Jun 08, 2021 4:23 pm:I am very sorry clm76.
The problem is still there, I understand with some new error.

Very strange !... after correction, it works fine on my laptop with W10 and the fg 2020.4 nightly built version.
To control, have you these lines in the file fms-db.nas, around line 265 :

Code: Select all
     ############ constructor ####################
      var root = getprop("/sim/fg-scenery")~"/Airports/"~left(icao,1)~"/"~substr(icao,1,1)~"/"~substr(icao,2,1)~ "/"~icao~".procedures.xml";
      var proc_path = os.path.new(root);
      if (proc_path.exists()) {
           parsexml(root, start, end, data);
        return me;
      } else return nil;
    },
clm76
 
Posts: 204
Joined: Tue Oct 30, 2012 9:18 pm
Location: France - LFOH
Callsign: F-GCLM
Version: 2020.4.0
OS: Linux Mint 20.2

Re: Again I have problems with the Citation X

Postby miguel » Tue Jun 08, 2021 6:47 pm

OK, I'll check it out
miguel
 
Posts: 227
Joined: Wed Aug 19, 2015 5:05 pm

Re: Again I have problems with the Citation X

Postby miguel » Tue Jun 08, 2021 7:25 pm

I have checked fms-db.nas and the code is already there and it seems okay. Again thank you for your pattience.


FG still crash
miguel
 
Posts: 227
Joined: Wed Aug 19, 2015 5:05 pm

Re: Again I have problems with the Citation X

Postby clm76 » Wed Jun 09, 2021 11:02 am

sfr wrote in Tue Jun 08, 2021 9:57 am:i'll be happy to translate the remaining ones too.

Many thanks Stefan, very good job :)
Another one here : https://www.mediafire.com/file/1vy2rftvxantg5n/Citation+X+-+CDU+2021.odt/file
clm76
 
Posts: 204
Joined: Tue Oct 30, 2012 9:18 pm
Location: France - LFOH
Callsign: F-GCLM
Version: 2020.4.0
OS: Linux Mint 20.2

Re: Again I have problems with the Citation X

Postby clm76 » Wed Jun 09, 2021 11:16 am

miguel wrote in Tue Jun 08, 2021 7:25 pm:I have checked fms-db.nas and the code is already there and it seems okay. Again thank you for your pattience.
FG still crash

Test : replace the file "CitationX/Nasal/cdu-pages.nas" by this one : https://www.mediafire.com/file/bjuvnhkudh3kxyv/cdu-pages.nas/file
clm76
 
Posts: 204
Joined: Tue Oct 30, 2012 9:18 pm
Location: France - LFOH
Callsign: F-GCLM
Version: 2020.4.0
OS: Linux Mint 20.2

Re: Again I have problems with the Citation X

Postby sfr » Wed Jun 09, 2021 4:20 pm

hi

the CDU 2021 EN version is available here

bye, Stefan
sfr
 
Posts: 93
Joined: Sun Nov 17, 2019 6:25 pm
Callsign: D-CSFR
Version: 2020.4
OS: Kubuntu 18.04 LTS

Re: Again I have problems with the Citation X

Postby miguel » Wed Jun 09, 2021 4:33 pm

All right, now it's perfect, I'll fix this last one.

THANK YOU VERY MUCH" NOW WE ALL HAVE THE GREAT CITATION X.
clm76 thank you very much
miguel
 
Posts: 227
Joined: Wed Aug 19, 2015 5:05 pm

Re: Again I have problems with the Citation X

Postby clm76 » Wed Jun 09, 2021 6:15 pm

miguel wrote in Wed Jun 09, 2021 4:33 pm:All right, now it's perfect, I'll fix this last one.

Ok, but it’s not really satisfying because you only have the "DEFAULT" SIDS and APPROACHES and you cannot use the "PROCEDURES" departures and arrivals.
I’d still like to find out where the problem is, so, If you want to, I will offer you a new test tomorrow.

@ sfr : 2 new modules to translate :
RCU : https://www.mediafire.com/file/a471h4amanrrubk/RCU.odt/file
HF : https://www.mediafire.com/file/0mssw40ozms3w78/HF.odt/file

The modules "IRS" and "Autopilot" are under review and will be coming soon.
clm76
 
Posts: 204
Joined: Tue Oct 30, 2012 9:18 pm
Location: France - LFOH
Callsign: F-GCLM
Version: 2020.4.0
OS: Linux Mint 20.2

Re: Again I have problems with the Citation X

Postby miguel » Wed Jun 09, 2021 7:18 pm

Perfect I'll try it
miguel
 
Posts: 227
Joined: Wed Aug 19, 2015 5:05 pm

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 10 guests