This site is being deprecated.

Please see the official X‑Plane Support page for help.

0 votes
asked by (18 points)

both libc++1 and libc++abi1 are installed, the installer runs and then when I go to start the game I get a segmentation fault.

 

Output from GDB:  
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff571b500 in std::__1::basic_ostream<char, std::__1::char_traits<char> >::basic_ostream (this=<optimized out>, __sb=<optimized out>) at ../projects/libcxx/include/ostream:280
280     ../projects/libcxx/include/ostream: No such file or directory.

I checked using LDD, the program has all of the libraries it needs, but seems to fail on startup looking for the ostream function, was it compiled correctly?

Please log in or register to answer this question.

...