Posted September 25, 2020
Here's a suggestion for anyone with a crash issue.
I was experiencing a repeatable crash in X3 Reunion during the first mission on Linux (mostly up-to-date Arch). On a whim I decided to try replacing the bundled libraries in the lib/ and game/lib/ directories with packed ones and 2 I had to build my self. Surprisingly that fixed the crash and I was able to finish that and eventually dock at a station so I could save after the mission.
I had to build ffmpeg 0.9.4 and GLEW 1.9.0. Fortunately I know ffmpeg and think it is easy and GLEW just needed a minor change to the lib32-glew PKGBUILD. I renamed the two directories to lib.old and copied my newly built libavcodec.so.53 libavformat.so.53 libavutil.so.51 libGLEW.so.1.9 libswscale.so.2 into a new game/lib directory.
Now I can fly in space.
I was experiencing a repeatable crash in X3 Reunion during the first mission on Linux (mostly up-to-date Arch). On a whim I decided to try replacing the bundled libraries in the lib/ and game/lib/ directories with packed ones and 2 I had to build my self. Surprisingly that fixed the crash and I was able to finish that and eventually dock at a station so I could save after the mission.
I had to build ffmpeg 0.9.4 and GLEW 1.9.0. Fortunately I know ffmpeg and think it is easy and GLEW just needed a minor change to the lib32-glew PKGBUILD. I renamed the two directories to lib.old and copied my newly built libavcodec.so.53 libavformat.so.53 libavutil.so.51 libGLEW.so.1.9 libswscale.so.2 into a new game/lib directory.
Now I can fly in space.