Jump to content

selfmega

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About selfmega

  • Rank
    Private
  1. linkinpunk, the -t option of netstat makes it display only TCP sockets, the server uses only UDP. You need to use -unlp in this case
  2. wrong about this part as I deliberately pointed out that my server is visible about steamport and steamqueryport - yes, i have set them. you should probably check if the ports that you set in those directives are actually reachable from internet and not firewalled (not mentioning that you should have a real IP address, assuming you know about this) this version of server should not be visible through DayZ commander, because it uses gamespy for listing, and new versions of ArmA 2 OA use steam. Not even sure they (DayZ commander developers) would be able to make it work with steam in future versions
  3. Hello, morphixgb and other guys having the "[s_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed." problem and "Session lost" problem The first error is happening because the server does check for graphical steam client running, but it seems that it does not affect the functionality, and can be ignored. The magic thing you need to do to get rid of "Session lost" is create file "steam_appid.txt" in server folder and put "33930" in there. That is how I got it working for me, after this server is showing up in 1.63 steam based game browser, and I can connect with current steam ArmA 2 OA client
  4. You probably got segfault because you toyed with libc. You only need to install 32 bit compatibility libs if you are running 64 bit system. If your linux system is so old that it has incompatible glibc(which is unlikely) it is better to just upgrade. Server starts without errors if everything is installed correctly
  5. would you be so kind to answer questions I posted earlier?
  6. it is the steam application itself. The same that used in windows, but ported to linux http://media.steampowered.com/client/installer/steam.deb you need to have X based desktop environment running on server, and probably VNC to control it
  7. Nope, I said that I have trouble connecting to server with steam client, the server itself starts without errors if you properly install graphical steam client and have it logged in and running.
  8. Hello, Dwarden Could you please clarify a few things? Is running graphical steam client necessary for starting server now? or is it just the .so files that are needed? what is correct steam appid for Arma 2 OA linux dedicated server? Is it mandatory to set it? The second thing is - even after running the server in conjunction with steam client, I get "Session lost" immediately after clicking the "Join" button, it is not even letting me into the lobby. I am using steam version of Arma 2 OA (1.63.125548). Reinstalled both server and client files without any effect. It is working fine if I downgrade the server to 1.63.112555 and use steam Arma 2 OA beta (1.63.112555), also I am using Epoch mod 1.0.5.2 if it is relevant Looking forward to your answer
×