• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Problem while compiling sources.

Status
Not open for further replies.

callmephil

Respected Member
Hello ! So i've been afk for a while and now i have some little problem while i'm trying to compile the new TC sources.

everything is fine until i try to build sources. i have 15 same errors from VS13

Code:
"error MSB6006: "cmd.exe" exited with code 9009 || File : Microsoft.CppCommon.targets || Line : 170"

anyone has already seen that ? i can't find a way to fix it.
 

Tommy

Founder
I'm not entirely sure, though, VS13 is recommended to use when compiling TC sources as well. Anyway, I've searched and found slightly good info.

However, people has solved this issue before by doing the following:

1. Make sure no executable is running (e.g: authserver.exe and worldserver.exe)
2. Run VS13 (or whatever you're using) as administrator

Are you sure you ran CMake correctly? Go to this thread to find out.

This is a pretty weird error. Make sure you have all the 2013 Redistributable Packages and Windows service packages as well. Wish I could help you more, but this error is new to me too.

https://www.google.com/search?q=MSB6006:+"cmd.exe"+exited+with+code+9009

Havent seen it, but from the google results it seems that you may have:
The exe already running
Missing Boost or mysql some other dependency
Have some dependency invalid

Try checking the output window (and post it here?) and see if there are hints about what you are missing.
Was the project created for VS2013 in cmake?


Well then! We searched/wrote practically the same stuff, except I missed out on boost/mysql since I didn't think it would be a total factor. :D
 

callmephil

Respected Member
hey thx guys for your reactivity.

hmm boost & mysql are affecting cmake in case of problem and this is not the case. any way everything is installed correctly on my computer. including V13.
also tried to run in administrator mode problem persist & my windows is up to date.
 

callmephil

Respected Member
Okay ! i solved the problem ! while i've updated all my software including cmake something went wrong.. anyway i have downloaded an old version of cmake insteed of 3.0.1 and now it works.
 
Status
Not open for further replies.
Top