RE: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Jon S. Berndt
> > It is and it works. But the nightmare continues... > > the same happens when using undefined property in the > > tag... > > Ain't there some noise in your kids room? > > :-) > > Did you turn on the logging messages like I mentioned in my other mail? > JSBSim does output these messages, but Fli

RE: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Jon S. Berndt
> It is and it works. But the nightmare continues... > the same happens when using undefined property in the > tag... > Ain't there some noise in your kids room? :-) Did you turn on the logging messages like I mentioned in my other mail? JSBSim does output these messages, but FlightGear turns th

Re: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Torsten Dreyer
It is and it works. But the nightmare continues... the same happens when using undefined property in the tag... Ain't there some noise in your kids room? Torsten > I hope it's obvious what I did. In the morning (in one hour) I'll wake up > and remember some awful nightmare about debugging JSBSim

RE: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Jon S. Berndt
> Great! > And thanks to the little devil, that woke you up to solve my problem :-) :-) I just committed a fix to JSBSim cvs, to file FGFunction,cpp. Here is a snippet that contains the new code: --- start --- while (element) { operation = element->GetName(); // data types if (op

Re: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Torsten Dreyer
Great! And thanks to the little devil, that woke you up to solve my problem :-) > OK, Torsten, I was able to reproduce the bug. I have a fix I will try and > post to JSBSim CVS very shortly. Then, it's BACK TO BED! (small child woke > me up :-( ---

RE: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Jon S. Berndt
> Hi, > > the new JSBSim code crashes when referring to an undefined > property in the element. > > Example: > > > This one will crash fg > > >aero/function/bar >aero/qbar-area > > > This is no proplem wh

RE: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Jon S. Berndt
> > This is no proplem when you have a working config file, but is no > > fun while developing a new model :-( > > I think a message like > > > > function name="xyz" referring to undefined property aero/function/bar > > and a more or less graceful shutdown of fg should be more developer > > friendl

RE: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Jon S. Berndt
> Hi, > > the new JSBSim code crashes when referring to an undefined > property in the element. > > Example: > > > This one will crash fg > > >aero/function/bar >aero/qbar-area > > > This is no proplem wh

RE: [Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Jon S. Berndt
> Hi, > > the new JSBSim code crashes when referring to an undefined > property in the > element. > > Example: > > > This one will crash fg > > >aero/function/bar >aero/qbar-area > > > This is no proplem

[Flightgear-devel] JSBSim crashes when referring to undefined property

2006-02-03 Thread Torsten Dreyer
Hi, the new JSBSim code crashes when referring to an undefined property in the element. Example: This one will crash fg aero/function/bar aero/qbar-area This is no proplem when you have a working co