• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

MatchAgent.exe crashes all the time

The Sky's the Limit ^_^
Joined
Jul 3, 2010
Messages
722
Reaction score
58
Hey all,

After doing a full DEEP search into the RaGEZONE forums I have not found a fix to the matchagent.exe crashing issue.

I recently got a new VPS and I pretty much transferred everything over from the old server to the new one, the only specification changes with the two VPS' are that the new one has 1GB more RAM.

OS: Windows 2008 x64

Here is the logs of my matchserver and matchagent:

Code:
MatchAgent:
[07/14/12 00:32:56] Command registeration completed[07/14/12 00:32:56] Match Agent Created (Port:7777)[07/14/12 00:34:34] Reconnect to MatchServer[07/14/12 00:34:52] Reconnect to MatchServer[07/14/12 00:35:02] Reconnect to MatchServer[07/14/12 00:46:30] Reconnect to MatchServerCrashDump Entered 1
CrashDump Entered 2
CrashDump Leaving
CrashDump Leaved

Code:
MatchServer:

[07/14/12 00:30:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=9, objHistoryCount=0

[07/14/12 00:32:56] Start agent Register (CommUID 0:24) IP:**.***.***.**, TCPPort:7777, UDPPort:5100
 
[07/14/12 00:32:56] Agent Added (UID:024)
[07/14/12 00:32:56] Agent Registered (CommUID 0:24) IP:**.***.***.**, TCPPort:7777, UDPPort:5100
 
[07/14/12 00:34:24] Agent Removed (UID:024)
[07/14/12 00:34:34] Start agent Register (CommUID 0:25) IP:**.***.***.**, TCPPort:7777, UDPPort:5100
 
[07/14/12 00:34:34] Agent Added (UID:025)
[07/14/12 00:34:34] Agent Registered (CommUID 0:25) IP:**.***.***.**, TCPPort:7777, UDPPort:5100
 
[07/14/12 00:34:52] Agent Removed (UID:025)
[07/14/12 00:35:02] Start agent Register (CommUID 0:27) IP:**.***.***.**, TCPPort:7777, UDPPort:5100
 
[07/14/12 00:35:02] Agent Added (UID:027)
[07/14/12 00:35:02] Agent Registered (CommUID 0:27) IP:**.***.***.**, TCPPort:7777, UDPPort:5100
 
[07/14/12 00:35:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=2, AgentCount=1, CommandPool=9, objHistoryCount=4

[07/14/12 00:40:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=2, AgentCount=1, CommandPool=9, objHistoryCount=4

[07/14/12 00:45:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=2, AgentCount=1, CommandPool=9, objHistoryCount=1

[07/14/12 00:46:30] Agent Removed (UID:027)
[07/14/12 00:50:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=9, objHistoryCount=2

[07/14/12 00:55:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=9, objHistoryCount=2

[07/14/12 01:00:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=9, objHistoryCount=0

[07/14/12 01:05:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=9, objHistoryCount=0

[07/14/12 01:10:06] GARBAGE SESSION CLEANING : ClientCount=0, SessionCount=0, AgentCount=0, CommandPool=9, objHistoryCount=0

Note - In the logs it has been edited for this post to hide the IP

And yes, I have tried working with server keepers, but if I were to use it and MatchAgent crashes it closes the MatchServer AND Locator and restarts them aswell.. which is not what I am looking for.

And the files I am using are july 2008.

Hope someone can help.
 
Newbie Spellweaver
Joined
Jul 14, 2012
Messages
17
Reaction score
0
I suggest using windows 2003.

And for the error did you change anything in the matchagent? or configuration?
 
Upvote 0
The Sky's the Limit ^_^
Joined
Jul 3, 2010
Messages
722
Reaction score
58
I suggest using windows 2003.

And for the error did you change anything in the matchagent? or configuration?

Only the IP Address really, here:
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>GunZ Unleashed</NAME>
	<MAXCLIENT>200</MAXCLIENT>
	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/> <!-- Change the tcpport here,  if you change the MatchServer port from 6000 to something else -->
	<ADDRESS ip="**.***.***.**" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

Where the stars are is where my VPS IP is.
 
Upvote 0
Back
Top