Results 1 to 10 of 36

Thread: ERROR: ld.so: object 'libcod2_1_3.so' from LD_PRELOAD cannot be preloaded (cannot ope

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... connecting
    Join Date
    Oct 2017
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts
    I use the downloaded file
    PHP Code:
    #!/bin/bash

    export LD_PRELOAD="$HOME/cod2_1_3/libcod2_1_3.so"

    PARAMS="+set fs_homepath /home/name/.callofduty2_1_3 +set fs_game main +set dedicated 2 +set net_port 28962 +exec server.cfg +set sv_cracked 1"

    while true ; do
            
    "$HOME/cod2_1_3/cod2_lnxded" "$PARAMS"
            
    echo "Restarting the server..."
            
    sleep 1
    done
    exit 
    Last edited by WoOtLax; 30th October 2017 at 14:44.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •