Seems no matter what I try, drawing from the Gentoo wiki and other sources, Flightgear will not find and/or load any downloaded aircraft. Flightgear was installed from the official Gentoo repository. I've lost the plot after a few nights of trying, so here are some initial data points (despite me trying many many other things, and presuming I'm now way off course):
Code: Select all
$ ls -l ~/.fgfs/Aircraft/
total 16
drwxr-xr-x 4 statik statik 4096 Oct 22 2018 747
drwxr-xr-x 5 statik statik 4096 Oct 22 2018 Dragonfly
drwxr-xr-x 9 statik statik 4096 Oct 22 2018 S-51-Dragonfly
drwxr-xr-x 2 statik statik 4096 Oct 5 20:41 ThumbnailCacheCode: Select all
$ ls -l ~/.fgfs/Aircraft/S-51-Dragonfly/
total 1180
-rw-r--r-- 1 statik statik 18040 Oct 22 2018 COPYING
drwxr-xr-x 2 statik statik 4096 Oct 22 2018 Help
drwxr-xr-x 2 statik statik 4096 Oct 22 2018 Inputs
drwxr-xr-x 3 statik statik 4096 Oct 22 2018 Instruments
-rw-r--r-- 1 statik statik 8422 Oct 22 2018 LIS-MOI_GNU-GPL
drwxr-xr-x 5 statik statik 4096 Oct 22 2018 Models
drwxr-xr-x 3 statik statik 4096 Oct 22 2018 Panels
-rw-r--r-- 1 statik statik 872 Oct 22 2018 README-FIRST
-rw-r--r-- 1 statik statik 4171 Oct 22 2018 S-51-set.xml
-rw-r--r-- 1 statik statik 7272 Oct 22 2018 s51.xml
drwxr-xr-x 2 statik statik 4096 Oct 22 2018 Sounds
-rw-r--r-- 1 statik statik 701328 Oct 22 2018 splash2.rgb
-rw-r--r-- 1 statik statik 416621 Oct 22 2018 splash.rgb
drwxr-xr-x 2 statik statik 4096 Oct 22 2018 System
-rw-r--r-- 1 statik statik 3857 Oct 22 2018 thumbnail.jpgCode: Select all
$ fgfs --aircraft=s51
0.00 [INFO]:general FlightGear: Version 2020.1.2
0.00 [INFO]:general FlightGear: Build Type Release
0.00 [INFO]:general Built with GNU C++ version 9.3
0.00 [INFO]:general Jenkins number/ID 0:none
0.00 [INFO]:general platform default fg_root = Path "/usr/share/flightgear"
0.01 [INFO]:input Reading user settings from Path "/home/statik/.fgfs/autosave_2020_1.xml"
0.01 [INFO]:general init package root at:Path "/home/statik/.fgfs/Aircraft"
0.01 [INFO]:input aircraft = s51
FATAL: The requested aircraft (s51) could not be found in any of the search paths.
0.01 [ALRT]:general Cannot find the specified aircraft: 's51'
0.01 [INFO]:io Saving user settings to Path "/home/statik/.fgfs/autosave_2020_1.xml"
0.01 [WARN]:general SGSubsystemMgr::remove: not found: sceneryCode: Select all
$ fgfs --show-aircraft
0.00 [INFO]:general FlightGear: Version 2020.1.2
0.00 [INFO]:general FlightGear: Build Type Release
0.00 [INFO]:general Built with GNU C++ version 9.3
0.00 [INFO]:general Jenkins number/ID 0:none
0.00 [INFO]:general platform default fg_root = Path "/usr/share/flightgear"
0.01 [INFO]:input Reading user settings from Path "/home/statik/.fgfs/autosave_2020_1.xml"
0.01 [INFO]:general init package root at:Path "/home/statik/.fgfs/Aircraft"
0.01 [INFO]:input No user specified aircraft, using default
Available aircraft:
c172p Cessna 172P Skyhawk (1982)
c172p-amphibious Cessna 172P (180 hp) Amphibious
c172p-bush26 Cessna 172P (160 hp) 26" Bush Tires
c172p-bush36 Cessna 172P (160 hp) 36" Bush Tires
c172p-float Cessna 172P (180 hp) Float
c172p-ski Cessna 172P (180 hp) Ski
mibs FG video assistant
ufo UFO from the 'White Project' of the UNESCOCode: Select all
init package root at:Path "/home/statik/.fgfs/Aircraft"So it seems to be looking in the right place. Again, I've simply tried too many things to give much more of a detailed summary of ground I've already covered at this point (basically starting over, hopefully with some help), but assuming I'm missing something obvious.
Thanks for reading.

