mouseymars
Pathfinder-
Content Count
8 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout mouseymars
-
Rank
Pathfinder
-
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. 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.
-
Unofficial Dedicated Server Info!
mouseymars replied to INVALID's topic in Dedicated Server and Developer Tools Discussion
Hi, When will we have 6.2 linux files?? -
Unofficial Dedicated Server Info!
mouseymars replied to INVALID's topic in Dedicated Server and Developer Tools Discussion
Nice plug. Already fixed it, you need to clear userdata and make sure you force anonymous. -
Unofficial Dedicated Server Info!
mouseymars replied to INVALID's topic in Dedicated Server and Developer Tools Discussion
lol you need to change every single step, following that wouldn't give you a running server. -
Unofficial Dedicated Server Info!
mouseymars replied to INVALID's topic in Dedicated Server and Developer Tools Discussion
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. that guide is useless and completely invalid. -
Unofficial Dedicated Server Info!
mouseymars replied to INVALID's topic in Dedicated Server and Developer Tools Discussion
How? Anonymous gives no subscription, logged in owning atlas gives no subscription. -
Unofficial Dedicated Server Info!
mouseymars replied to INVALID's topic in Dedicated Server and Developer Tools Discussion
How do we get the updated files? 1006030 doesn't work. -
Unofficial Dedicated Server Info!
mouseymars replied to INVALID's topic in Dedicated Server and Developer Tools Discussion
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.