On Thursday 17 November 2005 09:35 am, Gerard ROBIN wrote: > > > When launching FGFS 0.9.9 pre3 with --Aircraft=737 > > > I get the following message : > > > ... > > > Cannot load flight from /tux-le-boss/.fgfs/state/737.xml > > > terminate called after throwing an instance of 'std::string' > > > Abandon
The 737 works fine here with FG-0.9.9-pre3. I get the following console output: Dent: .Dent: ..Dent: EHAMopening file: /home/dave/FlightGear-0.9.9-pre3/data/Navaids/carrier_nav.dat /home/dave/FlightGear-0.9.9-pre3/data/Navaids/TACAN_freq.dat WARNING: ssgLoadAC: Failed to open '/home/dave/FlightGear-0.9.9-pre3/data/Aircraft/c172r/Models/c172-dpm.ac' for reading Reading xml electrical system model from /home/dave/FlightGear-0.9.9-pre3/data/Aircraft/Generic/generic-electrical.xml Initialising DaveCulp using 'Aircraft/737/Models/boeing733.xml' Still too noisy, but nothing important. I run from a script: #!/bin/bash cmdline=" --fg-root=/home/dave/FlightGear-0.9.9-pre3 --aircraft=737 --airport-id=KSFO --geometry=1024x768 --prop:/engines/engine[0]/running=true --prop:/engines/engine[1]/running=true --prop:/radios/marker-beacon/audio-btn[0]=false --prop:/radios/nav/frequencies/selected-mhz[0]=111.7 --prop:/radios/nav/radials/selected-deg[0]=283.0 --prop:/radios/nav[1]/frequencies/selected-mhz[0]=115.8 --prop:/radios/dme/switch-position=1 --visibility-miles=14.0 --multiplay=out,10,pigeond.net,5002 --multiplay=in,10,192.168.0.5,5002 --callsign=DaveCulp " /home/dave/FlightGear-0.9.9-pre3/src/Main/fgfs $cmdline exit 0 Dave _______________________________________________ Flightgear-users mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-users 2f585eeea02e2c79d7b1d8c4963bae2d
