D Luff writes: > D Luff wrote: > > > I've now found that its definately only atislist.cxx that is crashing, > > not navlist, ilslist or fixlist.cxx. Its quite possible that something > > that Melchior has done has uncovered a latent bug that previously > > wasn't triggered. I'll have a look, albeit with couts rather than gdb. > > > > OK, here's the problem. Melchior's patches are fine - leave them > in. In my default.atis I have a comment line at the start - this > started with // but looking at simgear/misc/stream.hxx I see it > needs to start with # > > This fixes it. > > However, default.nav and default.ils both start their comments with > // (where I copied it from !!!!!) so I don't know how they get away > with it and default.atis doesn't. > > Cheers (and apologies Melchior) - Dave
It looks like the code to load the nav and ils data automatically dump the entire first line, no matter what it contains. The corresponding code has been commented out of the atis loader code ... that's probably what is happening to you. Regards, Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
