Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

need help with RA server monitor

Newbie Spellweaver
Joined
Sep 21, 2017
Messages
13
Reaction score
0
Hi
I have a problem at server monitor in the service section.
see the pictures




as you can see my Gateway works, but the others don't.
I changed all of the exe to start as adminitrator, opend all ports... ect.
I have the same global.ini for common, service, and zone.

I have win7 64bit system and sql server 2012.

need help with it
 
Junior Spellweaver
Joined
Sep 29, 2014
Messages
149
Reaction score
66
Okay, first of all, if you really just changed it to admins, then it's quite strange. However, you can copy paste the whole logs on the right side of the console view. Just strg+a and strg+c, because for some people is the console log buggy and refreshing all the time.

PS: Sometimes it can happen that the SQL-Server Service crashes or don't start. Check your Services and Start the SQL-Server.

greetings
mollo
 
Upvote 0
Newbie Spellweaver
Joined
Sep 21, 2017
Messages
13
Reaction score
0
I have uploaded my logs.













I can't figure out why gateway works and the other not.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 21, 2017
Messages
13
Reaction score
0
Hi
I tested to start all the proxy, switch ... exe with makes the probelm by hand. I mean not with the server monitor and all except for gateway throws an ini file error.

Proxy Ini File (argc != 2) all have the same error with (argc != 2)
what is missing in the ini files?
 
Upvote 0
Newbie Spellweaver
Joined
Sep 21, 2017
Messages
13
Reaction score
0
Maybe someone has working server files for win7 64bit and uploud it.
I will test if this works for me.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 21, 2017
Messages
13
Reaction score
0
yes
I tried this yesterday but the problem still the same



when I startet my serverlist I have no
"(1) _ServerListNet_SCtoS_RegServerInfo ServerName=(PvE)RoM-EN IP=127.0.0.1 Port=16401" message

which I saw in the server 6.0.7 installation thread
 
Upvote 0
Newbie Spellweaver
Joined
Sep 21, 2017
Messages
13
Reaction score
0
The connection to my database are working as you can see in my logs.
I set up the ini files like in the tutorial.



What I tried so far


- I changed the compatibility of the exe files and give them administrator rights


in the ini files
- changed the IP 127.0.0.1 to my local network address
- changed the sql server account to sa and no password




I opened all ports I can find in the ini files
I tried to deactivate my firewall and the antivirus


My account, serverlist and gateway exes starting and turning green.
The others don't.




serverlist.ini
[BOOT]
ServerListIP = 127.0.0.1
ServerListIP_Outside = 127.0.0.1
ServerListSrvPort = 21001
ServerListCliPort = 21002
ServerListMode = 0


Acc_DBThreadCount = 3


Acc_DBServer = (local)\TESTSERVER
Acc_DataBase = ROM_Account
Acc_Account = sa
Acc_Password =


DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "ServerList.log"
DebugOutputField = "Log"


; 0- standard, 1- Gash, 2- K2, 3- VN Vietnam
AccountType = 0


VNServerIP = 127.0.0.1
VNServerPort = 36122


GashServerIP = 127.0.0.1
GashServerCheckPort = 5411
GashServerLoginPort = 5412
GashServerLogoutPort = 5413


ServiceCode = 610287
ServiceRegion = EN


K2WebUrl = ""
K2ClientApplicationID = ""
K2WebThreadCount = 30


CliTempateFile = "ServerListClient.ini"


; 0- allows countries, 1- does not allow the country
CountryFilterType = 0




global.ini
[BOOT]
;---------------------------------------------------------------------
; General Setting
;---------------------------------------------------------------------


;Setting detail for this game world
GameName = "(PvE)|RoM-EN"
WorldID = 1
GameID = 1
IsAutoLogin = 1
TimeZone = 1
IsPvE = 1


;Resource path
DataPath = "C:\Spiele\ROM\Runewaker\Resource"
ResourcePath = "C:\Spiele\ROM\Runewaker\Resource"
LuaPath = "C:\Spiele\ROM\Runewaker\Resource\LuaScript"
;IsLoadfdbLuaScript = 1
IsLoadTxtLuaScript = 1


;Setting for partition block size
Block = 160


;---------------------------------------------------------------------
; Setting for internet
;---------------------------------------------------------------------


;Settting for host to allow internet client to connect in
ServerListIP_Outside = 127.0.0.1
ServerListCliPort = 21002


;offer to internet client to connect to switch
SwitchIP_Outside = 127.0.0.1
Switch_CliPort = 16401


;offer to internet client to connect to proxy
ProxyIP_Outside = 127.0.0.1
Proxy_CliPort = 16402


;---------------------------------------------------------------------
; Setting for local lan
;---------------------------------------------------------------------


;Setting for host to allow switch to connect in
AccountIP = 127.0.0.1
AccountPort = 21000


;Setting for host to allow switch to connect in
ServerListIP = 127.0.0.1
ServerListSrvPort = 21001
ServerListMode = 0


;Setting for host to allow other server or proxy to connect in
SwitchIP = 127.0.0.1
Switch_ProxyPort = 18000
Switch_GSrvPort = 19000


;Setting for host to allow other server to connect in
ProxyIP = 127.0.0.1
Proxy_GSrvPort = 15000


;offer to connect to gateway
GatewayIP = 127.0.0.1
GatewayPort = 15100
Gateway_SwitchPort = 11000


;---------------------------------------------------------------------
; Setting for Database
;---------------------------------------------------------------------
;Settinf for database, SQL SERVER IP, Database name, account , password
Acc_DBServer = (local)\TESTSERVER
Acc_DataBase = ROM_Account
Acc_Account = sa
Acc_Password =


Game_DBServer = (local)\TESTSERVER
Game_DataBase = ROM_World
Game_Account = sa
Game_Password =

Global_DBServer = (local)\TESTSERVER
Global_DataBase = ROM_GlobalDB
Global_Account = sa
Global_Password =

Import_DBServer = (local)\TESTSERVER
Import_DataBase = ROM_ImportDB
Import_Account = sa
Import_Password =

Log_DBServer = (local)\TESTSERVER
Log_DataBase = ROM_WorldLog
Log_Account = sa
Log_Password =


NewAccountDisableCreateRole = 0


MaxRoleLevel = 97
EnableWorldConfigTable = 1


; Number of thread for database connection
DBThreadCount_Game = 10
DBThreadCount_Log = 10
DBThreadCount_Global = 3
DBThreadCount_Import = 3


;GMCommand = 0


SpecialCharacterNameFile = "specialname_eneu.txt"


LanguageType = "eneu"
Datalanguage = "eneu"
Stringlanguage = "eneu"


AC_AccountMoneyTrade = 0
AC_Item_AccountMoneyTrade = 1


;Log options
IsSaveLog = 1
IsExpLog = 0
IsLevelLog = 1
IsItemTradeLog = 1
IsItemTradeLog_Detail = 1
IsMoneyLog = 1
IsAccountMoneyLog = 1
IsPlayerActionLog = 1
IsPlayerDeadLog = 1
IsMonsterDeadLog = 1
IsQuesetLog = 1
IsClientLog = 1
IsSendNpcInfoToGMTools = 1
IsTalkLog = 0
;IsHouseMoveItemLog = 1
;IsHouseActionLog = 1
;IsHouseServantLog = 1
IsItemTradeLog_Detail = 1


IsDisableMailMoney = 0
IsDisableMailAccountMoney = 0




account.ini
[BOOT]
AccountType = 0


AuroraAgentIP = 127.0.0.1
AuroraAgentPort = 35000


MaxPasswordErrorCount = 5
FreezeAccountTime = 360


GashServerIP = 127.0.0.1
GashServerCheckPort = 5411
GashServerLoginPort = 5412
GashServerLogoutPort = 5413


ServiceCode = 610287
ServiceRegion = EN


PlayerLoginInfoClearDay = 30


K2WebUrl = ""
K2ClientApplicationID = ""
K2WebThreadCount = 30


Acc_DBThreadCount = 3


;Server log file setting
DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "Account.log"
DebugOutputField = "Log"




serverlistclient.ini
[Server1]
WorldID = 1
Location = ENEU
Name = RoM-EN
PVP = false




switch.ini
[BOOT]
DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "Switch.log"
DebugOutputField = "Log"


DisableProxyCheckClientRespond = 1
DisableProxyCheckServerRespond = 1




proxy.ini
[BOOT]
DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "Proxy.log"
DebugOutputField = "Log"




playercenter.ini
[BOOT]
ProcessKey = 435e551150594b44424d5e5559500e5c4a40475e0759590903101413


;Number of thread to process game and log data
DBThreadCount = 3


;Setting for log file
DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "PlayerCenter.log"
DebugOutputField = "Log"


PlayerCenterID = 0




partition.ini
[BOOT]
DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "Partition.log"
DebugOutputField = "Log"




master.ini
[BOOT]
MaxPlayerCount = 8
MaxLimitPlayerCount = 10


MaxObjCount = 3500


EnableObjWait = 0


MaxCreateRoleCount = 10
PlayerCenterCount = 1


MaxZonePlayerCount = 10


IsEnableAgencyCCU = 0
IsEnable_DisconnectPriority = 0
IsEnablePlayHistoryLog = 0
CheckSecondPassword = 0
CheckSecondPassword_ExtraCheck_Captcha = 0


CaptchaMaxStringLength = 4
CaptchaAlphabetCount = 2
CaptchaBackGroundImageCount = 2
CaptchaNoiseImageCount = 4


EnableWait = 0
EnableGameGuard = 0


NewAccountDisableCreateRole = 0
IsEnable_BTI = 0
IsEnable_APEX = 0
IsEnable_APEX_KICK = 0


VivoxUrl = ""
VivoxAccount = ""
VivoxPassword = ""
Vivoxlanguage = ""
VivoxClientUrl = ""


AgencyKeyword1 = ""
AgencyKeyword2 = ""
AgencyKeyword3 = ""
AgencyKeyword4 = ""
AgencyKeyword5 = ""
AgencyKeyword6 = ""
AgencyKeyword7 = ""
AgencyKeyword8 = ""
AgencyKeyword9 = ""
AgencyKeyword10 = ""


BTI_IP1 = 127.0.0.1
BTI_PORT1 = 12388


BTI_IP2 = 127.0.0.1
BTI_IP2 = 12399


DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "Master.log"
DebugOutputField = "Log"


SpecialCharacterNameFile = "specialname_eneu.txt"


IsBattleGroundServer = 0




gateway.ini
[BOOT]
DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "Gateway.log"
DebugOutputField = "Log"




datacenter.ini
[BOOT]
AC_Tax_Money = 0.94
AC_Tax_AccountMoney = 1


DisableLottery = 0


IgnoreObjNameStringDB = 1


SpecialCharacterNameFile = "specialname_eneu.txt"


DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "DataCenter.log"
DebugOutputField = "Log"




chat.ini
[BOOT]
DebugPrintLv = 1
DebugOutputLv = 2
DebugOutputFile = "Chat.log"
DebugOutputField = "Log"


IsBattleGroundServer = 0
 
Upvote 0
Initiate Mage
Joined
Mar 20, 2022
Messages
1
Reaction score
0
I got these exact symptoms and managed to fix in my situation.
My nodes looked exactly like your screenshot and i got errors about cant find server.

My server is not my client machine (its a VM) and its IP changed to not match the global.ini so I had to fix the IP.
Then all services went green except playerCenter, so I had to regenerate/fix my ProcessKey.
Now all green.

posted because
 
Upvote 0
Back
Top