Jump to content

barf

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Posts posted by barf


  1. Can someone please confirm if we need to now pay to offer dedicated servers, when running the Apex expansion / Tanoa missions?

     

    Ie; as opposed to the current situation where we can install and run dedicated servers via Steam for free.

     

    Trying to test a Tanoa mission I'm developing but when testing the dedicated server logs contain errors about the mission's template not being installed. I've tried 1.62 RC beta codes "apex_sneak_preview", "Arma3Update162RC" and "Arma3Update162" using appid 107410.

    Sorry if this has been covered I did search for 'apex dedicated server'..

     

    Server logs are below:

    14:34:44 BattlEye Server: Initialized (v1.213)
    14:34:44 Host identity created.
    [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
    Setting breakpad minidump AppID = 107410
    14:34:44 Game Port: 2302, Steam Query Port: 2303
    2016/06/17, 14:34:44 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
    Arma 3 Console version 1.62 : port 2302
    14:34:44 BattlEye Server: Ping detection currently not working, MaxPing command disabled
    2016/06/17, 14:34:45 Connected to Steam servers
    14:36:40 foo uses modified data file
    14:36:40 BattlEye Server: Player #0 foo (203.0.113.0:2304) connected
    14:36:40 Player foo connecting.
    2016/06/17, 14:36:40 Can't find a mission with template name: 'TanoaInsurgency.Tanoa.pbo', skipping to next mission.
    2016/06/17, 14:36:41 Can't find a mission with template name: 'TanoaInsurgency.Tanoa.pbo', skipping to next mission.
    2016/06/17, 14:36:42 Can't find a mission with template name: 'TanoaInsurgency.Tanoa.pbo', skipping to next mission.
    2016/06/17, 14:36:42 In last 1000 miliseconds was lost another 49 these messages.
    14:36:43 BattlEye Server: Player #0 foo - GUID: 2788a85ec97341459d8639dd8b1064c2 (unverified)
    14:36:43 Player foo connected (id=76007447966839801).
    14:36:43 BattlEye Server: Verified GUID (2788a85ec97341459d8639dd8b1064c2) of player #0 foo
    2016/06/17, 14:36:43 Can't find a mission with template name: 'TanoaInsurgency.Tanoa.pbo', skipping to next mission.
    2016/06/17, 14:36:43 In last 1000 miliseconds was lost another 49 these messages.
    
    
    When connecting the client just hangs, server appears in the browser OK it's just failing to load the mission. What does this 'can't find mission' error relate to exactly? I have the mission pbo in mpmissions/

  2. Hello I'm trying to run operation arrowhead with ACE and ACRE on a Linux server and can't start the missions because of the following error:

    2013/02/06, 14:06:03 Missing addons detected:
    2013/02/06, 14:06:03   caweapons_ammoboxes
    2013/02/06, 14:06:03   CATracked2_AAV
    2013/02/06, 14:06:03 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.caweapons_ammoboxes, CATracked2_AAV

    I copied operation arrowhead from the steam directory on my PC to the server - does anyone know what files I'm presumably missing? how do I find which files provides these missing addons?

    starting with the following paramaters:

    ./server -cfg=basic.cfg -config=server.cfg -name=server -mod=expansion;@cba;@cba_a2;@cba_oa;@jayarma2lib_new;@ace;@acex;@acex_usnavy;@acex_sm;@acex_ru;@fallujah


  3. ignore that last post, i've got the server to start by upgrading Debian's libstdc++ seems like the server binary was compiled on/for Ubuntu 12.04 or newer

    Now I need to understand why there are so many "Warning Message: No entry" errors - are they related to missing (mod) files? Running vanilla there are no errors or warnings.

    Also, what does an ACE Insurgency mission rotation class look like?


  4. Hello, it may be because I'm still learning the system but, I can't seem to start a dedicated server. This is just the vanilla Arma 2 dedicated server, with no mods. The game data was downloaded from Steam and copied to the server before running the ./install script. It fails with Segmentation Fault and leaves a core dump, I downloaded "a2-server-1.11.87389.tar.bz2" to this Debian Squeeze box.

    The failing stderr output can be seen at pastebin dot com slash UKt006nC and my server.cfg is at pastebin dot com slash VgKwzkRc

    the full path and arguments to the server are as below (as executed by the 'arma2server start' System V script):

    /home/arma2/arma2/server -server -config=server.cfg -port=2302 -pid=/home/arma2/arma2/2302.pid

    Is my configuration wrong or missing something? Would appreciate any good advice, thanks.

×