On Tue, Dec 9, 2008 at 6:03 PM, Brisa Francesco
<[EMAIL PROTECTED]> wrote:
>
> fgValidatePath is in util.cxx and it tries to set something in the
> /sim/paths/validate/read
>
> when I am in fgfs and browse the property tree this "directory" does not
> exists !
>
> could this be the cause of it failure ?

Those are supposed to be created in io.nas, line 303:

    # validation listeners for load[xml]/save[xml]/parsexml()  (see
utils.cxx:fgValidatePath)
    var n = props.globals.getNode("/sim/paths/validate", 1).remove();
    _setlistener(n.getNode("read", 1)._g, read_validator);
    _setlistener(n.getNode("write", 1)._g, write_validator);

Verify you have latest io.nas (rev 1.57), and check that the above
piece of code actually runs.

-- 
Csaba/Jester

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to