[FIXED] MasterServer & Supervisor Crash

Newbie Spellweaver
Joined
Apr 18, 2014
Messages
93
Reaction score
1
LOGMS :
Code:
000318.082| r3dNetwork_Peer_Timeout: MYIP
000318.083| game 0x11c03 closed unexpectedly
000318.083| game stopped at slot 3 in U17704839
000318.580| gameServerId 1 - spawning new
000318.581|  NewGame: registered new game in slot 0, name 'SERVER 01', pwd '', port 34010
000318.581|  request for new game send to U17704839, creator:0, players:50, id:11f00, port:34010
000318.612| r3dNetwork_Peer_Timeout: MYIP
000318.615| game 0x11d04 closed unexpectedly
000318.616| game stopped at slot 4 in U17704839
000318.616| gameServerId 2 - spawning new
000318.616|  NewGame: registered new game in slot 1, name 'SERVER 02', pwd '', port 34011
000318.617|  request for new game send to U17704839, creator:0, players:30, id:12001, port:34011
000319.002| r3dNetwork_Peer_Timeout: MYIP

LOGSV
00323.383| terminating game [00011f00]000323.383| !!!! unable to terminate game, err: 5
000323.383| terminating game [00012001]
000323.384| !!!! unable to terminate game, err: 5
000323.384| terminating game [00012102]
000323.384| !!!! unable to terminate game, err: 5
000323.385| terminating game [00011c03]
000323.385| !!!! unable to terminate game, err: 5
000323.385| terminating game [00011d04]
000323.385| !!!! unable to terminate game, err: 5
000323.386| terminating game [00011e05]
000323.386| !!!! unable to terminate game, err: 5

LOGSS
000000.033| ------- **** Official Server **** -------000000.033| r3dFS: there is no volume file wo_00.bin
000000.033| Connecting to master server at MYIP
000000.034| r3dNetwork: Creating client
000000.173| IP: MYIP
000000.174| r3dNetwork: connecting to MYIP
000000.175| waiting: connecting, 10.0 sec left
000000.191| r3dNetwork: external ip: MYIP
000000.191| Game: Initializing with 50 players
000000.192| Server time is Sun Aug 26 01:02:54 2029
000000.192| CAsyncApiMgr starting
000000.194| Starting server on port 34010
000000.194| r3dNetwork: Creating host at port 34010
000000.316| IP: MYIP
000000.329| Getting shop data
000000.356| Reading game rewards
000000.363| Loading armory config
000000.364| Trying to load an ammo 'rocket' that is already loaded!000000.372| !!! ERROR: Failed to parse XML, error: Start-end tags mismatch
000000.373| !!! crashed
000000.373| Creating minidump at logss\GS_1000004be7035.dmp
000000.572| Minidump created.


When start masterserver & supervisorserver, all wz_gameservers are opening and closing.
 
Last edited:
Re: [HELP] MasterServer & Supervisor Crash

000000.364| Trying to load an ammo 'rocket' that is already loaded!
-- rocket is dupe

000000.372| !!! ERROR: Failed to parse XML, error: Start-end tags mismatch
-- itemsDB.xml is fail (checking by copy it to IIS and open the web)
 
Upvote 0
Re: [HELP] MasterServer & Supervisor Crash

I just was hiding the ip :)

Already fixed, thanks.


Problem : ItemsDB

Line 1430 (I think)
. </GEAR></GEAR>

 
Upvote 0
Back