Jump to content

Clanhost

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Clanhost

  1. yes :) I assumed that this is just a mistaken copy and paste from other configuration. Because later we can see proper lib being called:

     

    If it is not then this is of course wrong :)

     

    Yeah, sorry currently it is set to no quarter mod. Obviously normally it is "silent"

     

    ~/ equals to /home/stocken/

     

    The root of the installation is indeed located in /home/stocken/games/et

  2. Hi,

     

    I'm a employee of the GSP trying to get this mod installed for TS.

     

    We use the following script to start the game server. Any thoughts or suggestions?

     

    #!/bin/bash
    
    cd ~/games/et/
    
    while ( true );
    do ./etded +set ttycon 0 +set fs_game nq +set vm_game 0 +set net_ip XXX.XXX.XXX.XXX +set net_port 27960 +set com_hunkmegs 64 +set com_zoneMegs 32 +set fs_basepath /home/stocken/games/et +set fs_homepath /home/stocken/games/et +exec server.cfg > ~/server.log 2>&1;
    cp ~/server.log ~/server.log.old;
    sleep 10;
    done

     

    Now I have placed the "liblua5.1.so" file both in "/home/stocken/games/et" and in "/home/stocken/games/et/silent". And I'm still getting the same error message. Here are the last few lines of the log file.

     

    9630 files in pk3 files
    Sys_LoadDll(/home/stocken/games/et/silent/qagame.mp.i386.so)...
    Sys_LoadDll(/home/stocken/games/et/silent/qagame.mp.i386.so) failed:
    "liblua5.1.so: cannot open shared object file: No such file or directory"
    Sys_LoadDll(/home/stocken/games/et/silent/qagame.mp.i386.so)...
    Sys_LoadDll(/home/stocken/games/et/silent/qagame.mp.i386.so) failed:
    "liblua5.1.so: cannot open shared object file: No such file or directory"
    Sys_LoadDll(qagame) failed dlopen() completely!
    ----- Server Shutdown -----
    Resolving etmaster.idsoftware.com
    etmaster.idsoftware.com resolved to 192.246.40.60:27950
    Sending heartbeat to etmaster.idsoftware.com
    ---------------------------
    Sys_Error: VM_Create on game failed

     

    Any help is appreciated. Thank you in advance.

×
×
  • Create New...