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!

Compiling the source (Resolved)

Status
Not open for further replies.
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Re: Compiing the source

The following list of Executable's get copied over from:

Copy from the following 3 folders (all listed executable's in the Order the Folder is mentioned -- there are 3 files that reside in both C:\Core\bin and C:\StarTrek\bin that the C:\StarTrek\bin files get copied over last to make sure you didn't get the wrong ones)


C:\src\Utilities\bin
C:\src\Core\bin
C:\src\StarTrek\bin


AccountServer.exe
AppServer.exe
bindifftest.exe
CBMonitor.exe
ChatRelay.exe
ChatServer.exe
ClientBinner.exe
Controller.exe
CrashTest.exe
CrypticError.exe
CrypticKillAll.exe
CrypticMon.exe
CrypticPerfTest.exe
CrypticURLHandler.exe
DBScript.exe
ErrorTracker.exe
ErrorTrackerHandler.exe
GameClient.exe
GameLogReporter.exe
GameServer.exe
GetVRML.exe
GlobalChatServer.exe
HeadshotServer.exe
Launcher.exe
LogParser.exe
LogServer.exe
MasterControlProgram.exe
MaterialEditor.exe
Multiplexer.exe
NewControllerTracker.exe
ObjectDB.exe
PerfTestResultParser.exe
pig.exe
ShaderServer.exe
ShardLauncher.exe
SoundUtil.exe
TexOptEditor.exe
TransactionServer.exe
XmppServer.exe


The 3 above Bold and Red file names are from C:\src\StarTrek\bin (these are the 3 I mentioned that are in both folders, use these not the others)

A few of these may not be a part of the created executable's.
I'd have to rebuild again to validate.
This is from Memory and NW
 
Last edited:
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Re: Compiing the source

I have no idea how you are getting a Failed = 1
When there are 92 Build Succeeded and No Errors.
Looks good, But your output window is wack.

Based on the logs you sent me. Output window should say 0 failed ---> ========== Build: 91 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
Re: Compiing the source

i got this at the end

90>Link:
90> LoginHammer.vcxproj -> C:\Cryptic\src\Utilities\LoginHammer\..\bin\LoginHammer.exe
90>FinalizeBuildStatus:
90> Deleting file "..\..\obj100\LoginHammer\Debug Win32\LoginHammer.unsuccessfulbuild".
90> Touching "..\..\obj100\LoginHammer\Debug Win32\LoginHammer.lastbuildstate".
90>
90>Build succeeded.
90>
90>Time Elapsed 00:00:50.90
========== Build: 91 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


may be nothing
 
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Re: Compiing the source

Yeah, there isn't even a mention of a file open in another process.
Notta.
Close out Visual Studio
Clear your C:\users\yourwindowsfoldername\AppData\Local\temp folder
Go to and Carefully follow the instructions in this thread: [Tutorial] What files need to be cleared for Releases to be clutter free
Build the source code (Rebuild All 2 times) by opening and compiling C:\cryptic\src\mastersolution\allprojectsmastersolution.sln
Paste the Build Log results from the Output window in a reply



If you receive the same crap, I'd be shocked.
 
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
Re: Compiing the source

ok so here it is

Error 180 error RC2135: file not found: C:\Cryptic\tools\bin\dbghelp.dll C:\Cryptic\src\Core\CrypticLauncher\CrypticLauncher.rc 27 1 CrypticLauncher
Error 181 error RC2135: file not found: C:\Cryptic\tools\bin\CrypticError.exe C:\Cryptic\src\Core\CrypticLauncher\CrypticLauncher.rc 28 1 CrypticLauncher

90>Time Elapsed 00:00:49.88
========== Rebuild All: 91 succeeded, 1 failed, 0 skipped ==========



oh hell i know what i did wrong...
 
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Re: Compiing the source

In your solution.
Expand CrypticLauncher Project
You will see 2 files.
CrypticError.exe and dbghelp.dll
right click and select remove for each one.
Click Build (toolbar option) - Build
and reply



Fix that file as well :p
 
Last edited:
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
Re: Compiing the source

no worries lol after i actually get this working ima feel like a damn pro!!

oh i forgot to add a big IF cos it hates me !!



ok so its compiled i dunno what happened but here are the results

90>Build succeeded.
90>
90>Time Elapsed 00:00:48.35
========== Rebuild All: 92 succeeded, 0 failed, 0 skipped ==========
 
  • Like
Reactions: DNC
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
Re: Compiing the source

haha change my title just ask the pro lolol


ok now time for the post u made that confused the hell outta me after i read it 5 times
placing the files o.o ill go back and have another 5 reads
 
  • Like
Reactions: DNC
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Re: Compiing the source

The Repack thread itself in the Release section, when you are told to copy files, it doesn't mention which ones.
So everyone is going to presume All but this is incorrect.
I modified the instructions in the Tutorial thread about the Repack with the proper list.
I just put a list together of the ones that do get copied. Again, I may have 1 or 2 more files than were actually compiled. I've done this so many times that the list is purely from memory.
 
☺☺Just Ask The Pope☺☺
Joined
Jul 19, 2009
Messages
585
Reaction score
93
Re: Compiing the source

ya lol
Copy from the following 3 folders (all listed executable's in the Order the Folder is mentioned -- there are 3 files that reside in both C:\Core\bin and C:\StarTrek\bin that the C:\StarTrek\bin files get copied over last to make sure you didn't get the wrong ones)

C:\src\Utilities\bin
C:\src\Core\bin
C:\src\StarTrek\bin

i look at this and i wana smash my face against the wall o.o
 
Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Re: Compiing the source

When you compiled the code the files that were created were put into 3 folders.
C:\src\Utilities\bin
C:\src\Core\bin
C:\src\StarTrek\bin

You need to copy Only the files in the list in my previous post into the C:\Cryptic\Tools\bin folder
Sort the folders by Type in windows explorer
Select and copy Only the files in the list
Paste them (overwriting existing files) into the C:\Cryptic\Tools\bin folder (you will need to create Tools and Tools\bin folders)
The only real concern is making sure you copy the 3 files below Last (in case you grabbed them on accident from the C:\Core\bin folder -- incorrect files):
C:\src\StarTrek\bin\AppServer.exe
C:\src\StarTrek\bin\GameClient.exe
C:\src\StarTrek\bin\GameServer.exe

Does this make more sense?
 
Status
Not open for further replies.
Back
Top