[GUIDE] Setup a server without errors [1x GameServer]

10/14/2011 14:03 zikor1337#511
Quote:
Originally Posted by playboll View Post
[Only registered and activated users can see links. Click Here To Register...]
Http, FTP on but i got billing server

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 "cert.joymax.com", 32000
	Certification "ip", 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 "ip", 15880
	IBUVQueueReserveCount		20000	// IBUV¸¦ À§ÇØ ¹Ì¸® »ý¼ºÇØ ³õÀ» À̹ÌÁö °¹¼ö	
	IBUVQueuePrepareRatio		0.05	// ¾ÆÀ̵é ŸÀÓ¿¡ À̹ÌÁö »ý¼ºÇÒ ºñÀ²
	IBUVFailureIPTolerance		0	// ÇÑ IP´ç IBUV ½ÇÆÐ¸¦ Çã¿ëÇÒ ÃÖ´ë ¿À·ù Çã¿ëÄ¡, 0ÀÌ¸é ºí·° ¾ÈÇϰڴٴ °ÅÁö.

	// Ãß°¡µÈ ³ÑÀÌ´Ù!!!!!
	//////////////////////////////////////////////////////////
	IBUVStringSize			6 	// ÇÑ±Û Ä³¸¯Åͼ »ç¿ë ½Ã 3, ¾ËÆÄºª ij¸¯ÅÍ ¼Â¸¸ »ç¿ëÇÏ´Â °æ¿ì 6 À¸·Î ¼¼ÆÃÇÑ´Ù.
	IBUVCharacterSet		"ABCDEFGHLMNQRTabdehimn2345678"
	//////////////////////////////////////////////////////////
}

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

AgentServer {
	Certification "ip", 15882
}

MachineManager {
	Certification "ip", 15880
}

SR_GameServer {
	Certification "ip", 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 "ip", 15882
    BILLING_SERVER_URL "http://ip:8080/test.asp"
    CREST_FTP_URL "ftp://id:pw@ip/SRO_CREST"  
	   ChristmasEvent2007 1
	   SERVER_EVENT_SYSTEM             ON
       LOCALE LOCALE_VIETNAM
       FlagEvent 			0
       FlagEvent                        1
       HourForMeterRateLevelFirst	22
       HourForMeterRateLevelSecond	23

	BattleArenaRandom 1
	BattleArenaParty 1
	BattleArenaGuild 1
	BattleArenaJob 1
	ArenaMatchOccupy 1
	ArenaMatchFlag 1
	ArenaMatchPoint 1
}
PHP Code:
2011-10-13    20:44:25    [SR_ShardManager]    Not found RefServerEvent[30001]. Check service and date valueprogress next data
2011
-10-13    20:44:25    [SR_ShardManager]    Not found RefServerEvent[30002]. Check service and date valueprogress next data
2011
-10-13    20:44:25    [SR_ShardManager]    Not found RefServerEvent[30003]. Check service and date valueprogress next data
2011
-10-13    20:44:25    [SR_ShardManager]    Not found RefServerEvent[30004]. Check service and date valueprogress next data
2011
-10-13    20:44:25    [SR_ShardManager]    SR_ShardManager is initialized successfully
2011
-10-13    20:44:25    [SR_ShardManager]    BillingServer is Dead!! 
Guys help please i got billing sw >> itryed port 80 and 8080 :S but dont work Htp online but sr_shard billing i using 2003 server
Have you installed IIS ?

and the config should look like this for the billing:
BILLING_SERVER_URL "http://ip:8080/"
10/14/2011 15:29 playboll#512
Quote:
Originally Posted by zikor1337 View Post
Have you installed IIS ?

and the config should look like this for the billing:
BILLING_SERVER_URL "http://ip:8080/"

i tryed again but, dont work. :S
10/14/2011 20:57 kruser123#513
Hmmm....checked all but when i start server and activate them shardserver :


Quote:
fatal ScheduleExecutor : Don't Exist ScheduleJob - SCHEDULE_DEF_SPECIAL_GOODS_SELL in GetWorkingStateWhenServiceStart() 2011-10-14 16:56:29 369
fatal Schedule Manager : WorkingStateWhenServiceStart is not exist - 2011-10-14 16:56:29 369
notify Schedule Manager : Now working.. ! - SCHEDULE_DEF_SPECIAL_GOODS_SELL - 45 2011-10-14 16:56:29 369
notify Schedule Manager : Now working.. ! - SCHEDULE_DEF_EGYPT_TEMPLE_OF_SELKIS_AND_NEITH - 54 2011-10-14 16:56:29 369
notify Schedule Manager : Now working.. ! - SCHEDULE_DEF_EGYPT_TEMPLE_HAROERIS_AND_SETH - 57 2011-10-14 16:56:29 369
notify Schedule Manager : Now working.. ! - SCHEDULE_DEF_BATTLE_ARENA_MATCH_POINT - 359 2011-10-14 16:56:29 369
notify Schedule Manager : Now working.. ! - SCHEDULE_DEF_BATTLE_ARENA_MATCH_FLAG - 245 2011-10-14 16:56:29 369
notify Schedule Manager : Now working.. ! - SCHEDULE_DEF_BATTLE_ARENA_JOB - 424 2011-10-14 16:56:29 369
fatal Query Error!!! Query Result : -1, Query : INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_POINT', 359, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 369
fatal SQL Error State:22007, Native Error Code: F2, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Bei der Konvertierung eines char-Datentyps in einen datetime-Datentyp liegt der datetime-Wert außerhalb des gültigen Bereichs.
2011-10-14 16:56:29 369
fatal INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_POINT', 359, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 385
fatal SQL Error State:01000, Native Error Code: E25, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Die Anweisung wurde beendet. 2011-10-14 16:56:29 385
fatal INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_POINT', 359, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 385
fatal AQ_ScheduleInsertLog Query Failed!! Query : INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_POINT', 359, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 385
fatal Query Error!!! Query Result : -1, Query : INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_FLAG', 245, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 385
fatal SQL Error State:22007, Native Error Code: F2, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Bei der Konvertierung eines char-Datentyps in einen datetime-Datentyp liegt der datetime-Wert außerhalb des gültigen Bereichs.

2011-10-14 16:56:29 385
fatal INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_FLAG', 245, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 385
fatal SQL Error State:01000, Native Error Code: E25, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Die Anweisung wurde beendet
. 2011-10-14 16:56:29 385
fatal INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_FLAG', 245, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 385
fatal AQ_ScheduleInsertLog Query Failed!! Query : INSERT INTO _LogSchedule VALUES( 'SR_ShardManager', 705, 'SCHEDULE_DEF_BATTLE_ARENA_MATCH_FLAG', 245, 'Start', '2011-10-14 16:56:29') 2011-10-14 16:56:29 385
fatal ScheduleExecutor : Find Failed In Schedule Exe - End(STATE) SCHEDULE_DEF_EGYPT_TEMPLE_HAROERIS_AND_SETH(DEFINE ) 57(SCHIDX) 2011-10-14 17:00:00 004
notify Schedule Manager : Schedule processing (0) ! - SCHEDULE_DEF_EGYPT_TEMPLE_HAROERIS_AND_SETH - 57 2011-10-14 17:00:00 004

*edit :and when i started game and select my Char i got disconnet and Game server got Error

ODBC still checked but works :S
10/14/2011 21:26 Blacks0ldier#514
I get DB Connection failed error in SR_ShardManager.exe. Any hints?
10/14/2011 22:02 rodzio2#515
I have problem. I runned all ok .. Server on but when i try to connect from other computer it's show's me Server ofline.... I have static ip
10/14/2011 22:40 omegalugia#516
Quote:
Originally Posted by kontroversy View Post
Use your WAN ip. Have you started the service?
Cant connect to my desktop server with the loader or with silkroad.exe always this error [Only registered and activated users can see links. Click Here To Register...]
Using my WAN IP on the loader and on media, neither works. the server is hosting from my ipv4 ip, shouldnt I connect via my WAN IP? (Started service)[Only registered and activated users can see links. Click Here To Register...]
server is under dmz [Only registered and activated users can see links. Click Here To Register...]

Quote:
Originally Posted by Larkon View Post
u cant connect to the server that is being hosted on the same pc - _ -
The host is the desktop, connecting via laptop.

Which IP do I have to put in media? And which on server? Having my wan IP makes the cert server not work, so obviously not that. And connecting via ipv4 or wan does not work (I get the sro error) I'm using [Only registered and activated users can see links. Click Here To Register...] a vsro client, I think bloody. Not sure tho.
10/15/2011 01:27 kruser123#517
@ Blacksoldier

>srShard.ini

Quote:
[global]
count=1
[entry0]
id=64
global_operation_id=20
operation_type=22
name=SroLand
query=DRIVER={SQL Server};SERVER=\SQLEXPRESS;DSN=SRO_VT_SHARD_INIT;UID=sa;PWD=lpasswort;DATABASE=SRO_VT_SHARD_INIT
query_log=DRIVER={SQL Server};SERVER=\SQLEXPRESS;DSN=Log_DB;UID=sa;PWD=p asswort;DATABASE=Log_DB
capacity=1000
shard_manager_node_id=705
u1=240
u2=208
u3=17
u4=1
u5=0
u6=0
u7=0
@ omegalugia

Using same rooter?Or hamachi etc?
10/15/2011 08:53 omegalugia#518
Quote:
Originally Posted by kruser123 View Post
@ Blacksoldier

>srShard.ini



@ omegalugia

Using same rooter?Or hamachi etc?
Yeah its on the same router, in my house.
10/15/2011 10:13 Blacks0ldier#519
I have no errors in Gameservers but when I try to connect from another machine with edxloader and login server redirectet to 192.168.178.XXX (server) port 15779. I get this:


[Only registered and activated users can see links. Click Here To Register...]

And

" Servers are offline. Please visit our homepage to check when they are back.

Whats the Problem?
10/15/2011 15:45 omier44#520
Everything starts fine and the server is running correctly, but when i start my game with loader(i have the No-XTrap client), i get this error below. I only check the 'Redirect Gateway Server' box, type in my correct ip, port 15779, but i get this error. What is this error about and how can i fix this? BTW, everyone else can connect to my server, but i cannot. Can anyone help?
[Only registered and activated users can see links. Click Here To Register...]
10/15/2011 16:05 Blacks0ldier#521
Quote:
Originally Posted by omier44 View Post
Everything starts fine and the server is running correctly, but when i start my game with loader(i have the No-XTrap client), i get this error below. I only check the 'Redirect Gateway Server' box, type in my correct ip, port 15779, but i get this error. What is this error about and how can i fix this? BTW, everyone else can connect to my server, but i cannot. Can anyone help?
[Only registered and activated users can see links. Click Here To Register...]

u cant run game server and game client on same system.
10/15/2011 16:17 omier44#522
Quote:
Originally Posted by Blacks0ldier View Post
u cant run game server and game client on same system.
A friend who was running the server could also run the client.
10/15/2011 17:05 Blacks0ldier#523
Quote:
Originally Posted by Blacks0ldier View Post
I have no errors in Gameservers but when I try to connect from another machine with edxloader and login server redirectet to 192.168.178.XXX (server) port 15779. I get this:


[Only registered and activated users can see links. Click Here To Register...]

And

" Servers are offline. Please visit our homepage to check when they are back.

Whats the Problem?

Anyway I need really help with this.
10/15/2011 17:25 sido999#524
Nabend,
ich habe den server soweit fertig eingerichtet bräuchte hilfe beim datenverkehr (DEP)

da die verbindung verweigert wird.. und ich nicht weiß was ich da falsch eingestellt habe..

bitte um hilfe.

mfg
10/15/2011 19:49 omegalugia#525
Quote:
Originally Posted by omier44 View Post
Everything starts fine and the server is running correctly, but when i start my game with loader(i have the No-XTrap client), i get this error below. I only check the 'Redirect Gateway Server' box, type in my correct ip, port 15779, but i get this error. What is this error about and how can i fix this? BTW, everyone else can connect to my server, but i cannot. Can anyone help?
[Only registered and activated users can see links. Click Here To Register...]
[QUOTE=omegalugia;13355935] TRYING TO CONNECT WITH MY LAPTOP TO THE DESKTOP[Only registered and activated users can see links. Click Here To Register...]
Using my WAN IP on the loader and on media, neither works. the server is hosting from my ipv4 ip, shouldnt I connect via my WAN IP? (Started service)[Only registered and activated users can see links. Click Here To Register...]Once again, The host is my DESKTOP and im connecting with a LAPTOP
The server is also under DMZ (All ports open for now)[Only registered and activated users can see links. Click Here To Register...]

Which IP do I have to put in media? And which on server? Having my wan IP makes the cert server not work, so obviously not that. And connecting via ipv4 or wan does not work (I get the sro error)