* Josh Babcock -- Tuesday 15 June 2004 22:32:
> Failed to open file

> Remove /home/jbabcock/.fgfs/Scenery from FG_SCENERY and the problem stops.  What 
> file, pray tell, is failing to be opened?  Not a very useful error message.

Indeed. strace is your friend:

 $ strace -fF -eopen fgfs --airport=KFOO 2>&1|tee fgfs.log

You'll see a lot of these

 [pid 22494] open("/home/jbabcok/.fgfs/Scenery/foo.stg", O_RDONLY) = -1 ENOENT (No 
such file or directory)

m.

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to