Am 2013-05-09 13:19, schrieb grtuxhangar team:
> Thomas,
> 
> May i know which part of fgdata is involved, since with my own systems,
> for weeks i can't use the entire original fgdata GIT without crashing.

Just two small changes to Nasal/io.nas and Nasal/props.nas:

https://gitorious.org/fg/fgdata/commit/853eb4746ee3b2fa5abc8605ffbe46f857319e87?format=patch

> .Please tell me what these messages are used  for ?
> Thank

A while ago I've slightly changed the behavior of the remove() method of
property nodes, because they reused old nodes even if they have been
deleted, which causes a lot of problems if you expect clean new nodes on
creating new nodes.

What I haven't recognized back then was that the path validation relied
on this behavior and therefore was effectively disabled. Do not allow
this happen again I have added a built-in check to flightgear which
checks if writing/read to/from a path (/do-not-access) which should
never be accessible is allowed.

So if you see this messages your IOrules are probably not working (or
not as expected).

Tom

-- 
Thomas Geymayer  www.tomprogs.at / C-Forum und Tutorial: www.proggen.org
------------------------------------------------------------------------
      Student of Computer Science @ Graz University of Technology
------------------------------- Austria --------------------------------

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to