• 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] Compiling errors.

Status
Not open for further replies.

OMGhixD

Sexy Member
I've got no clue of what has happened or whatever, however this happened like 2-3 days ago, and i got NO CLUE what it means!

Error 1/25 (all the same in the theory)
Code:
Error	16	error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Utilities\Util.cpp)	C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree	906	1	shared

yes i can clearly see it says identifier not found, however what annoys me is that i got no clue how to fix this :p help? <3
 

Rochet2

Moderator / Eluna Dev
Error 16 ..
What are the other errors?
They may be related or causing this.

You should also try full recompile.
Try Clean then compile.

"Identifier not found", it pretty much tells you why visual can't compile

The definition should be in VS includes in xtree file which is not a part of TC nor is it editable by default.
Unlikely a user or TC issue directly. More likely either VS screw up or something.
Could try reinstall VS also.
 

OMGhixD

Sexy Member
"Identifier not found", it pretty much tells you why visual can't compile

and i clearly stated something in my thread
6d8c92ccec.png



[MENTION=6]Rochet2[/MENTION]

Error 16 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Utilities\Util.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 14 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Utilities\EventProcessor.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 15 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Logging\Log.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 13 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Logging\AppenderDB.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 12 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Logging\AppenderConsole.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 11 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\Transaction.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 9 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\QueryResult.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 6 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\QueryHolder.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 8 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\PreparedStatement.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 10 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\MySQLConnection.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 4 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\Implementation\WorldDatabase.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 3 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\Implementation\LoginDatabase.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 7 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\Implementation\CharacterDatabase.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 2 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\DatabaseWorker.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 5 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\shared\Database\AdhocStatement.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 shared
Error 20 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\collision\Models\GameObjectModel.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 collision
Error 18 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\collision\Maps\TileAssembler.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 collision
Error 19 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\server\collision\Management\VMapManager2.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 collision
Error 24 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\LuaEngine\LuaFunctions.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 LuaEngine
Error 23 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\LuaEngine\LuaEngine.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 LuaEngine
Error 22 error C3861: '_Buynode0': identifier not found (C:\Users\Administrator\Desktop\NEW CORE 24.06.2014\source - eluna\src\LuaEngine\HookMgr.cpp) C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 LuaEngine
Error 1 error C3861: '_Buynode0': identifier not found C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 game
Error 17 error C3861: '_Buynode0': identifier not found C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 authserver
Error 21 error C3861: '_Buynode0': identifier not found C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 scripts
Error 25 error C3861: '_Buynode0': identifier not found C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtree 906 1 worldserver
 
Last edited:

Hyperion

Founder
What version of windows are you running? Also have you attempted to compile eluna on the same OS before ?
 

OMGhixD

Sexy Member
What version of windows are you running? Also have you attempted to compile eluna on the same OS before ?

Yes i have, it's on windows server 2002 R2 64bits, Visual Studios was working flawlessly until 2 days ago, and i didn't do crap :p

this doesn't affect Eluna ONLY it affects every kind of core.
 

Neth

BETA Tester
Error 16 ..
What are the other errors?
They may be related or causing this.

You should also try full recompile.
Try Clean then compile.



The definition should be in VS includes in xtree file which is not a part of TC nor is it editable by default.
Unlikely a user or TC issue directly. More likely either VS screw up or something.
Could try reinstall VS also.

Yes but the error is clear enough to understand, if visual compile on 0 cores and give the same errors everytime there is only few solutions, reinstalling(repair) or find on stackoverflow the asnwer( they usually have all basic error there)
 

OMGhixD

Sexy Member
Yes but the error is clear enough to understand, if visual compile on 0 cores and give the same errors everytime there is only few solutions, reinstalling(repair) or find on stackoverflow the asnwer( they usually have all basic error there)

I'll try and reinstall it, if that doesn't solve it i'm kinda empty.
 
Status
Not open for further replies.
Top