1 Attachment(s)
Help me please !! COULD NOT CONNECT TO SERVER
i can found my server but i can't join to my server
like this
Attachment 130898
xx.xxx.xx.xx is my server ip
and i use port 81.
game.ini
Quote:
d_walk_speed_scale 5
d_sun_rotate 0
r_near_plane 0.5
r_far_plane 64000
r_cloud_lod_start 9000
r_cloud_lod_end 15000
g_serverip xx.xxx.xx.xx
g_api_ip xx.xxx.xx.xx
Launcher.cfg
MasterServer.cfg
Quote:
[MasterServer]
masterPort=34000
clientPort=34001
masterCCU=20
serverId=1
supervisorCoolDownSeconds=15
[WarZGames]
numGames = 0
maxPlayers = 32
[PermGame2]
map = MAPID_WZ_Colorado DOESNOTHING GBNET_REGION_US_West 0 0
data = 32 0 0
name = TEST
SupervisorServer.cfg
Quote:
[SupervisorServer]
externalIp = xx.xxx.xx.xx
masterIp = xx.xxx.xx.xx
masterPort = 34000
serverName = TEST
serverGroup = 1
maxPlayers = 600
maxGames = 5
uploadLogs = 0
portStart = 34010
gameServerExe = WZ_GameServer.exe
webAPIDomainIP = localhost
webAPIDomainBaseURL = /api/
webAPIDomainPort = 81
webAPIDomainUseSSL = 0
webAPIServerKey = bvx425698dg6GsnxwedszF
WarZ.exe
Vars.h
Quote:
REG_VAR( g_serverip, "xx.xxx.xx.xx", 0 );
REG_VAR( g_api_ip, "xx.xxx.xx.xx", 0);
HttpDownload.cpp
Quote:
int port = 81;
&
CkHttpResponse* resp = http_.SynchronousRequest(domain, port, port != 81, req);
&
resp = http_.SynchronousRequest(domain, 81, false, req2);
WOBackendAPI.cpp
Quote:
const char* gDomainBaseUrl= "/api/";
int gDomainPort = 81; // PAX_BUILD - change to 80 and no SSL
bool gDomainUseSSL = false;
What wrong? hekp me plzzz :$:
Re: Help me please !! COULD NOT CONNECT TO SERVER
Bumb. I am having the same problem!
Re: Help me please !! COULD NOT CONNECT TO SERVER
where do you run the server? on your machine? or on a vserver / root?
also set the masterIp = xx.xxx.xx.xx to masterIp = localhost inside your supervisorconfig
Re: Help me please !! COULD NOT CONNECT TO SERVER
Quote:
Originally Posted by
Ultraporing
where do you run the server? on your machine? or on a vserver / root?
also set the masterIp = xx.xxx.xx.xx to masterIp = localhost inside your supervisorconfig
Yea, i host on a virtual server.
Re: Help me please !! COULD NOT CONNECT TO SERVER
Quote:
Originally Posted by
HappyCampers
Yea, i host on a virtual server.
externalIP is the ip of the virtual server.
masterip is localhost, since the masterserver and supervisor run on the same machine
Re: Help me please !! COULD NOT CONNECT TO SERVER
Hmmm we still seem to get the error. Does anyone know another way to fix this?
Re: Help me please !! COULD NOT CONNECT TO SERVER
I think of knowledge that know go in option of your machine and in connection then authorize the programs to masterserveur supervisor server
If did not understand you has cause of my bad English add I skype flo-du-62@live.fr
Re: Help me please !! COULD NOT CONNECT TO SERVER
We made sure they where allowed on the firewall but we still seem to get this problem!