Jump to content

Fix for Linux OpenJK server with JA++


UberGoat

Recommended Posts

If anyone was encountering a pthread error when trying to run the JA++ mod on a Linux OpenJK server, make sure your .sh script that runs the server looks similar to this:

 

LD_PRELOAD=/lib/x86_64-linux-gnu/libpthread.so.0 ./openjkded.x86_64 +set fs_homepath ./ +set fs_game "japlus" +exec server.cfg
 
The biggest thing to note is the LD_PRELOAD prefix.  Note that this is particularly for a Linux 64-bit OpenJK server.
Smoo and Raz0r like this
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...