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!

[GUIDE] How to build Gunz source code

Status
Not open for further replies.
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
And now i have only question !
How to remove mef and how to make client with mef file ?
Ah.... So hard to find resolution with noob
Sorry for bad English :(
 
2D > 3D
Member
Joined
Dec 19, 2008
Messages
2,413
Reaction score
1,193
install this

when try to compile Gunz Project give me:


MXml.h(29): fatal error C1083: Cannot open type library file: 'msxml.dll': No such file or directory

im try to install MSXML 3.0 ; MSXML 4.0 and 6.0, same error.

OldSchoolGZ, that actually doesn't work.

Had this same issue, its an easy fix. Download and put it into ./gunz/stable/cml/include, allowing it to be included in the source
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
Originally Posted by mitor
when try to compile Gunz Project give me:


MXml.h(29): fatal error C1083: Cannot open type library file: 'msxml.dll': No such file or directory

im try to install MSXML 3.0 ; MSXML 4.0 and 6.0, same error.
I put in C:\Windows\system32 :D And it working :D
 
Experienced Elementalist
Joined
Oct 1, 2007
Messages
210
Reaction score
26
That works too I suppose. Being a Microsoft created product, it should work well with a Microsoft OS.

I just want to say it's awesome, whoever got a hold of this. It give you the power to do anything GunZ: The Duel related. I thank whoever was responsible for releasing and/or obtaining this. Once you get everything working correctly and you get into the game, it just opens a world of possibilities for GunZ.
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
I can connect my sever but when character select, i press enter and get disconnect.
mlog is not show any wrong.
but matchsever log show a error come from database. I come to database and fix, the error was fix successful but it have a error like this :
Server log :
Code:
[COLOR="Blue"][01/09/12 23:45:11]  MMatchDBMgr::ExceptionHandler
ErrSQL( {CALL spDTInsertDTCharacterInfo(7)} ), ErrCode( -1 )
ErrMsg - Cannot insert the value NULL into column 'TimeStamp', table 'GunzDB16.dbo.DTCharacterInfo'; column does not allow nulls. INSERT fails.
The statement has been terminated.
State:23000,Native:515,Origin:[Microsoft][ODBC SQL Server Driver][SQL Server]
State:01000,Native:3621,Origin:[Microsoft][ODBC SQL Server Driver][SQL Server][/COLOR]

MMatchServer::OnAsyncResponse_GetDuelTournamentCharacterInfo - ½ÇÆĐ
[01/09/12 23:45:11] 127.0.0.1, 50282 is Disconnect(RCP_IO_READ Error)

[01/09/12 23:48:04] GARBAGE SESSION CLEANING : m_This(02), ClientCount=0, SessionCount=1, AgentCount=1, CommandPool=5, objHistoryCount=3


[COLOR="Red"][01/09/12 23:50:08]  MMatchDBMgr::ExceptionHandler
ErrSQL( {CALL spInsertConnLog (5, 127, 0, 0, 1, '')} ), ErrCode( -1 )
ErrMsg - Invalid object name 'LogDB.dbo.ConnLog'.
State:S0002,Native:208,Origin:[Microsoft][ODBC SQL Server Driver][SQL Server][/COLOR]

[01/09/12 23:50:22] 127.0.0.1, 50299 is Disconnect(RCP_IO_READ Error)
The blue is the error i'm fix by checking database and fill some figures in TimeStamp...etc... in database table.
But with red error i don't know how to fix it.
The "LogDB.dbo.ConnLog" i can't see in GunzDB.
I'm not make the AdmWebDB and LogDB ( Only GunzDB )
Can someone tell me what i'm wrong on my sever and client ?
 
Hi, I'm Omar!
Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
i can connect my sever but when character select, i press enter and get disconnect.
Mlog is not show any wrong.
But matchsever log show a error come from database. I come to database and fix, the error was fix successful but it have a error like this :
Server log :
Code:
[color="blue"][01/09/12 23:45:11]  mmatchdbmgr::exceptionhandler
errsql( {call spdtinsertdtcharacterinfo(7)} ), errcode( -1 )
errmsg - cannot insert the value null into column 'timestamp', table 'gunzdb16.dbo.dtcharacterinfo'; column does not allow nulls. Insert fails.
The statement has been terminated.
State:23000,native:515,origin:[microsoft][odbc sql server driver][sql server]
state:01000,native:3621,origin:[microsoft][odbc sql server driver][sql server][/color]

mmatchserver::onasyncresponse_getdueltournamentcharacterinfo - ½çæđ
[01/09/12 23:45:11] 127.0.0.1, 50282 is disconnect(rcp_io_read error)

[01/09/12 23:48:04] garbage session cleaning : M_this(02), clientcount=0, sessioncount=1, agentcount=1, commandpool=5, objhistorycount=3


[color="red"][01/09/12 23:50:08]  mmatchdbmgr::exceptionhandler
errsql( {call spinsertconnlog (5, 127, 0, 0, 1, '')} ), errcode( -1 )
errmsg - invalid object name 'logdb.dbo.connlog'.
State:s0002,native:208,origin:[microsoft][odbc sql server driver][sql server][/color]

[01/09/12 23:50:22] 127.0.0.1, 50299 is disconnect(rcp_io_read error)
the blue is the error i'm fix by checking database and fill some figures in timestamp...etc... In database table.
But with red error i don't know how to fix it.
the "logdb.dbo.connlog" i can't see in gunzdb.
I'm not make the admwebdb and logdb ( only gunzdb )
can someone tell me what i'm wrong on my sever and client
?

*facepalm* you just said the goddamn solution, put the logdb and it fixes itself.... God.
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
you just said the goddamn solution, put the logdb and it fixes itself.... God
Put it is mean make new database nanme LogDB and using sql script to execute it ? Or i must make new table name Logdb.dbo.conlog in gunzDB and execute with SQL script ?
Which way i must do ? Plz tell me cause i'm noob developer gunz ( 18 year old :D )

The first way i try was fail. _ _!
 
Hi, I'm Omar!
Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
Put it is mean make new database nanme LogDB and using sql script to execute it ? Or i must make new table name Logdb.dbo.conlog in gunzDB and execute with SQL script ?
Which way i must do ? Plz tell me cause i'm noob developer gunz ( 18 year old :D )

The first way i try was fail. _ _!

Make it called "LogDB" only.
 
Hi, I'm Omar!
Member
Joined
Jan 6, 2011
Messages
1,345
Reaction score
646
wrong look in the background thats a conversion log hes trying to build an older ver in vs 2008 - 2010

You picked such an old post to quote me, what a coincidence. Anyway, read the goddamn error message.
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
How to remove Xtrap and ( or ) NHN ?

I'm Removed Xtrap Complete ! Sorry Guys :D
 
Junior Spellweaver
Joined
Nov 29, 2009
Messages
129
Reaction score
7


How can I fix this? The build gave me 9 success 1 failed.
 
2D > 3D
Member
Joined
Dec 19, 2008
Messages
2,413
Reaction score
1,193
Can we use Visual C++ 2008 too?

Simply put, depends.

Although small applications (Hello WORLD?) can be just copied
over from one C++ version to the next, in the case of larger
projects, they must be ported over.

Simply put, unless you work with the source to fix the warnings
that are now errors due the strict syntax, it will not build
correctly, and nothing will be created.

TL;DR Unless you want to edit the source and port it over,
which really serves no purpose, just stick with 2003
 
Initiate Mage
Joined
Feb 15, 2012
Messages
24
Reaction score
0
Simply put, depends.

Although small applications (Hello WORLD?) can be just copied
over from one C++ version to the next, in the case of larger
projects, they must be ported over.

Simply put, unless you work with the source to fix the warnings
that are now errors due the strict syntax, it will not build
correctly, and nothing will be created.

TL;DR Unless you want to edit the source and port it over,
which really serves no purpose, just stick with 2003

Wanted just to ask because i found the 2008 C++ but not the 2003..
 
Skilled Illusionist
Joined
Jan 1, 2010
Messages
302
Reaction score
5
Google to 2003, is easily, and download is :
Visual Studio 2003 .NET

There is the error in the IMG, what to do?
Post fully you Error Description
1.Follow the path of file is get error
2.now open it in new windows explorer
3.Open the Filename.sln u get error.
4. Clean the solution, built it with release and debug mode.
5. Open Gunz.sln again, Press Rebuilt.
 
Status
Not open for further replies.
Back
Top