Suspect this could be your welcome to Linux evolution and resolution through symbolic linking. My real world experience running Linux X-Plane was on version 10.2x. Back when I tried this found a number of links that had to be created for my Unbuntu distro. Note, XP10 was re-linked with newer library versions when Steam support was added thus making this easier. For your case you have an older application (XP9) trying to work with much later library versions.
I also ran into to "issues" when the PPT was not assigned to a physical button. Which for me wasn't a problem since I have a Yoke. I was never able to get it to work with a PTT key.
After reviewing some of my notes I remembered that I was NEVER able to get PE to work on the 32 bit version. Successful PE tests didn't happen until I switched to the 64 bit version.
viewtopic.php?f=12&t=4414&start=10#p28866
Confirm the length of the call sign used to log onto PE. If long, try a shorter ID of 5 characters or less.
Which video drivers are you using (Nvidia, Radon, Mesa)?
Confirm that you have installed Open-AL (sound) on this Linux. Good idea to confirm that sound actually works.
Under "
Gathering the required libraries";
http://www.x-plane.com/?article=linux-i ... alkthrough
Check for missing libraries and undefined symbols with the "ldd" command. See troubleshooting under the X-plane linux walk through. If there are undefined symbols these will need symbolic links. Once this is done for X-plane executable itself it will need to be repeated for the PE plugin (lin.xpl). It will be necessary to pick the correct version for the OS (32 bit or 64 bit) in use. The 32 bit version should be in the PE root level. The 64 bit version will be in the /64 directory.
For the PE plugin the command should look something like:
ldd "./home/alexplane/X-Plane 9/X-Plane.exe"
ldd "./home/alexplane/X-Plane 9/Resources/plugins/PilotEdge/lin.xpl"
As a reminder that under Linux it's quite possible to mix/match 32 bit and 64 bit libraries on the same PC. Linux doesn't always give much trouble shooting help should this be done incorrectly. IMO this is more likely to happen when trying to run a 32 bit application on a 64 bit OS. Running a 32 bit application on a 32 bit OS does improve the odds of success.
If there are no undefined symbols from the "ldd" command, then further trouble shooting is likely over my Linux head. Sorry.
>>
Troubleshooting
If, when trying to run the installer from the command line, an error about a missing library (for instance, libopenal) appears, try searching the operating system’s package manager for the missing file. If that fails, search Google with the library name and the name of the Linux distribution.
To quickly determine what libraries will be needed to run the installer, use the
ldd ./[installer name]
command in a terminal (after moving to that directory with the “cd” command).
<<
TexFly wrote:I'm building a quick Sim for my Instrument rating...
IMO using "quick" and "Linux" is the same sentence is a Myth. Adding "un-supported application" into this mix could make it even more difficult.