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!

Gameserver won't connect

Newbie Spellweaver
Joined
Dec 23, 2013
Messages
29
Reaction score
0
When I launch my gameserver it says not servable not created appserver network but my appserver network is running

here is the log file

------------------------------------------------------------------------------
-- Logging Start (12/23/13 22:44:52)
------------------------------------------------------------------------------
22:44:52 - Start application without service mode
22:44:52 - revision: 28288, 2011-05-27 오후 03:36:49
22:44:52 - pathengine init succeeded
22:44:52 - commandline: "C:\Raiderz\GameServer2\GameServer.exe"
22:44:52 - Socket initialized
[e] 22:44:52 - Create Sync Database failed.
[e] 22:44:52 - Failed InitDB.
22:44:52 - NO HAVE DB CACHE.
22:44:52 - START DB RELEASE
22:44:52 - COMPLETED DB RELEASE
22:44:52 - ALREADY DB CACHE RELEASED.





Now here is the server ini

; GameServer server.ini


[SERVER_INFO]
NAME = "GameServer2"
SERVER_ID = 1
WORLD_ID = 1
ODBC = "SQL Server"
SOCKET_POOL_SIZE = 2000


[CONFIG]
PUBLIC_IP = "98.30.173.84"
PORT = 7202


[NET]
MASTER_SERVER_IP = "192.168.0.1"
MASTER_SERVER_PORT = 7500




[DB]
SERVER = "GAMER\RAIDERZSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "?"


[LOGDB]
SERVER = "GAMER\RAIDERZSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "?"


[LOG]
LOG_PATH = "log"
LOG_LEVEL = 0




Please help I do not know what I did wrong and when i do it with masterserver it searches for loginserver which is on but it can't find it I need help please

Or someone make a in depth video of everything I am supposed to do that would be nice
 
Newbie Spellweaver
Joined
Dec 23, 2013
Messages
29
Reaction score
0
Ok I will try it now



I did it but when they launch it still doesnt work



But what does this mean as well


------------------------------------------------------------------------------
-- Logging Start (12/24/13 21:14:55)
------------------------------------------------------------------------------
21:14:55 - Start application without service mode
21:14:55 - application_commandline : "C:\etekserver (1)\MasterServer\MasterServer.exe"
21:14:55 - Server Socket Opened. (Port = 7500)
[e] 21:14:55 - Init AccountDB fail.
21:14:55 - Can't Connect To DBMS
[e] 21:14:55 - Failed InitDB
[e] 21:14:55 - Server Init Failed: 1: DB? ??? ? ??
21:14:55 - ZConsole > OnDestroy
21:14:55 - Server Closed

this is the masterserver



Can someone skype with me and help or steam chat something that we can talk one on one so i can understand it better and then you can walk me through it



I fixed the master server just need help with it connecting with one another



The master server goes to not servable login server is not connected then 1 min later it does fps=19 and all the other stuff saying its connected then just goes back to not connected



LOG FILE FOR APPSERVER

------------------------------------------------------------------------------
-- Logging Start (12/24/13 21:14:30)
------------------------------------------------------------------------------
21:14:30 - "C:\etekserver (1)\AppServer\AppServer.exe" 21:14:30 - Start application without service mode
21:14:30 - application_commandline : "C:\etekserver (1)\AppServer\AppServer.exe"
21:14:30 - Server Socket Opened. (Port = 7502)
[e] 21:14:30 - Init GameDB fail.
21:14:30 - Can't Connect To DBMS
[e] 21:14:30 - Failed! InitDB
[e] 21:14:30 - Server Init Failed: 1: DB에 연결할 수 없음
21:14:30 - Server Closed


LOG FILE FOR GAMESERVER

------------------------------------------------------------------------------
-- Logging Start (12/24/13 21:14:41)
------------------------------------------------------------------------------
21:14:41 - Start application without service mode
21:14:41 - revision: 28288, 2011-05-27 오후 03:36:49
21:14:41 - pathengine init succeeded
21:14:41 - commandline: "C:\etekserver (1)\GameServer2\GameServer.exe"
21:14:41 - Socket initialized
[e] 21:14:41 - Create Sync Database failed.
[e] 21:14:41 - Failed InitDB.
21:14:41 - NO HAVE DB CACHE.
21:14:41 - START DB RELEASE
21:14:41 - COMPLETED DB RELEASE
21:14:41 - ALREADY DB CACHE RELEASED.


LOG FILE FOR LOGIN SERVER

------------------------------------------------------------------------------
-- Logging Start (12/24/13 21:14:48)
------------------------------------------------------------------------------
21:14:48 - Start application without service mode
21:14:48 - application_commandline : "C:\etekserver (1)\LoginServer\LoginServer.exe"
21:14:49 - Server Socket Opened. (Port = 7501)
[e] 21:14:49 - Create Sync Database failed.
[e] 21:14:49 - Failed InitDB
[e] 21:14:49 - Server Init Failed: ^]?
21:14:49 - LConsole > OnDestroy
21:14:49 - Server Closed
 
Junior Spellweaver
Joined
Mar 24, 2012
Messages
181
Reaction score
7
Hi
Im new here: i want try RaiderZ, then i made all think (ODBC Connect, db restore, etc) and i try start all .exe (app, master, game, login,) this cannot connect to db.. I have another server (silkroad, this is need odbc connect, and this work correctly) then i started this, i get stuck. anybody can help me?
 
Back
Top