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!

GunZ Patch Library (27 patches and counting)

Praise the Sun!
Loyal Member
Joined
Dec 4, 2007
Messages
2,502
Reaction score
986
Why don't you just start a git and push commits as the patches come and go?
Pretty sure that would encourage further development as well.

I was thinking of that, but I don't feel like explaining what git is and how to pull code to tons of people.
 
Newbie Spellweaver
Joined
Jul 8, 2013
Messages
58
Reaction score
7
is it just me or people cant make characters anymore?
 
Newbie Spellweaver
Joined
Jul 12, 2013
Messages
27
Reaction score
0
I'm still having problems ... The MatchAgent is not working, says reconnect to MatchServer :S
 
Master Summoner
Joined
Sep 5, 2007
Messages
528
Reaction score
24
I'm searcing CSCommon > MMatchCDMgr.cpp but i cant find it, wtf?
 
Newbie Spellweaver
Joined
Apr 2, 2012
Messages
19
Reaction score
0
Code:
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
../CSCommon\Include\MMatchCRC32XORCache.h(6) : error C2011: 'MMatchCRC32XORCache' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchCRC32XORCache.h(6) : see declaration of 'MMatchCRC32XORCache'
ZGame.cpp(741) : warning C4018: '<' : signed/unsigned mismatch
ZObject.cpp
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(22) : error C2011: 'RAniEventInfo' : 'class' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(22) : see declaration of 'RAniEventInfo'
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(48) : error C2011: '_RAniNameEventSet' : 'struct' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(48) : see declaration of '_RAniNameEventSet'
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(72) : error C2011: '_RAniIDEventSet' : 'struct' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(72) : see declaration of '_RAniIDEventSet'
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(100) : error C2011: 'RAniEventMgr' : 'class' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(100) : see declaration of 'RAniEventMgr'
 
CSCommon:
Include\MAgentObject.h(7) : error C2011: 'MAgentObject' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MAgentObject.h(7) : see declaration of 'MAgentObject'
Include\MAgentObject.h(34) : error C2011: 'MAgentObjectMap' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MAgentObject.h(34) : see declaration of 'MAgentObjectMap'
MMatchDBMgr.cpp
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
Include\MMatchAccountPenaltyInfo.h(12) : error C2011: 'MPenaltyCode' : 'enum' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchAccountPenaltyInfo.h(12) : see declaration of 'MPenaltyCode'
Include\MMatchAccountPenaltyInfo.h(21) : error C2011: 'MPenaltyInfo' : 'struct' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchAccountPenaltyInfo.h(21) : see declaration of 'MPenaltyInfo'
Include\MMatchAccountPenaltyInfo.h(27) : error C2011: 'MMatchAccountPenaltyInfo' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchAccountPenaltyInfo.h(27) : see declaration of 'MMatchAccountPenaltyInfo'
MServer.cpp
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
MClient.cpp
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
Generating Code...
any idea i really dont know what to do lmao
 
Experienced Elementalist
Joined
Jan 7, 2011
Messages
262
Reaction score
54
Code:
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
../CSCommon\Include\MMatchCRC32XORCache.h(6) : error C2011: 'MMatchCRC32XORCache' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchCRC32XORCache.h(6) : see declaration of 'MMatchCRC32XORCache'
ZGame.cpp(741) : warning C4018: '<' : signed/unsigned mismatch
ZObject.cpp
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(22) : error C2011: 'RAniEventInfo' : 'class' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(22) : see declaration of 'RAniEventInfo'
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(48) : error C2011: '_RAniNameEventSet' : 'struct' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(48) : see declaration of '_RAniNameEventSet'
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(72) : error C2011: '_RAniIDEventSet' : 'struct' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(72) : see declaration of '_RAniIDEventSet'
c:\Users\\Documents\Gunz poop\Gunz Source Code\Gunz\../RealSpace2\Include\RAniEventInfo.h(100) : error C2011: 'RAniEventMgr' : 'class' type redefinition
        c:\users\\documents\gunz source code\realspace2\include\RAniEventInfo.h(100) : see declaration of 'RAniEventMgr'
 
CSCommon:
Include\MAgentObject.h(7) : error C2011: 'MAgentObject' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MAgentObject.h(7) : see declaration of 'MAgentObject'
Include\MAgentObject.h(34) : error C2011: 'MAgentObjectMap' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MAgentObject.h(34) : see declaration of 'MAgentObjectMap'
MMatchDBMgr.cpp
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
Include\MMatchAccountPenaltyInfo.h(12) : error C2011: 'MPenaltyCode' : 'enum' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchAccountPenaltyInfo.h(12) : see declaration of 'MPenaltyCode'
Include\MMatchAccountPenaltyInfo.h(21) : error C2011: 'MPenaltyInfo' : 'struct' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchAccountPenaltyInfo.h(21) : see declaration of 'MPenaltyInfo'
Include\MMatchAccountPenaltyInfo.h(27) : error C2011: 'MMatchAccountPenaltyInfo' : 'class' type redefinition
        c:\users\\documents\gunz source code\cscommon\include\MMatchAccountPenaltyInfo.h(27) : see declaration of 'MMatchAccountPenaltyInfo'
MServer.cpp
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
MClient.cpp
../cml\Include\MCRC32.h(8) : error C2011: 'MCRC32' : 'class' type redefinition
        c:\users\\documents\gunz source code\cml\include\MCRC32.h(8) : see declaration of 'MCRC32'
Generating Code...
any idea i really dont know what to do lmao

You are including the classes multiple times

For example:
class MCRC32 {
//code here
}

class MCRC32 {
//code here
}

This will result 'redefinition' error because MCRC32 is declared two times.
 
Newbie Spellweaver
Joined
May 22, 2011
Messages
63
Reaction score
2
PHP:
Compiling...
MMatchServer_OnCommand.cpp
c1xx : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'BRZ_Release_publish/CSCommon.pch', line 1) 
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
MMatchServer_Login.cpp
c1xx : fatal error C1060: compiler is out of heap space
c1xx : fatal error C1063: INTERNAL COMPILER ERROR
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
c1xx : fatal error C1060: compiler is out of heap space
c1xx : fatal error C1063: INTERNAL COMPILER ERROR
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
c1xx : fatal error C1060: compiler is out of heap space
c1xx : fatal error C1063: INTERNAL COMPILER ERROR
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information

Error, Help ?
 
Newbie Spellweaver
Joined
Oct 27, 2013
Messages
5
Reaction score
0
Solaire please help me, my and my MatchServer gunz.exe live crashando for no apparent reason.
Help me please.
These below are the dumps.

MAsyncProxy_2013-11-17-1
Code:
[URL="http://www.sendspace.com/file/e09phv"]MAsyncProxy_2013-11-17-1.dmp[/URL]

RealCPNet_2013-11-16-1

Code:
[URL="http://www.sendspace.com/file/it9sp5"]RealCPNet_2013-11-16-1.dmp[/URL]

StageDump_2013-11-15_22-0-57
Code:
[URL="http://www.sendspace.com/file/s2zv7t"]StageDump_2013-11-15_22-0-57.dmp[/URL]
 
Newbie Spellweaver
Joined
Nov 29, 2008
Messages
24
Reaction score
0
c:\Documents and Settings\User\Desktop\Stable\cml\Include\MCRC32.h(8): error C2011: 'MCRC32' : 'class' type redefinition
c:\Documents and Settings\User\Desktop\Stable\CSCommon\Include\MMatchCRC32XORCache.h(6): error C2011: 'MMatchCRC32XORCache' : 'class' type redefinition

Wtf? I just change de grade colors in zgame.cpp and colortable and this error appears for
 
Newbie Spellweaver
Joined
Jul 13, 2010
Messages
21
Reaction score
0
Hello everybody, I do not really understand the language c ++ like to know how do to build this library
 
Back
Top