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!

Problem with my SQL

Newbie Spellweaver
Joined
May 16, 2009
Messages
8
Reaction score
0
Hello Guys,
I used the search button and found alot people that got the same problem like I have, but every solution that worked for them didn´t work for me. So it would be nice if you could help me out. Maybe a new database would help?

Code:
nhn server mode is real
Load XML from memory : strings.xml(0x0037) - SUCCESS
Load XML from memory : cserror.xml(0x0037) - SUCCESS
MMatchEventFactoryManager::ParseEvent - Event.xml¿¡ ¾ø´Â Event ID(2)ÀÔ´Ï´Ù.
MMatchEventFactoryManager::ParseEvent - Event.xml¿¡ ¾ø´Â Event ID(3)ÀÔ´Ï´Ù.
MMatchEventFactoryManager::ParseEvent - Event.xml¿¡ ¾ø´Â Event ID(2)ÀÔ´Ï´Ù.
MMatchEventFactoryManager::ParseEvent - Event.xml¿¡ ¾ø´Â Event ID(3)ÀÔ´Ï´Ù.
[07/02/11 11:59:41] DBMS connected
[07/02/11 11:59:41] Command registeration completed

10
MBClansServer::AddClanServerSwitchDownSchedule - make close clan mode schedule success. next close clan mode time is 11-7-31 23:50

10
Inited client file list (1)
success init security.
FILE PATH : C:\Users\Administrator\Anderes\GunZ Server\BackUp Felix\Felix\Server Files\Gunz ServerFiles Rev 5\Gunz ServerFiles Rev 5\MatchServer\MD5HashValue.txt
MD5 Hash Value => 6e ff 40 c1 22 1e 4b 2b 33 ce 22 41 7d c4 3a 3d 

================================== Server configure info ==================================
[07/02/11 11:59:41] Release Date : Jun 13 2007
[07/02/11 11:59:41] X-Trap Off
[07/02/11 11:59:41] MD5 Check Off
[07/02/11 11:59:41] Server Country : BRAZIL
[07/02/11 11:59:41] Command version : (56)
[07/02/11 11:59:41] Event usable state : (false)
[07/02/11 11:59:41] Load event size : (0)
[07/02/11 11:59:41] FileCRCCheckSum usable state : (false)
[07/02/11 11:59:41] FileCRC size : (1)
[07/02/11 11:59:41] Country Code Filter usalbe state : (false)
[07/02/11 11:59:41] Accept Invalied IP state : (true)
[07/02/11 11:59:41] Keeper IP : (127.0.0.1)
[07/02/11 11:59:41] Monitor IP : (127.0.0.1)
===========================================================================================

[07/02/11 11:59:41] Clans Server Created (Port:6000)
MMatchDBMgr::UpdateServerStatus - Ungültiger Spaltenname 'PlayerCount'.

[07/02/11 12:00:11] [CRITICAL ERROR] DB Connection Lost. 
[07/02/11 12:00:12] DBMS connected
MMatchDBMgr::UpdateServerStatus - Ungültiger Spaltenname 'PlayerCount'.

[07/02/11 12:00:41] [CRITICAL ERROR] DB Connection Lost. 
[07/02/11 12:00:41] DBMS connected
MMatchDBMgr::UpdateServerStatus - Ungültiger Spaltenname 'PlayerCount'.

[07/02/11 12:01:11] [CRITICAL ERROR] DB Connection Lost. 
[07/02/11 12:01:11] DBMS connected
MMatchDBMgr::GetLoginInfo - Ungültiger Objektname 'Accounts'.

MMatchDBMgr::GetLoginInfo - Ungültiger Objektname 'Accounts'.

MMatchDBMgr::GetLoginInfo - Ungültiger Objektname 'Accounts'.

MMatchDBMgr::GetLoginInfo - Ungültiger Objektname 'Accounts'.

MMatchDBMgr::GetLoginInfo - Ungültiger Objektname 'Accounts'.

MMatchDBMgr::UpdateServerStatus - Ungültiger Spaltenname 'PlayerCount'.

[07/02/11 12:01:41] [CRITICAL ERROR] DB Connection Lost. 
[07/02/11 12:01:41] DBMS connected
MMatchDBMgr::GetLoginInfo - Ungültiger Objektname 'Accounts'.

MMatchDBMgr::GetLoginInfo - Ungültiger Objektname 'Accounts'.

MMatchDBMgr::UpdateServerStatus - Ungültiger Spaltenname 'PlayerCount'.

[07/02/11 12:02:11] [CRITICAL ERROR] DB Connection Lost. 
[07/02/11 12:02:11] DBMS connected
MMatchDBMgr::UpdateServerStatus - Ungültiger Spaltenname 'PlayerCount'.

[07/02/11 12:02:41] [CRITICAL ERROR] DB Connection Lost. 
[07/02/11 12:02:41] DBMS connected
[07/02/11 12:02:41] [CRITICAL ERROR] UpdateServerStatusDB - Shutdown
[07/02/11 12:02:41] ClansServer Shutting down...
 
Last edited:
Back
Top