Eric L Hathaway wrote: > See subject. This is with the current CVS FlightGear and base package. > > The problem is that there are two aircraft configuration files that try > to include PropertyLists from files that no longer exist. The files in > question are: > > - Aircraft/c310u3a/c310-3d-set.xml --> tries to include > "c310u3a-3d-jsbsim-set.xml", which is no longer in the base package. > > - Aircraft/c172/c172-larcsim-set.xml --> tries to include > "../c172p/c172p-base.xml", which is no longer in the base package. > > In the case of c310-3d-set.xml, I just removed it since it was really > only an alias pointing to a deleted file. For c172-larcsim-set.xml, I > changed the file to include "c172-base.xml" instead. This isn't a > perfect fix, though. The resulting LaRCSim c172 is missing a 3D model, > for instance. > > I guess this is all just lingering clean-up work left over from all the > Aircraft reorganization that's been going on of late. In tracking down > this problem, however, two thoughts came to mind. > > First, it is very suprising to me that an error in a configuration file > would result in FlightGear segfaulting.
Humm.. just tried in debug mode. The windows version is just throwing sg_exceptions as expected and they are caught by the code and the program nicely slip on the problem without segfaulting. -Fred _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
