* Greg Hawkes -- Wednesday 30 April 2008:
> When I run fgfs, it displays the following rather unhelpful error message:
> Could not find                          YMML

Durk is your man, but I'll try to help anyway. First check if your
XML files are really spec compliant:

  $ xmllint /usr/share/games/FlightGear/Traffic/QAN/737/QAN01.xml

FlightGear does not always tell you if there are problems. (Yes,
that's a usability bug).


If that didn't show anything suspicious, try this:

  $ strace -fF -eopen fgfs --airport=ymml 2>&1|tee /tmp/log

Then check in /tmp/log for the place where your files should get
loaded, and apparently aren't. This could show you wrong paths.

m.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to