Jump to content

w4rgo

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by w4rgo

  1. Stratis is supported.  There is a mission file for it distributed with the server files.  If you have already started a Stratis server though you will need a new database instance, since the coordinates data is different between maps.  

     

    Do you know why it says

     

    // MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
    class Missions
    {
    class Epoch {
    template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
    difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
    };
    };
  2. Ok I have one last issue and if I can get it fixed I should be good to go. There's some other minor issues but I can fix them later. Ok here it is: 

     

    My server will start up and so will redis but I will get error message after error message on the redis app saying:

     

    "# can't save in background: fork: Invalid argument 

     * 1 changes in 900 seconds saving...

    #beginForkOperation: system error caught. error code

    =0x000005af, message=BeginForkOperation: VirtualProtect failed: unknown error"

     

    It saves gear and player position and everything until server restart. Once the server shuts down redis "stops working properly" and is closed by windows.

     

    In the redis.conf I set the IP to my servers IP and changed the password then in my server.ini I set the redis IP to my servers IP and set the port to 6397 since it only seems to accept connections on that port when I start reddis and I set the password to match what I put the redis.conf. The DB folder is in my Arma 3 Directory with all the files in the folder just how it came.

     

    I'm assuming that since it's saving gear until restart that it's at least partially working. If someone can see a mistake that I've made or something I missed in what I've described can you please help me out. This is the last step I need to get my server going. 

     

    I have the same error spamming:

     

    "# can't save in background: fork: Invalid argument 

     * 1 changes in 900 seconds saving...

    #beginForkOperation: system error caught. error code

    =0x000005af, message=BeginForkOperation: VirtualProtect failed: unknown error"

  3. Hi,

     

    I downloaded Epoch mod from the torrent link.

     

    Im loading the mod using arma3launcher (@Epoch). (I loaded it this way in previous versions and worked).

     

    When I try to join any Epoch server (0.2.5.1 version) I get the error: 

     

    Server and Client running with different Version! (You: 0.2.5.1 // Server: any)

     

    On the Arma3.log file I get:

     

    22:36:18 "EPOCH-LOGIN: Check Server"
    22:36:18 "Server and Client running with different Version! (You: 0.2.5.1 // Server: any)"
    22:36:18 Error in expression <e >> "CfgMods" >> "Epoch" >> "version"),_serverVersion];
    _msg call Epoch_updateL>
    22:36:18   Error position: <_serverVersion];
    _msg call Epoch_updateL>
    22:36:18   Error Variable no definida en la expresión: _serverversion
    22:36:18 "(176.689) Server and Client running with different Version! (You: 0.2.5.1 // Server: any)"
     
    Any clue ?
×
×
  • Create New...