Hi,

I'm french so sorry for my english.

I setup FlightGear-0.9.1 with libs : glut-3.7, plib-1.6.0 and SimGear-0.3.1.
My OS : RedHat 8.0 on i386
cat /proc/version
Linux version 2.4.18-14 ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 12:13:11 EDT 2002

All are successful setup but when i try to launch fgfs it say to me :

[alex@captain alex]$ fgfs --fg-root=/usr/local/FlightGear
FlightGear: Version 0.9.1
Built with GNU C++ version 3.2

Scanning command line for: --fg-root=
fg_root = /usr/local/FlightGear
Reading global preferences
Finished Reading global preferences
Selecting language: fr_FR.UTF-8
Reading localized strings from /usr/local/FlightGear/Translations/strings-defaul
t.xml
Scanning command line for: --aircraft=
No user specified aircraft, using default
Reading default aircraft: c172 from /usr/local/FlightGear/Aircraft/c172-set.xml
Processing command line arguments
Finished command line arguments
Opening a window: 800x600
Mesa DRI Radeon 20010402 AGP 1x x86/MMX/3DNow!
Max texture size = 1024
Depth buffer bits = 16
WARNING: fntLoadTXF: Failed to open 'Courier.txf' for reading.
WARNING: fntLoadTXF: Failed to open 'Times-Roman.txf' for reading.
WARNING: fntLoadTXF: Failed to open 'Helvetica.txf' for reading.
FATAL: PUI: Could not load default fonts.

With strace :

strace fgfs --fg-root=/usr/local/FlightGear
.......
.......
open("Courier.txf", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "WARNING: fntLoadTXF: Failed to o"..., 63WARNING: fntLoadTXF: Failed to open 'Courier.txf' for reading.
) = 63
open("Times-Roman.txf", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "WARNING: fntLoadTXF: Failed to o"..., 67WARNING: fntLoadTXF: Failed to open 'Times-Roman.txf' for reading.
) = 67
open("Helvetica.txf", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "WARNING: fntLoadTXF: Failed to o"..., 65WARNING: fntLoadTXF: Failed to open 'Helvetica.txf' for reading.
) = 65
write(2, "FATAL: PUI: Could not load defau"..., 42FATAL: PUI: Could not load default fonts.
) = 42
_exit(1) = ?

In my mind it try's to open a file on the current path. but i don't understand why... or maybe i dont have a environement variable.

Someone can help me please ???

Cordially
Alexandre MOREL


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

Reply via email to