Jump to content
Sign in to follow this  
dimon

Can't find my server in game browser

Recommended Posts

Can't find my server in game browser

Hi I need help. I have 2 Arma2 CO servers. But I can't find them in server browser. I can find them only in filter or with ip-port. Where the problem? Beta patch no helps.

78.30.254.58:2340 KPblM ARMA2 (Crimean Games) CO ACE [sevStar.net]

78.30.254.58:2302 KPblM ARMA2.Crimea.UA [sevStar.net]

linux

server.cfg

passwordadmin = "";

hostname="KPblM ARMA2 (Crimean Games) CO ACE [sevStar.net]";

reportingIP = "arma2oapc.master.gamespy.com";

maxplayers = 64;

disablevon = 0;

kickduplicate = 1;

persistent = 1;

battleye = 1;

// 100% or more players need to vote for mission to become effective

// set to 1.5 to turn off missions voting

votethreshold=1;

verifySignatures=2;

requiredSecureId=2;

regularcheck="{}";

doubleiddetected = "kick (_this select 0)";

onhackeddata = "kick (_this select 0)";

//ondifferentdata = "kick (_this select 0)";

onunsigneddata = "kick (_this select 0)";

// If specified player connects/disconnects and player id's are written to file.

// The loffile is persistant and appends data on server restart.

logFile="log/server_console.log";

motd[]=

{

}

;

motdInterval=20;

class Missions

{

class Mission01

{

template = evo.takistan;

difficulty = Veteran;

};

};

// Enables network traffic logging, client IP etc

netlog=1;

// Set the timestamp format used on each report line in server-side RPT file.

// Possible values are "none" (default),"short","full".

timeStampFormat=full;

Edited by Dimon

Share this post


Link to post
Share on other sites

Have you tried running only one server? Does that make anything? How do you launch it, do you use supplied arma2oaserver script or some third party tool? In case you run two servers you should have separate configs for them. As for the server not seen in server browser it may indicate a problem with firewalls if not in configs. Lastly, did it ever work right or is this a fresh install on new server? Server hosted in data center ( rented ) or home? Which linux distribution?

Lots of question and lets not forget what does log says.

Share this post


Link to post
Share on other sites

> Have you tried running only one server? Does that make anything?

the problem was from the beginning when the first server was launched

> How do you launch it, do you use supplied arma2oaserver script or some third party tool?

We use custom script. Params supplied to server CO:

-server -cfg=arma2co.cfg -config=config-jhqwhawhawuh/server.cfg -port=2320 -cpuCount=2 -exThreads=7 -maxmem=2047 -noCB

> In case you run two servers you should have separate configs for them.

Servers starts from different directories with different configs and different -port parameter (2302, 2320 and 2340).

> As for the server not seen in server browser it may indicate a problem with firewalls if not in configs.

There is no firewall on server. All ports are opened.

> Server hosted in data center ( rented ) or home?

We use collocation - our server in datacenter.

> Which linux distribution?

Debian 6.

Share this post


Link to post
Share on other sites

Command line parameter is wrong.

-cpuCount=2 -exThreads=7

This parameter should be

-cpuCount=4 -exThreads=7

That is if you have quad core cpu. In case of dual core its just -cpuCount=2.

Parameter -noCB should not be there if you use multicore system

-noCB Turns off multicore use. It slows down rendering but may resolve visual glitches.

http://community.bistudio.com/wiki/Arma2:_Startup_Parameters

Everything else sound fine, but try passing the -ip parameter to each server.

-ip=nnn.nnn.nnn.nnn

I assume server is staring fine, but just in case check you server.log to see if there are any errors. Also try allowing it to write PID with parameter

-pid=<filename>

If everything else fails try to use supplied script for server start and make sure to configure it properly, but do check logs to see if server is starting fine.

Share this post


Link to post
Share on other sites

what about the gamespy reporting IP param? I think that is in server.cfg?

-config=config-jhqwhawhawuh/server.cfg

Why the strange config path? to hide it better?

Share this post


Link to post
Share on other sites
Command line parameter is wrong.

-cpuCount=2 -exThreads=7

This parameter should be

-cpuCount=4 -exThreads=7

There is no reason to use the cpu count / thread count on the server parameters, the server will only use 2 cores

Share this post


Link to post
Share on other sites
Can't find my server in game browser

Как решили проблему?

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  

×