Jump to content

mouseymars

Pathfinder
  • Content Count

    8
  • Joined

  • Last visited

Posts posted by mouseymars


  1. Rob can you please update your build machine. It needs openssl and curl updated.

     

    Basically all updated Linux distros use openssl 1.1 and curl 4, this application requires an outdated distro to run.

     

     

    6 hours ago, Morgrhim said:

    For anyone getting something similar to the following:

    ./ShooterGameServer: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /usr/atlas/ShooterGame/Binaries/Linux/libaws-cpp-sdk-core.so)

     

    Your linux distro uses libcurl4. You need libcurl3 to run this. You will need to remove libcurl4 (For ubuntu this means removing libcurl4 and libcurl4-openssl-dev), and then install libcurl3. This error will go away once you do that.
     

    It's not as easy as removing libcurl4. I would argue that's not even an option.

     

    libcurl4 is necessary for a lot of applications, including the curl command.

    I reported this issue almost 4 weeks ago.


  2. Hi,

     

    I'm using:

     

    steamcmd.exe +login anonymous +force_install_dir atlas +app_update 1006030 validate +quit

    steamcmd.exe +login anonymous +force_install_dir atlas +app_update 1006030 validate +quit

     

    It doesn't work.

    1 minute ago, DJWK The Legend said:
    1. Create a folder where you wish to store your Atlas game server hosting files in
    2. Inside of the folder, create a folder called SteamCMD and place the newly downloading SteamCMD.exe file within it
    3. Create a batch file named SteamCMD.bat within the SteamCMD folder
    4. Place the following code in this batch file:
    @echo off
    start "" steamcmd.exe +login username password +force_install_dir "C:\Some\Path\Where\You\Want\Game\Server\Files\To\Go" +app_update 123456 validate +quit
    1. Change the "Username" and "Password" with your steam login info
    2. Change the Path of the C:\ drive to the location of your Atlas server folder you created earlier
    3. Right-click SteamCMD.bat and Run as Administrator
    4. Your game server files should start downloading now

     

    https://www.survivalservers.com/wiki/index.php?title=How_to_Create_an_Atlas_Dedicated_Server_Guide

     

    that guide is useless and completely invalid.

    • Like 2

  3. Hi,

    Not sure who can help but I'm trying to get Atlas servers working on Linux.

    First error:

     

    ./ShooterGameServer: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory


     

    Fixed by installing libcurl3 (Ubuntu 16), this won't work Ubuntu 18 because it uses libcurl4. Installing libcurl3 uninstalls loads of programs including curl.

    New error:

     

    Using binned.
    4.5.1-0+UE4 7038 3077 408 10
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    /home/buildbot/buildslave/steam_rel_client_linux64/build/src/clientdll/applicationmanager.cpp (3004) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
    /home/buildbot/buildslave/steam_rel_client_linux64/build/src/clientdll/applicationmanager.cpp (3004) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
    /home/buildbot/buildslave/steam_rel_client_linux64/build/src/clientdll/applicationmanager.cpp (3155) : Assertion Failed: m_vecInstallBaseFolders.Count() > 0
    Setting breakpad minidump AppID = 834910
    Signal 11 caught.
    EngineCrashHandler: Signal=11
    Segmentation fault (core dumped)

     

     

    Now that one I'm not sure how to fix.
     

×
×
  • Create New...