I wrote some time ago: ... snip ...
> > > > I've gone back to cvs update as of 15 Oct: all the aircraft work > > correctly. > > > I conclude that this problem is caused by your new code. Unless you > can > > > confirm that the instruments work in all models in your location, or > > tell > > > me exactly what I have to do to correct the situation, I strongly > > suggest > > > that whatever has been done, be undone. > > > > I understand that you are frustrated, but IMHO the ability to configure > > instrumentation and systems is an improvement. I also think that going > > back > > to them being hardcoded is a step in the wrong direction. > > I agree, it's definitely the right way forward, I'll keep on trying. It's > only frustrating because I have been looking at the problem at the > individual aircraft level, and I don't think that the problem lies there. > It > must be a more general problem. And it's going to be a "duh!!" when I get > there. > I've finally found time to revisit this problem. The FGFS is working fine with updates up to 15th Oct. Paths, etc. are good. I've updated and recompiled Simgear and Flightgear. Nothing else has been changed. Should work, right? Wrong: I get the following errors using the default aircraft: Object PanelInstruments not found Object ControlsGroup not found No instrumentation model specified for this model! I also get this: General Initialization ======= ============== FG_ROOT = "/FlightGear-cvs/data" Which is correct. The menu bar has also disappeared, so it would seem likely that the correct path is not being found. However, it was before I updated. Checking, I find that "/sim/systems/path" contains 'Aircraft/Generic/generic-systems.xml' (unspecified). Correct, but should this be a string type? A quick cout check in systems_mgr.cxx shows that path_n = 0, so there's the problem. Possibly a problem in simgear/misc/sg_path.hxx? Unlikely, that hasn't been changed in months. So, it's not a "duh" yet :-). Any advice on what to check next? Can any other Cygwin user confirm my findings, or tell me what they have done differently? Regards, Vivian _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
