Questions tagged [xplane]

8 questions
7
votes
2 answers

‘numeric_limits’ is not a member of ‘std’

I am trying to compile an application from source, FlyWithLua, which includes the sol2 library. I am following the instructions but when I run cmake --build ./build I get the following error: In file included from…
CHsurfer
  • 1,304
  • 1
  • 15
  • 34
2
votes
1 answer

Ffmpeg gdigrab records black window when capturing graphics-intensive flight simulator

I am trying to capture video from XPlane, a popular flight simulator. I'm running on Windows. Normally, I can capture individual windows using gdigrab, but when I use it on an XPlane window like so... ffmpeg -f gdigrab -framerate 30 -i "X-System"…
iter
  • 4,171
  • 8
  • 35
  • 59
1
vote
2 answers

Cairo_quartz_font giving Undefined symbols for architecture x86_64 error

I am trying to make a mac build of this. It is using the meson build system for Cairo. Whenever I $ make -j3 I get Undefined symbols for architecture x86_64: followed by this repeated for functions in the file. "_CFDataGetBytes", referenced from: …
Cactus
  • 87
  • 10
0
votes
0 answers

Performance Issues with My GCP Instance Running X-Plane 11

I am currently a user of Google Cloud Platform, and I recently created an instance to run the flight simulator X-Plane 11. Unfortunately, I am experiencing performance issues with my instance, and I am not achieving the expected results despite…
0
votes
2 answers

Only one packet comes from Xplane 11 data packets to C#

I'm developing an XPlane 11 ground control station in C# .net framework winforms. I am successfully pulling data from XPlane. However, I have a problem. Data comes via UDP. After selecting the data packets that I want to send in the Xplane…
0
votes
2 answers

xplane11 control pilot aircraft freeze loose settings

I use for professional piloting over airport Xplane 11 on windows 10 home, and sometimes by hour this software freeze stop running while I piloting real a airfreighter in sky, and to doing revoring is slow as 5 minutes minimum, also to start 3D…
Tim
  • 11
  • 3
0
votes
1 answer

XPlane 11: How can I extract useful information about a flight given a byte string?

right now my code reads and collects UDP packets from ethernet and stores them in a txt file. I want to extract certain values (ie. speed) from each packet but I'm seeing a lot of conflicting instructions on how to do this. Is there a certain…
-1
votes
1 answer

GD library is still missing after I installed it

So I am creating a website for my virtual airline for xplane-11, and I came across this error: Fatal error: Uncaught Exception: Required GD library is missing in /var/www/html/vam/captcha/simple-php-captcha.php:13 Stack trace: #0…