• 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] Sunwellcore Building error

Status
Not open for further replies.

BuxBunny

Member
Hello,
I compiled a Sunwellcore from this github :
But when I build it I keep getting these errors :
Code:
Severity	Code	Description	Project	File	Line	Suppression State
Error	C3688	invalid literal suffix 'UI64FMTD'; literal operator or literal operator template 'operator ""UI64FMTD' not found	scripts	source\src\server\shared\database\MySQLThreading.h	47
 

Rochet2

Moderator / Eluna Dev
Not sure, but try changing all "UI64FMTD" to " UI64FMTD "
so there are spaces around the UI64FMTD and the quotes. It is an error on newer compilers to not have space if there are some strict settings. This is probably due to C++ spec changing or something.
 

BuxBunny

Member
Not sure, but try changing all "UI64FMTD" to " UI64FMTD "
so there are spaces around the UI64FMTD and the quotes. It is an error on newer compilers to not have space if there are some strict settings. This is probably due to C++ spec changing or something.

Thanks, still didn't work
Also I got another error (it was there before I tried)
on the line :
sLog->outSQLDriver("Core thread with ID ["UI64FMTD "] initializing MySQL thread.",
Severity Code Description Project File Line Suppression State
Error (active) user-defined literal operator not found shared \src\server\shared\Database\MySQLThreading.h 47
 

Syphex

Exalted Member
There is a [3.3.5] SunWellCore - Compiled 32x/64x download available out there, it's only 5 month old and you can update the database if you so want too.
Right now i can see on their tracker that they have alot of issues, it would be easier to just use that.
 
Last edited:

BuxBunny

Member
There is a [3.3.5] SunWellCore - Compiled 32x/64x download available out there, it's only 5 month old and you can update the database if you so want too.
Right now i can see on their tracker that they have alot of issues, it would be easier to just use that.

isn't it a repack?
 

BuxBunny

Member
Well doing spaces like " UI64FMTD " instead worked,
One last error !
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "public: __thiscall Cell::Cell(float,float)" (??0Cell@@QAE@MM@Z) referenced in function "public: bool __thiscall PathGenerator::CalculatePath(float,float,float,bool)" (?CalculatePath@PathGenerator@@QAE_NMMM_N@Z) worldserver src\server\worldserver\game.lib(PathGenerator.obj) 1
 

Syphex

Exalted Member
Fixed, it's working now !
Any chance someone knows if I can add Eluna to sunwell?

i don't think that should be a problem, if i remember correctly someone has Eluna added to their TBC server.
Also since its extension program it should work. But i am not in the position to tell you how to since i've never done it myself.


Here is some threads that you will find helpful from EMUDevs

How to install it - https://github.com/ElunaLuaEngine/Eluna/blob/master/docs/INSTALL.md
Guide and other bookmarks - http://emudevs.com/showthread.php/2834-Eluna-Information-(READ)
 
Last edited:

BuxBunny

Member
i don't think that should be a problem, if i remember correctly someone has Eluna added to their TBC server.
Also since its extension program it should work. But i am not in the position to tell you how to since i've never done it myself.


Here is some threads that you will find helpful from EMUDevs

How to install it - https://github.com/ElunaLuaEngine/Eluna/blob/master/docs/INSTALL.md
Guide and other bookmarks - http://emudevs.com/showthread.php/2834-Eluna-Information-(READ)

This is a fresh installation of trinitycore with eluna, and I check merging, tried it and here's what I got :
error: Your local changes to the following files would be overwritten by merge:
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Guilds/Guild.cpp
src/server/game/Handlers/VehicleHandler.cpp
src/server/scripts/Commands/cs_go.cpp
src/server/scripts/Commands/cs_gobject.cpp
src/server/shared/Packets/ByteBuffer.h
Please commit your changes or stash them before you can merge.
Aborting
 
Status
Not open for further replies.
Top