Help me please :(

LucasPlay

New Member
My server is giving this issue: "This server is running an incorrect version of the server side aplication . You cannot play"

I have the same files on my personal machine, and connect without problems, this bug only occurs when I start the server on my VPS
aeDzZr5.png
 
more info please

1. what epoch version?
2. were did you download it from?
3. standard mission file or custom?
4. arma patch version.

we cant help with just a screen shot :)
 
Clean install server files

make sure your starting server with -mod=@DayZ_Epoch;@DayZ_Epoch_Server;

make sure your starting client with -mod=@DayZ_Epoch;

ensure SQL is imported and HiveExt.ini is configured

start server up first then start client

make sure in client you see the epoch logo


BAT start server (copy code into a txt document and rename it Start Server.bat)
Code:
@echo offstart "arma2" /min arma2oaserver.exe -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"

you can still start arma using the old beta patch with no steam

use the below to do so

get the beat patch from here and install it (its ok it wont override your steam patch version)
http://www.arma2.com/downloads/update/beta/ARMA2_OA_Build_112555.zip

then use the below BAT to start arma with no steam
BAT start client
Code:
start  Expansion\beta\arma2oa.exe -mod=@DayZ_Epoch; -beta=Expansion\beta;Expansion\beta\Expansion -nosplash -world=empty

let us know if any of the above helps at all.
 
Clean install server files

make sure your starting server with -mod=@DayZ_Epoch;@DayZ_Epoch_Server;

make sure your starting client with -mod=@DayZ_Epoch;

ensure SQL is imported and HiveExt.ini is configured

start server up first then start client

make sure in client you see the epoch logo


BAT start server (copy code into a txt document and rename it Start Server.bat)
Code:
@echo offstart "arma2" /min arma2oaserver.exe -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"

you can still start arma using the old beta patch with no steam

use the below to do so

get the beat patch from here and install it (its ok it wont override your steam patch version)
http://www.arma2.com/downloads/update/beta/ARMA2_OA_Build_112555.zip

then use the below BAT to start arma with no steam
BAT start client
Code:
start  Expansion\beta\arma2oa.exe -mod=@DayZ_Epoch; -beta=Expansion\beta;Expansion\beta\Expansion -nosplash -world=empty

let us know if any of the above helps at all.
Nothing works, I will post two prints here, a server, hosted on my machine and another, hosted in my vps, to my machine operates normally
My machine:http://prntscr.com/blxn2w
On my vps: http://prntscr.com/blxp0b

This only occurs in vps, I did the same installation process in two!
 
Nothing works, I will post two prints here, a server, hosted on my machine and another, hosted in my vps, to my machine operates normally
My machine:http://prntscr.com/blxn2w
On my vps: http://prntscr.com/blxp0b

This only occurs in vps, I did the same installation process in two!

You need to install the Visual C++ x86 Redistribution Package for Visual Studio 2013 from http://www.microsoft.com/en-us/download/details.aspx?id=40784
on your VPS :p

also install the below to be sure :)
Visual C++ x64 Redistribution Package for Visual Studio 2013
Visual C++ x86 Redistribution Package for Visual Studio 2010
Visual C++ x64 Redistribution Package for Visual Studio 2010
 
Last edited:
hmm i have no idea then :(

if there exactly the same install then there has to be something missing on the VPS :(

sorry i cant help more
 
Back
Top