Jump to content
Sign in to follow this  
RogerJ

Error Arma2server in Win Server 2003

Recommended Posts

Arma2server can not run on windows server 2003.

the error appears

The windows can not find -port=2302-name=default-config=default\server.cfg-cfg=default\Arma2.cfg-profiles=default Make sure the name is spelled correctly and try again. Search for a file, click the Start button and click Search.

Command line in windows server 2003

"C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302-name=default-config=default\server.cfg-cfg=default\Arma2.cfg-profiles=default

Whats is wrong, can someone help me?

Tanks

Share this post


Link to post
Share on other sites

Your commandline is wrong. It should be something like this:

"C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302 -name=default -config=default\server.cfg -cfg=default\Arma2.cfg -profiles=default"

Share this post


Link to post
Share on other sites

And you are sure path is correct (C:\Program Files not ProgramFiles or Program Files32)? And your configs are located in a subfolder called default?

Share this post


Link to post
Share on other sites

The folder path is now correct the error was in .bat file

was as follows:

start "C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302 -name=default -config=default\server.cfg -cfg=default\Arma2.cfg -profiles=default

changed as follows:

start

"C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302 -name=default -config=default\server.cfg -cfg=default\Arma2.cfg -profiles=default

Server now starts with other error

BattlEye initialization failed.

may server.cfg file in this way:

BattlEye = 1;

changing to

BattlEye=0;

the server starts

The folders are as follows:

C:\Program Files\Bohemia Interactive\ArmA 2 Free\default

In the default folder contains files arma2.cfg, server.cfg, and arma2server.RPT mayserver.log

C:\Program Files\Bohemia Interactive\ArmA 2 Free\default\BattlEye

In the BattlEye folder contains the file BEServer.dll

C:\Program Files\Bohemia Interactive\ArmA 2 Free\default\Users\default

In the default folder contains the file default.ArmA2Profile

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×