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 Compile the Source

Newbie Spellweaver
Joined
Oct 28, 2015
Messages
33
Reaction score
2
it seems u dont use visual studio 2008 u try to upgrade project in a new version of visual studio?
 
Experienced Elementalist
Joined
Jun 9, 2013
Messages
289
Reaction score
78
@cmb maybe you know why, but my coretools its crashing when i open a field file if i compile the .exe and the plugins, using the compiled one inside devkit works fine, any solution?
 
Newbie Spellweaver
Joined
Feb 12, 2019
Messages
30
Reaction score
0
are you getting any crashdumps? try debugging the application and see what its trying to do.

Compiled the exe, Installed "Raiderz_Intl_20110531" replaced orginal exe with recently compiled, trying start and it crashes... why?

"
프로그램이 치명적인 오류를 발생하였으므로 관련 정보를 개발사에 전송하도록 권장합니다.본 프로그램은 프로그램 오류의 완전한 분석을 위하여 프로그램 오류정보 및 귀하의 시스템사양(운영체제/메모리/비디오카드 정보)를 본사에 전송할것입니다.전송된 자료는 프로그램 성능 향상을 위해서만 사용됩니다.
"

It generates some dmp file but no way can understand it...

When i was compyling i had some "waringins", something about "public symbols" can this be the problem?
 
Last edited:
Joined
Mar 11, 2007
Messages
902
Reaction score
1,240
Compiled the exe, Installed "Raiderz_Intl_20110531" replaced orginal exe with recently compiled, trying start and it crashes... why?

"
프로그램이 치명적인 오류를 발생하였으므로 관련 정보를 개발사에 전송하도록 권장합니다.본 프로그램은 프로그램 오류의 완전한 분석을 위하여 프로그램 오류정보 및 귀하의 시스템사양(운영체제/메모리/비디오카드 정보)를 본사에 전송할것입니다.전송된 자료는 프로그램 성능 향상을 위해서만 사용됩니다.
"

It generates some dmp file but no way can understand it...

When i was compyling i had some "waringins", something about "public symbols" can this be the problem?

What source code did you compile?
 
Newbie Spellweaver
Joined
Sep 11, 2018
Messages
32
Reaction score
3
how to add the sdk folder to source for full compilation
 
Newbie Spellweaver
Joined
Aug 21, 2009
Messages
69
Reaction score
9
Trying to compile the source code and i'm currently getting d:\Downloads\RaiderZ_RAGEZONE.com\Develop\mdk\CML2\MTstring.h(4) : fatal error C1083: Cannot open include file: 'regex': No such file or directory : error, SDK file in same directory as Develop
 
Junior Spellweaver
Joined
Nov 19, 2008
Messages
140
Reaction score
33
pxAIWFo - [Guide] How to Compile the Source - RaGEZONE Forums


why am i getting this error, i did all the steps right

Thank you from now
 

Attachments

You must be registered for see attachments list
Joined
Jun 5, 2009
Messages
959
Reaction score
235
For future reference, if anyone needs VS 2008 with SP1 and an alternative to Microsoft App Locale Wizard which no longer works with Windows 10.

Visual Studio 2008: (3,30 GB)
Microsoft Visual Studio 2008 Service Pack 1
Source:

Locale Emulator:

Also DirectX9 SDK:
Source:



pxAIWFo - [Guide] How to Compile the Source - RaGEZONE Forums


why am i getting this error, i did all the steps right

Thank you from now

Make sure to exclude the pre-build event as explained in the guide.
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Nov 19, 2008
Messages
140
Reaction score
33
XTqg2kz - [Guide] How to Compile the Source - RaGEZONE Forums



Thank you very much for your interest

these errors did not improve only

" Also the pre-build event for GameApp project is still enabled. " ==
I don't know exactly where to edit it


GameApp-Properties-event build-Pre build Event = Excluded From build NO
 

Attachments

You must be registered for see attachments list
Joined
Jun 5, 2009
Messages
959
Reaction score
235
XTqg2kz - [Guide] How to Compile the Source - RaGEZONE Forums



Thank you very much for your interest

these errors did not improve only

" Also the pre-build event for GameApp project is still enabled. " ==
I don't know exactly where to edit it


GameApp-Properties-event build-Pre build Event = Excluded From build NO

So it seems like the SVNRevision.h error has been resolved with that change.

You still need to exclude the pre-build event.

As explained by cmb this is how you do it:
right click the GameLib Project and click Properties. This will take you to the Project Properties Window. Click the arrow next to Build Events, then click on Pre-Build Event. Make sure Excluded from Build is set to Yes.

Except in your case you need to do it with the GameApp project as the error states. Make sure exclude is set to Yes.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Nov 19, 2008
Messages
140
Reaction score
33
So it seems like the SVNRevision.h error has been resolved with that change.

You still need to exclude the pre-build event.

As explained by cmb this is how you do it:


Except in your case you need to do it with the GameApp project as the error states. Make sure exclude is set to Yes.


there are minor mistakes right now


fixed
Thank you very much for your interest
 
Junior Spellweaver
Joined
Dec 2, 2015
Messages
113
Reaction score
10
Hey, got an error while compiling the RaiderZ Evolved Source (You compile it in VS2019) I installed DirectX SDK, SP1, and opened it with Locale Emulator (Korean) maybe someone here had the same problem or have a solution for it?
He don´t find this directory so it must build wrong that he don´t create this directory

cmb - [Guide] How to Compile the Source - RaGEZONE Forums
 
Last edited:
Back
Top