Marcio Shimoda writes: > Hi! > I'm having problems to load aircrafts... > The command line "flightgear --aircraft=c172" results in "WARNING: ssgLoad: > Failed to open '/flightgear//flightgear/Aircraft/c172/Models/c172-dpm.ac' > for reading" > Why??? >
It looks like its looking at the wrong path, judging by the double forward slash in it. Are you on Windows? I'm seeing the same thing if I startup with a separate base directory and explicitly set the FG_ROOT, eg set FG_ROOT=f:\unix\cvs_base\fgfsbase gives: Failed to open f:/unix/cvs_base/fgfsbase/f:/unix/cvs_base/fgfsbase/Aircraft etc and if I set FG_ROOT=f:\unix\cvs_base\fgfsbase\ I get a double forward slash in there as you do. but if I put the base in the same root as the bin and set FG_ROOT=. (the default) then it works OK. It seems that an explicit FG_ROOT gets set twice, and I would hazard a guess that this only affects Windows machines. Cheers - Dave -- [EMAIL PROTECTED] _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
