Can't START THE vsro Server - Please HELP

06/13/2015 18:59 guyshitritx#1

Hello ALL.
i have vps with windows 2008 r2.
i tried to run on the vps vsro server and i have problems with that.
i did everything good as listed in this directory sroinfo.com
now, my problem. ( step 9 in the guide, server startup )
i hid the ip adress because the images were not filmed from my cp.
so let's start with my first problem,
secound before we start with my problem, i want to show you my details ( i replaced 127.00.00.0 with my ip )

server.cfg :
Code:
Common {
	debug_option_debugger_present	{
			DEBUG_OPTION_ASSERT_SHOW_MESSAGEBOX_OKCANCEL,
			DEBUG_OPTION_ASSERT_ADVANCE_BREAK,
			DEBUG_OPTION_ASSERT_CANCEL_EXIT
	}
	
	debug_option_stand_alone	{			
			DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
			DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
	}

	netengine_debug_option_debugger_present	{
			DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
			DEBUG_OPTION_ASSERT_WRITE_MINIDUMP
	}

	netengine_debug_option_stand_alone	{
			DEBUG_OPTION_ASSERT_DONOT_SHOW_MESSAGEBOX ,
			DEBUG_OPTION_ASSERT_WRITE_MINIDUMP 
	}

}

////////////////////////////////////////////////////////////////////////////////////////////
GlobalManager {
//	Certification "127.00.00.0", 32000
	Certification "127.00.00.0", 32000
	
	LoginFailureTolerance		3				// 최대 로그인 패스워드 오류 허용치
	IBUVFailureTolerance		3				// 최대 이미지 인증 오류 허용치
	LoginFailureBlockTimeMin	10				// 블럭 시간(분) - 로그인 패스워드 오류 
	IBUVFailureBlockTimeMin		10				// 블럭 시간(분) - 이미지 인증 오류 
	AutomatedPunisher		"AutomatedPunisher"		// 블럭 주체 이름 (기존 블럭은 gm 명)
	LoginPunishmentGuide		"Blocked for 10 minutes due to incorrect password entered 3 times"	// 패스워드 오류에 대한 블럭 가이드
	LoginPunishmentDescription	"Blocked for 10 minutes due to incorrect password entered 3 times"	// 패스워드 오류에 대한 블럭 설명
	IBUVPunishmentGuide		"Blocked for 10 minutes due to incorrect code entered 3 times"		// 이미지 인증 오류에 대한 블럭 가이드
	IBUVPunishmentDescription	"Blocked for 10 minutes due to incorrect code entered 3 times"		// 이미지 인증 오류에 대한 블럭 설명

}

GatewayServer {
	LastFullVersion_SR_Client 130
	Certification "127.00.00.0", 15880
	IBUVQueueReserveCount		20000	// IBUV를 위해 미리 생성해 놓을 이미지 갯수	
	IBUVQueuePrepareRatio		0.05	// 아이들 타임에 이미지 생성할 비율
	IBUVFailureIPTolerance		0	// 한 IP당 IBUV 실패를 허용할 최대 오류 허용치, 0이면 블럭 안하겠다는 거지.

	// 추가된 넘이다!!!!!
	//////////////////////////////////////////////////////////
	IBUVStringSize			6 	// 한글 캐릭터셋 사용 시 3, 알파벳 캐릭터 셋만 사용하는 경우 6 으로 세팅한다.
	IBUVCharacterSet		"ABCDEFGHLMNQRTabdehimn2345678"
	//////////////////////////////////////////////////////////
}

DownloadServer {
        Certification "127.00.00.0", 15880
}
FarmManager {
	Certification "127.00.00.0", 15880
}

AgentServer {
	Certification "127.00.00.0", 15882
}

MachineManager {
	Certification "127.00.00.0", 15880
}

SR_GameServer {
	Certification "127.00.00.0", 15882

	ExpRatio             100
        ExpRatioParty        100
      
	DropItemRatio       0,1
        DropGoldAmountCoef   0,1	
        //WINTER_EVENT_2009		EVENT_ON	// 2009년 겨울 이벤트
	//EUBUSINESS_EVENT		EVENT_ON
        //GOLDEN_PIG_FEBRUARY_EVENT	EVENT_ON
	//THANKS_GIVING_EVENT		EVENT_ON
	//LIBERATION_EVENT		EVENT_ON
	LOCALE LOCALE_VIETNAM	// for Helper mark 
       
         //#ifdef OPEN_MARKET_SYSTEM
        SET_FEE_RATE            "0,5,5,5"
        SELL_FEE_RATE           "0,10,10,10"
         //#endif OPEN_MARKET_SYSTEM
}

SR_ShardManager {
	Certification "127.00.00.0", 15882
	BILLING_SERVER_URL "http://127.00.00.0:8800/"
	CREST_FTP_URL "ftp://admin:123456@127.00.00.0/"
        ExtraExpRatio		0.1
        ChristmasEvent2007 0
	//SERVER_EVENT_SYSTEM             ON
       LOCALE LOCALE_VIETNAM
       FlagEvent 			0
       FlagEvent                        0
       HourForMeterRateLevelFirst	22
       HourForMeterRateLevelSecond	23

	BattleArenaRandom 0
	BattleArenaParty 0
	BattleArenaGuild 0
	BattleArenaJob 0
	ArenaMatchOccupy 0
	ArenaMatchFlag 0
	ArenaMatchPoint 0
}
srGlobalService.ini :
Code:
[global]
count=1
[entry0]
operation_type=22
name=SRO_Vietnam_TestLocal
query=DRIVER={SQL Server};SERVER=ATLANTIS\SQLEXPRESS;DSN=SRO_VT_ACCOUNT;UID=sa;PWD=xax061193;DATABASE=SRO_VT_ACCOUNT
global_manager_node_id=697
srNodeType.ini :
Code:
[global]
count=1
[entry0]
id=335
operation_type=22
name=SRO Vietnam TestLocal
wip=127.00.00.0
nip=127.00.00.0
machine_manager_node_id=699

srShard.ini :
Code:
[global]
count=1
[entry0]
id=64
global_operation_id=20
operation_type=22
name=AtlantisOnline
query=DRIVER={SQL Server};SERVER=ATLANTIS\SQLEXPRESS;DSN=SRO_VT_SHARD;UID=sa;PWD=xax061193;DATABASE=SRO_VT_SHARD
query_log=DRIVER={SQL Server};SERVER=ATLANTIS\SQLEXPRESS;DSN=SRO_VT_LOG;UID=sa;PWD=xax061193;DATABASE=SRO_VT_LOG
capacity=1000
shard_manager_node_id=705
u1=240
u2=208
u3=17
u4=1
u5=0
u6=0
u7=0
ServiceMananger.cfg :

Code:
/*
*/

SMC {	
DivisionManager "127.00.00.0",15880
}

ModulePatch
{
	SrcPath	".\Patch_Internal"
	DestPath ".\Patch_Internal_Comp"
}
so as u can see everything is ok ( i think XD )
about something else strange in my vps (or not I do not know),
when I change the port to 8080 in IIS so the site stops working and when I return to the 80 he returns to work, it should be that way?
i tried to start the server alot of times with port 80 and with 8080 too ( i allways changed in servercfg the port )

let's start with my problem
i can't start the server ( everytime another problem, Overall 3 issues)
i open the 2 - CustomCertificationServer in CertMoudle folder.
after that i opened him i open the GlobalMananger.exe
as u can see in the picture :
[Only registered and activated users can see links. Click Here To Register...]
then i open the MachineMananger.exe as u can see in the picture :
[Only registered and activated users can see links. Click Here To Register...]
then i open the smc_independent.exe like this :
[Only registered and activated users can see links. Click Here To Register...]
ok, now listen.
After connecting to smc i can't open the internet browser !!
i don't know why, i can't open Chrome or firefox :(
so i connected to smc_independent as u can see here :
[Only registered and activated users can see links. Click Here To Register...]
when i do open >> loadplugin this error sometimes occurs :
[Only registered and activated users can see links. Click Here To Register...]
to fix that error i have to restart the cp ( vps ) to open it properly, so I did a restart and opened again, now it's working and i go to servercontrol, then i click on right mouse button when the computer mouse on DownloadServer then i click on launch >> all
This error sometimes occurs to me :
[Only registered and activated users can see links. Click Here To Register...]
sometimes i have no error ( when i restart the vps again ) and this is what it shows me:
[Only registered and activated users can see links. Click Here To Register...]
That's what it seems to me:
[Only registered and activated users can see links. Click Here To Register...]
and when i trying to launch the agent server :
[Only registered and activated users can see links. Click Here To Register...]

please help me guys!!!! it's so importent for me.
my skype : guyshitrit15 if someone to help me there.
i hope u understand all. Please Help







06/13/2015 19:26 aradmamo1#2
wowww !! SAME PROBLEM !! PLEASE HELP!
06/13/2015 19:57 raptter#3
try to run ur server like that :
CustomCertificationServer
1-GlobalManager
2-MachineManager
3-GatewayServer
4-DownloadServer
5-FarmManager
6-AgentServer_no_xtrap
7-SR_ShardManager
8-SR_GameServer
9-smc

edited srry hope it help
06/13/2015 20:13 guyshitritx#4
Quote:
Originally Posted by raptter View Post
try to run ur server like that :
1-CustomCertificationServer
2-MachineManager
3-GatewayServer
4-DownloadServer
5-FarmManager
6-AgentServer_no_xtrap
7-SR_ShardManager
8-SR_GameServer
9-smc
without globalmananger? are u sure?
06/13/2015 20:21 raptter#5
Quote:
Originally Posted by raptter View Post
try to run ur server like that :
CustomCertificationServer
1-GlobalManager
2-MachineManager
3-GatewayServer
4-DownloadServer
5-FarmManager
6-AgentServer_no_xtrap
7-SR_ShardManager
8-SR_GameServer
9-smc

edited srry hope it help
ty
06/13/2015 20:22 guyshitritx#6
Quote:
Originally Posted by raptter View Post
ty
still don't working :( mybe do u have skype? i will share my screen with u. and i need to tell you something
06/13/2015 20:26 raptter#7
Quote:
Originally Posted by guyshitritx View Post
still don't working :( mybe do u have skype? i will share my screen with u. and i need to tell you something
lovestory3mr