*SOLVED* MatchServer.exe Crash Buffer Overrun

Newbie Spellweaver
Joined
Jun 21, 2007
Messages
12
Reaction score
0
Code:
nhn server mode is real
Load XML from memory : strings.xml(0x0037) - SUCCESS
Load XML from memory : cserror.xml(0x0037) - SUCCESS

!!!ERROR: Buffer overrun detected! Program will end.
SymGetSymFromAddr error 487
frame : (01) : PC Address : 0046ab33
     Param[0] : 00000001
     Param[1] : 00000000
     Param[2] : 0012f510
     Param[3] : 023d84a8
     ModuleName : MatchServer
SymGetLineFromAddr error 487
     Function Name : <nosymbols>
SymGetSymFromAddr error 487
frame : (02) : PC Address : 004b0cdf
     Param[0] : 000005d3
     Param[1] : 000002bf
     Param[2] : 00000000
     Param[3] : 80004002
     ModuleName : MatchServer
SymGetLineFromAddr error 487
     Function Name : <nosymbols>
SymGetSymFromAddr error 487
frame : (03) : PC Address : 00427870
     Param[0] : 0012f64c
     Param[1] : 00000000
     Param[2] : 01152e30
     Param[3] : 01152e30
     ModuleName : MatchServer
SymGetLineFromAddr error 487
     Function Name : <nosymbols>
SymGetSymFromAddr error 487
frame : (04) : PC Address : 00427a6d
     Param[0] : 0050b2e0
     Param[1] : 01155170
     Param[2] : 00000228
     Param[3] : 00000000
     ModuleName : MatchServer
SymGetLineFromAddr error 487
     Function Name : <nosymbols>
SymGetSymFromAddr error 487
frame : (05) : PC Address : 00416f4c
     Param[0] : 12ff7ffe
     Param[1] : 800008c2
     Param[2] : 850ffffa
     Param[3] : fffed361
     ModuleName : MatchServer
SymGetLineFromAddr error 487
     Function Name : <nosymbols>
SymGetSymFromAddr error 126
frame : (06) : PC Address : 0300ba00
     Param[0] : 00000000
     Param[1] : 00000000
     Param[2] : 00000000
     Param[3] : 00000000
SymGetModuleInfo error 126
SymGetLineFromAddr error 126
     Function Name : <nosymbols>
 
Last edited:
Re: MatchServer.exe Crash Buffer Overrun

I recently updated to match ijji's item and models (thanks to kochon You Rock!)
and ever since the Update I generated shop, cleaned up the tags a bit. But, when I doucleclick MatchServer.exe it auto closes and generates the log posted in /LOGS

Can anyone help o-o
 
Last edited:
Upvote 0
Re: MatchServer.exe Crash Buffer Overrun

thanks, must find where at now T.T this is gonna take forever lol

New Problem, Buffer Overrun Fixed but when starting...
Code:
GUNZ 1,0,0,290 [Runnable By Xiaolin A.K.A Elton 2008] 
Log time (03/28/09 18:34:10)
Skip XTrapPatch
CPU ID = GenuineIntel ( family = 15 , model = 4 , stepping = 1 ) @ 2926 MHz
Display Device = Intel(R) 82865G Graphics Controller ( vendor=8086 device=2572 subsys=4043107b revision=2 )
Display Driver Version = 6.14.0010.3889
Windows = 5.1 Build 2600 , Service Pack 3 (1555184KB) :  Windows xp..
Load XML from memory : system/locale.xml- SUCCESS
Country : (USA), Language : (USA)
Load XML from memory : system/gametypecfg.xml 
Load Config from file : config.xml- SUCCESS
Load XML from memory : system/system.xml- SUCCESS
Load XML from memory : system/strings.xml(0x0009) - SUCCESS
Load XML from memory : system/cserror.xml(0x0009) - SUCCESS
Load XML from memory : system/messages.xml(0x0009) - SUCCESS
and from there, nothing gunz.exe closes and soon after the launcher
 
Last edited:
Upvote 0
Re: MatchServer.exe Crash Buffer Overrun

im not sure 100% its from the zitem , but sometimes it happen to me i open it gives error and it shutdown >.> so that what i think , i'm not sure.
 
Upvote 0
Re: MatchServer.exe Crash Buffer Overrun

You were right xP It was the zItem.xml, That issue has been fixed but it seems a new one has erected. :/ this one gives no error at all and success down the list, then bam nothing. See: Above for the code
 
Upvote 0
ah...i had no problem with this i just strait copyed and pased form ijji to mine...?

it has to have this on top:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<XML xmlns="http://tempuri.org/zitem.xsd" id="zitem">

and this on bottom:
Code:
</XML>
 
Upvote 0
Back