Need some help

05/27/2012 22:32 superlols#1
hey people,

i need some help my server is working but the client doesn't
everytime i wanna connect it says cannot connect to the server, please check your internet.
Everything matches eachother: changed ip's of the login and channellist changed the version.ini both serversided and in my client...i'am using hamachi for my connections... I really wanna know what's going on.
05/27/2012 23:30 BioNicX#2
check loginlist and channalist.
05/27/2012 23:31 guesswho-.-#3
are you 100% sure that dekaronserver.exe is running? I saw a couple of ppl who thought it did but in fact it crashed. that bug appeared with mustartup thing
05/27/2012 23:42 superlols#4
I got dekaronserver started at dmon so yea and i checked login and channellist and it's 100% the same
05/28/2012 00:34 BioNicX#5
You can also check, the port for channalist, make sure its 50005, cuz let's say u have 1234 as your port in channalist.csv and in your dekaronserver config you have the port set to 50005, it wont work. They need to match.
05/28/2012 00:52 superlols#6
just checked and they matched what could be else that gives me this error
05/28/2012 02:06 BioNicX#7
Is your VM connected to the internet?
05/28/2012 13:24 superlols#8
yes <.< i just don't understand <.<
05/28/2012 13:26 yahoo5000#9
just try it launch local server without hamachi
05/28/2012 14:44 superlols#10
K here's what i use:
cast server:
Code:
;
CAST_PORT		= 7882
DATABASE_ADDRESS	= 5.224.172.128,1433
DATABASE_DATABASE	= CHARACTER
DATABASE_ACCOUNT	= (i just don't wanna show it:p)
DATABASE_PASSWORD	= (same for this one)
CAST_SERVER_ID		= 1101
LOG_PATH		= ..\LogFiles\
dekaronserver
Code:
; Ç︮¿Â 1¼· 
;
DEKARON_PORT				= 50005
;
SESSION_COUNT				= 1
SESSION_NO1_IP				= 5.224.172.128
SESSION_NO1_PORT			= 10000
SESSION_NO1_FLAG			= 1
SESSION_NO1_INDEX			= 1100
;
CAST_COUNT				= 1
CAST_NO1_IP				= 5.224.172.128
CAST_NO1_PORT				= 7882
CAST_NO1_FLAG				= 1
CAST_NO1_INDEX				= 1101
;
MESSENGER_IP				= 5.224.172.128
MESSENGER_PORT		                = 7883
;
AISERVER_COUNT				= 1
AI_SERVER_NO1_IP			= 5.224.172.128
AI_SERVER_NO1_PORT			= 7886
AI_SERVER_NO1_FLAG			= 1
AI_SERVER_NO1_INDEX			= 1101
AI_SERVER_NO1_WORLD			= 1
AI_SERVER_NO1_CHANNEL			= 1
;
BILLING_COUNT				= 1
BILLING_NO1_IP				= 5.224.172.128
BILLING_NO1_PORT			= 1433
BILLING_NO1_FLAG			= 1
BILLING_NO1_INDEX			= 1
;
MAX_PLAYER				= 700
MAX_PC            				= 500
;
WORLD_INDEX				= 1
CHANNEL_INDEX 				= 1
;
INSPECTCYCLE_TIME			= 180
VERIFYWAIT_TIME				= 60
login
Code:
SESSION_COUNT			= 1
SESSION_NO1_IP			= 5.224.172.128
SESSION_NO1_PORT		= 10000
SESSION_NO1_FLAG		= 1
SESSION_NO1_INDEX		= 1100
;
Korea				= LOWER
Korea_CP			= DEFAULT
Japan_Netmarble			= DEFAULT
Japan_GameChu			= LOWER
USA_Acclaim			= DEFAULT
session
Code:
DATABASE_ADDRESS	= 5.224.172.128,1433
DATABASE_DATABASE	= CHARACTER
DATABASE_ACCOUNT	= 
DATABASE_PASSWORD	= 
SESSION_SERVER_ID	= 1100

LOG_PATH		= ..\LogFiles\
BILLING			= 0
NO_CHARGE_CODE	= NODATA
channelist
Code:
Group,Channel Index,IP,Port,Name
0,0,5.102.149.236,50005,Zombie
loginlist
Code:
Group,LoginServer Index,IP,Port
0,0,5.102.149.236,7880
version
Code:
crisis_dekaron1.2
the Mysql is on my own pc and the server files are in my VMbox the server can connect to my database

the loginlist and channellist are the same in my server files and my client files