Jump to content
TrinityCore

Ceriana

Plebs
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Ceriana

  1. EDIT:

    Oh lord, I fked up. When downloading TC with the Github-Client, i didn't merge the two master-branches. I guess I had something from a previous installation on my disc. Obviously, it works now. Sorry for this.

    _____

    I am sure, I downloaded both the latest (not light) versions of OpenSSL 1.0.2k 64/32bit, as stated on the tutorial, and I set the option to put the binaries not in the windows folder. sxegg's cmake-log says " TrinityCore needs OpenSSL version 1.0 but found version .. ", but mine says "TrinityCore needs OpenSSL version 1.0.0 but found version ..". Maybe a recent update broke something? Do you know where to find older precompiled Windows binaries? I tried, but I only found the sources..

    Also, I had an older version of OpenSSL installed, used by a compilation some months ago. Is it possible that the version number is saved in the registry or something, and cmake compares this one, and not the one actually installed?

  2. €dit: Seems to be a problem with VS 2013, as MSDN states:

    Visual Studio does not support defaulted move constructors or move-assignment operators as the C++11 standard mandates.

     

    Freshly pulled latest 6.x source from Git, but compiling with Visual Studio 2013 @ x64 on Windows 10 fails with code errors:

    18>C:\TrinityCore\TrinityCore\src\server\game\Entities\Object\ObjectGuid.h(208): error C2610: 'ObjectGuid::ObjectGuid(ObjectGuid &&)' : ist keine spezielle Memberfunktion, für die der Standardwert verwendet werden kann (C:\Programmierung\TrinityCore\TrinityCore\src\server\collision\Management\MMapManager.cpp)
    18>C:\TrinityCore\TrinityCore\src\server\game\Entities\Object\ObjectGuid.h(211): error C2610: 'ObjectGuid &ObjectGuid::operator =(ObjectGuid &&)' : ist keine spezielle Memberfunktion, für die der Standardwert verwendet werden kann (C:\Programmierung\TrinityCore\TrinityCore\src\server\collision\Management\MMapManager.cpp)
    14>C:\TrinityCore\TrinityCore\src\server\game\Spells\Auras\SpellAuraEffects.h(40): error C2264: 'ObjectGuid::ObjectGuid': Fehler in der Funktionsdefinition oder Funktionsdeklaration, Funktion nicht aufgerufen

    14>C:\TrinityCore\TrinityCore\src\server\game\Server\WorldSession.h(806): error C2264: 'ObjectGuid::ObjectGuid': Fehler in der Funktionsdefinition oder Funktionsdeklaration, Funktion nicht aufgerufen
    3>  DBUpdater.cpp
    14>C:\TrinityCore\TrinityCore\src\server\game\Server\WorldSession.h(808): error C2264: 'ObjectGuid::ObjectGuid': Fehler in der Funktionsdefinition oder Funktionsdeklaration, Funktion nicht aufgerufen
    3>  UpdateFetcher.cpp
    14>C:\TrinityCore\TrinityCore\src\server\game\Entities\Player\Player.h(1172): error C2610: 'VoidStorageItem::VoidStorageItem(VoidStorageItem &&)' : ist keine spezielle Memberfunktion, für die der Standardwert verwendet werden kann

    In english (translated by me, so no guarantee for correctness):

    ObjectGuid.h(208) & Objectguid.h(211) & Player.h(1172)'ObjectGuid::ObjectGuid(ObjectGuid &&)' isn't a special member function for which a default value can be used

    WorldSession.h(806) & WorldSession.h(808) & SpellAuraEffects.h(40):  'ObjectGuid::ObjectGuid' error in definition or declaration, function not called

  3. €dit: Solved, forgot to run mapextractor before..

     

    Compiled fresh sources from git, 6.x-Branch. When trying to extract maps I get this error:

     

     


    C:Program Files (x86)World of Warcraft>vmap4extractor.exe
    Extract V4.00 2012_02. Beginning work ....
     
     
    Extracting GameObject models...Can't open WorldGenericQuilboarPassive Doodads
    LeantosRazorfen_Leanto03.m2, err=2!
    Can't open WorldExpansion01DoodadsCoilfangActivedoodadsEnergytowerCoilfang
    _Towers_E_Particle.m2, err=2!
    Can't open WorldExpansion02DoodadsGenericVrykulWeaponsVr_Bm__Shield_02.m2,
     err=2!
    Can't open WorldExpansion02DoodadsGenericVrykulWeaponsVr_Bm__Sword_01.m2,
    err=2!
    Done!
    Read LiquidType.dbc file...Done! (74 LiqTypes loaded)
     
    Unable to open wmo_list.txt! Nothing extracted.
     
    ERROR: Extract V4.00 2012_02. Work NOT complete.
       Precise vector data=0.
    Press any key.
     
    Running english client on Windows 8.1. But when I changed to english I couldn't choose between enGB and enUS, it just says "English". So I don't know if I have installed enGB oder enUS..
     
    The client was updated recently to 6.1.2. Maybe this causes errors?
  4. Hey,

     

    I just installed the current 4.3.4 core. I set up the database on the usual way (as stated in the manual, but I didn't do this for the first time). When starting the worldserver, I get this error:

     

     

     

     

    Using configuration file worldserver.conf.
    Using SSL version: OpenSSL 1.0.1j 15 Oct 2014 (library: OpenSSL 1.0.1j 15 Oct 2014)
    Using Boost version: 1.57.0
    DatabasePool characters_cata NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors. Read wiki at http://collab.kpsn.org/display/tc/TrinityCore+Home
    Cannot connect to Character database 127.0.0.1;3306;myuser;mypassword;characters_cata

     

     

    (I renamed the database from characters to characters_cata because I have 3.3.5a-databases on the same server)

     

    The most obvious fix for this is of course checking the login data. I checked it multiple times, and both the authserver and the bnetserver can connect without problems.

    The SQL-log states following errors:

     

     

     

     

    In mysql_stmt_prepare() id: 237, sql: "DELETE FROM corpse_phases WHERE Guid = ?"
    Table 'characters_cata.corpse_phases' doesn't exist
    In mysql_stmt_prepare() id: 238, sql: "DELETE FROM corpse_phases WHERE OwnerGuid = ? AND CorpseType <> 0"
    Table 'characters_cata.corpse_phases' doesn't exist
    In mysql_stmt_prepare() id: 239, sql: "DELETE FROM corpse_phases WHERE CorpseType = 0 OR Time < (UNIX_TIMESTAMP(NOW()) - ?)"
    Table 'characters_cata.corpse_phases' doesn't exist
    In mysql_stmt_prepare() id: 240, sql: "INSERT INTO corpse_phases (Guid, PhaseId, OwnerGuid, Time, CorpseType) VALUES (?, ?, ?, ?, ?)"
    Table 'characters_cata.corpse_phases' doesn't exist

     

    When I imported the base files, a table called "corpse" was created, but not corpes_phases. Did I miss any of the update files?

     

     

    But the missing table doesn't explain why the worldserver only can't connect.
     

  5. swiitch your client to English before running extractors, should help

     

    Thank you for your quick response.

     

    But I fixed it on another way: I moved my entire folder to desktop and ran the extractor - works fine. There seemed to be a problem with user rights on Windows (interesting, because I am the admin of this machine..).

  6. When running the makevmaps_simple.bat I get this error:

     

     

    C:Program Files (x86)wow_wotlk>vmap4extractor.exe
    Extract V4.00 2012_02. Beginning work ....

    Game path: Data
    Found locale 'deDE'

    Adding data files from locale directories.
    Scanning patch levels from data directory.
    Scanning patch levels from locale directories.
    Locale: deDE

    Opening DatadeDE/locale-deDE.MPQ
    Opening DatadeDE/expansion-locale-deDE.MPQ
    Opening DatadeDE/lichking-locale-deDE.MPQ
    Opening Datacommon.MPQ
    Opening Datacommon-2.MPQ
    Opening Dataexpansion.MPQ
    Opening Datalichking.MPQ
    Opening Datapatch.MPQ
    Opening Datapatch-2.MPQ
    Opening Datapatch-3.MPQ
    Opening DatadeDE/patch-deDE.MPQ
    Opening DatadeDE/patch-deDE-2.MPQ
    Opening DatadeDE/patch-deDE-3.MPQ
    Read LiquidType.dbc file...Done! (26 LiqTypes loaded)

    ERROR: Extract V4.00 2012_02. Work NOT complete.
       Precise vector data=0.
    Press any key.

     

    Unfortunetaly, this error message doesn't give useful information to me. Does anybody know what I should do? I compiled the extractors for myself from the latest 3.3.5a-branch on Windows 8.1 x64.

  7. 4WxgwBu.png

     

    Changing the OPENSSL_ROOT_DIR and then Configure should change all the other 3 fields. Make you root is set to OpenSSL-Win64 and not Win32 (if and only if you are compiling in 64 bit mode (Visual Studio 12 2013 Win64)"

     

    Fixed, thank you very much for the quick answer!

  8. I'm getting massive link errors during compiling the latest source on Windows 8.1 64bit with VS 13. I guess there is a problem with OpenSSL, but I can't figure out where and why. Do I have to set some enviroment variables for OpenSSL?

    16>TOTP.obj : error LNK2019: unresolved external symbol "EVP_sha1" in function ""unsigned int __cdecl TOTP::GenerateToken(char const *)" (?GenerateToken@TOTP@@YAIPEBD@Z)".
    16>TOTP.obj : error LNK2019: unresolved external symbol "HMAC" in function ""unsigned int __cdecl TOTP::GenerateToken(char const *)" (?GenerateToken@TOTP@@YAIPEBD@Z)".
    16>AuthSession.obj : error LNK2019: unresolved external symbol "CRYPTO_free" in function ""private: bool __cdecl AuthSession::HandleLogonProof(void)" (?HandleLogonProof@AuthSession@@AEAA_NXZ)".
    16>Main.obj : error LNK2019: unresolved external symbol "SSLeay_version" in function "main".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_CTX_new" in function ""public: class BigNumber __cdecl BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QEAA?AV0@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_CTX_free" in function ""public: class BigNumber __cdecl BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QEAA?AV0@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_rand" in function ""public: void __cdecl BigNumber::SetRand(int)" (?SetRand@BigNumber@@QEAAXH@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_num_bits" in function ""public: class std::unique_ptr<unsigned char [0],struct std::default_delete<unsigned char [0]> > __cdecl BigNumber::AsByteArray(int,bool)" (?AsByteArray@BigNumber@@QEAA?AV?$unique_ptr@$$BY0A@EU?$default_delete@$$BY0A@E@std@@@std@@H_N@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_new" in function ""public: __cdecl BigNumber::BigNumber(unsigned int)" (??0BigNumber@@QEAA@I@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_copy" in function ""public: class BigNumber & __cdecl BigNumber::operator=(class BigNumber const &)" (??4BigNumber@@QEAAAEAV0@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bin2bn" in function ""public: void __cdecl BigNumber::SetBinary(unsigned char const *,int)" (?SetBinary@BigNumber@@QEAAXPEBEH@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bn2bin" in function ""public: class std::unique_ptr<unsigned char [0],struct std::default_delete<unsigned char [0]> > __cdecl BigNumber::AsByteArray(int,bool)" (?AsByteArray@BigNumber@@QEAA?AV?$unique_ptr@$$BY0A@EU?$default_delete@$$BY0A@E@std@@@std@@H_N@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_sub" in function ""public: class BigNumber __cdecl BigNumber::operator-=(class BigNumber const &)" (??ZBigNumber@@QEAA?AV0@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_add" in function ""public: class BigNumber __cdecl BigNumber::operator+=(class BigNumber const &)" (??YBigNumber@@QEAA?AV0@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_mul" in function ""public: class BigNumber __cdecl BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QEAA?AV0@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_div" in function ""public: class BigNumber __cdecl BigNumber::operator/=(class BigNumber const &)" (??_0BigNumber@@QEAA?AV0@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_add_word" in function ""public: void __cdecl BigNumber::SetQword(unsigned __int64)" (?SetQword@BigNumber@@QEAAX_K@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_set_word" in function ""public: __cdecl BigNumber::BigNumber(unsigned int)" (??0BigNumber@@QEAA@I@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_get_word" in function ""public: unsigned int __cdecl BigNumber::AsDword(void)" (?AsDword@BigNumber@@QEAAIXZ)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_free" in function ""public: __cdecl BigNumber::~BigNumber(void)" (??1BigNumber@@QEAA@XZ)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_lshift" in function ""public: void __cdecl BigNumber::SetQword(unsigned __int64)" (?SetQword@BigNumber@@QEAAX_K@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_exp" in function ""public: class BigNumber __cdecl BigNumber::Exp(class BigNumber const &)" (?Exp@BigNumber@@QEAA?AV1@AEBV1@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_mod_exp" in function ""public: class BigNumber __cdecl BigNumber::ModExp(class BigNumber const &,class BigNumber const &)" (?ModExp@BigNumber@@QEAA?AV1@AEBV1@0@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_dup" in function ""public: __cdecl BigNumber::BigNumber(class BigNumber const &)" (??0BigNumber@@QEAA@AEBV0@@Z)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bn2hex" in function ""public: char * __cdecl BigNumber::AsHexStr(void)const " (?AsHexStr@BigNumber@@QEBAPEADXZ)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bn2dec" in function ""public: char * __cdecl BigNumber::AsDecStr(void)const " (?AsDecStr@BigNumber@@QEBAPEADXZ)".
    16>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_hex2bn" in function ""public: void __cdecl BigNumber::SetHexStr(char const *)" (?SetHexStr@BigNumber@@QEAAXPEBD@Z)".
    16>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol "SHA1_Init" in function ""public: __cdecl SHA1Hash::SHA1Hash(void)" (??0SHA1Hash@@QEAA@XZ)".
    16>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol "SHA1_Update" in function ""public: void __cdecl SHA1Hash::UpdateBigNumbers(class BigNumber *,...)" (?UpdateBigNumbers@SHA1Hash@@QEAAXPEAVBigNumber@@ZZ)".
    16>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol "SHA1_Final" in function ""public: void __cdecl SHA1Hash::Finalize(void)" (?Finalize@SHA1Hash@@QEAAXXZ)".
    16>C:trinitybuildbinReleaseauthserver.exe : fatal error LNK1120: 30 nicht aufgelöste Externe
    19>Main.obj : error LNK2019: unresolved external symbol "SSLeay_version" in function "main".
    19>game.lib(AddonMgr.obj) : error LNK2019: unresolved external symbol "MD5" in function ""void __cdecl AddonMgr::LoadFromDB(void)" (?LoadFromDB@AddonMgr@@YAXXZ)".
    19>game.lib(Warden.obj) : error LNK2019: unresolved external symbol "SHA1" in function ""public: static unsigned int __cdecl Warden::BuildChecksum(unsigned char const *,unsigned int)" (?BuildChecksum@Warden@@SAIPEBEI@Z)".
    19>game.lib(WardenWin.obj) : error LNK2019: unresolved external symbol "MD5_Init" in function ""public: virtual struct ClientWardenModule * __cdecl WardenWin::GetModuleForClient(void)" (?GetModuleForClient@WardenWin@@UEAAPEAUClientWardenModule@@XZ)".
    19>game.lib(WardenWin.obj) : error LNK2019: unresolved external symbol "MD5_Update" in function ""public: virtual struct ClientWardenModule * __cdecl WardenWin::GetModuleForClient(void)" (?GetModuleForClient@WardenWin@@UEAAPEAUClientWardenModule@@XZ)".
    19>game.lib(WardenWin.obj) : error LNK2019: unresolved external symbol "MD5_Final" in function ""public: virtual struct ClientWardenModule * __cdecl WardenWin::GetModuleForClient(void)" (?GetModuleForClient@WardenWin@@UEAAPEAUClientWardenModule@@XZ)".
    19>shared.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol "CRYPTO_num_locks" in function ""void __cdecl OpenSSLCrypto::threadsCleanup(void)" (?threadsCleanup@OpenSSLCrypto@@YAXXZ)".
    19>shared.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol "CRYPTO_set_locking_callback" in function ""void __cdecl OpenSSLCrypto::threadsCleanup(void)" (?threadsCleanup@OpenSSLCrypto@@YAXXZ)".
    19>shared.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol "CRYPTO_THREADID_set_numeric" in function ""void __cdecl threadIdCallback(struct crypto_threadid_st *)" (?threadIdCallback@@YAXPEAUcrypto_threadid_st@@@Z)".
    19>shared.lib(OpenSSLCrypto.obj) : error LNK2019: unresolved external symbol "CRYPTO_THREADID_set_callback" in function ""void __cdecl OpenSSLCrypto::threadsCleanup(void)" (?threadsCleanup@OpenSSLCrypto@@YAXXZ)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_CTX_new" in function ""public: class BigNumber __cdecl BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QEAA?AV0@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_CTX_free" in function ""public: class BigNumber __cdecl BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QEAA?AV0@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_rand" in function ""public: void __cdecl BigNumber::SetRand(int)" (?SetRand@BigNumber@@QEAAXH@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_num_bits" in function ""public: class std::unique_ptr<unsigned char [0],struct std::default_delete<unsigned char [0]> > __cdecl BigNumber::AsByteArray(int,bool)" (?AsByteArray@BigNumber@@QEAA?AV?$unique_ptr@$$BY0A@EU?$default_delete@$$BY0A@E@std@@@std@@H_N@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_new" in function ""public: __cdecl BigNumber::BigNumber(unsigned int)" (??0BigNumber@@QEAA@I@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_copy" in function ""public: class BigNumber & __cdecl BigNumber::operator=(class BigNumber const &)" (??4BigNumber@@QEAAAEAV0@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bin2bn" in function ""public: void __cdecl BigNumber::SetBinary(unsigned char const *,int)" (?SetBinary@BigNumber@@QEAAXPEBEH@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bn2bin" in function ""public: class std::unique_ptr<unsigned char [0],struct std::default_delete<unsigned char [0]> > __cdecl BigNumber::AsByteArray(int,bool)" (?AsByteArray@BigNumber@@QEAA?AV?$unique_ptr@$$BY0A@EU?$default_delete@$$BY0A@E@std@@@std@@H_N@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_sub" in function ""public: class BigNumber __cdecl BigNumber::operator-=(class BigNumber const &)" (??ZBigNumber@@QEAA?AV0@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_add" in function ""public: class BigNumber __cdecl BigNumber::operator+=(class BigNumber const &)" (??YBigNumber@@QEAA?AV0@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_mul" in function ""public: class BigNumber __cdecl BigNumber::operator*=(class BigNumber const &)" (??XBigNumber@@QEAA?AV0@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_div" in function ""public: class BigNumber __cdecl BigNumber::operator/=(class BigNumber const &)" (??_0BigNumber@@QEAA?AV0@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_add_word" in function ""public: void __cdecl BigNumber::SetQword(unsigned __int64)" (?SetQword@BigNumber@@QEAAX_K@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_set_word" in function ""public: __cdecl BigNumber::BigNumber(unsigned int)" (??0BigNumber@@QEAA@I@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_get_word" in function ""public: unsigned int __cdecl BigNumber::AsDword(void)" (?AsDword@BigNumber@@QEAAIXZ)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_free" in function ""public: __cdecl BigNumber::~BigNumber(void)" (??1BigNumber@@QEAA@XZ)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_lshift" in function ""public: void __cdecl BigNumber::SetQword(unsigned __int64)" (?SetQword@BigNumber@@QEAAX_K@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_exp" in function ""public: class BigNumber __cdecl BigNumber::Exp(class BigNumber const &)" (?Exp@BigNumber@@QEAA?AV1@AEBV1@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_mod_exp" in function ""public: class BigNumber __cdecl BigNumber::ModExp(class BigNumber const &,class BigNumber const &)" (?ModExp@BigNumber@@QEAA?AV1@AEBV1@0@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_dup" in function ""public: __cdecl BigNumber::BigNumber(class BigNumber const &)" (??0BigNumber@@QEAA@AEBV0@@Z)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bn2hex" in function ""public: char * __cdecl BigNumber::AsHexStr(void)const " (?AsHexStr@BigNumber@@QEBAPEADXZ)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_bn2dec" in function ""public: char * __cdecl BigNumber::AsDecStr(void)const " (?AsDecStr@BigNumber@@QEBAPEADXZ)".
    19>shared.lib(BigNumber.obj) : error LNK2019: unresolved external symbol "BN_hex2bn" in function ""public: void __cdecl BigNumber::SetHexStr(char const *)" (?SetHexStr@BigNumber@@QEAAXPEBD@Z)".
    19>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol "SHA1_Init" in function ""public: __cdecl SHA1Hash::SHA1Hash(void)" (??0SHA1Hash@@QEAA@XZ)".
    19>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol "SHA1_Update" in function ""public: void __cdecl SHA1Hash::UpdateBigNumbers(class BigNumber *,...)" (?UpdateBigNumbers@SHA1Hash@@QEAAXPEAVBigNumber@@ZZ)".
    19>shared.lib(SHA1.obj) : error LNK2019: unresolved external symbol "SHA1_Final" in function ""public: void __cdecl SHA1Hash::Finalize(void)" (?Finalize@SHA1Hash@@QEAAXXZ)".
    19>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol "EVP_EncryptInit_ex" in function ""public: __cdecl ARC4::ARC4(unsigned char)" (??0ARC4@@QEAA@E@Z)".
    19>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol "EVP_EncryptUpdate" in function ""public: void __cdecl ARC4::UpdateData(int,unsigned char *)" (?UpdateData@ARC4@@QEAAXHPEAE@Z)".
    19>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol "EVP_EncryptFinal_ex" in function ""public: void __cdecl ARC4::UpdateData(int,unsigned char *)" (?UpdateData@ARC4@@QEAAXHPEAE@Z)".
    19>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol "EVP_CIPHER_CTX_init" in function ""public: __cdecl ARC4::ARC4(unsigned char)" (??0ARC4@@QEAA@E@Z)".
    19>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol "EVP_CIPHER_CTX_cleanup" in function ""public: __cdecl ARC4::~ARC4(void)" (??1ARC4@@QEAA@XZ)".
    19>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol "EVP_CIPHER_CTX_set_key_length" in function ""public: __cdecl ARC4::ARC4(unsigned char)" (??0ARC4@@QEAA@E@Z)".
    19>shared.lib(ARC4.obj) : error LNK2019: unresolved external symbol "EVP_rc4" in function ""public: __cdecl ARC4::ARC4(unsigned char)" (??0ARC4@@QEAA@E@Z)".
    19>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol "EVP_sha1" in function ""public: __cdecl HmacHash::HmacHash(unsigned int,unsigned char *)" (??0HmacHash@@QEAA@IPEAE@Z)".
    19>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol "HMAC_CTX_init" in function ""public: __cdecl HmacHash::HmacHash(unsigned int,unsigned char *)" (??0HmacHash@@QEAA@IPEAE@Z)".
    19>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol "HMAC_CTX_cleanup" in function ""public: __cdecl HmacHash::~HmacHash(void)" (??1HmacHash@@QEAA@XZ)".
    19>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol "HMAC_Init_ex" in function ""public: __cdecl HmacHash::HmacHash(unsigned int,unsigned char *)" (??0HmacHash@@QEAA@IPEAE@Z)".
    19>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol "HMAC_Update" in function ""public: unsigned char * __cdecl HmacHash::ComputeHash(class BigNumber *)" (?ComputeHash@HmacHash@@QEAAPEAEPEAVBigNumber@@@Z)".
    19>shared.lib(HMACSHA1.obj) : error LNK2019: unresolved external symbol "HMAC_Final" in function ""public: unsigned char * __cdecl HmacHash::ComputeHash(class BigNumber *)" (?ComputeHash@HmacHash@@QEAAPEAEPEAVBigNumber@@@Z)".
    19>C:trinitybuildbinReleaseworldserver.exe : fatal error LNK1120: 49 nicht aufgelöste Externe
    20>------ Neues Erstellen gestartet: Projekt: ALL_BUILD, Konfiguration: Release x64 ------
    20>  Building Custom Rule C:/trinity/CMakeLists.txt
    20>  CMake does not need to re-run because C:trinitybuildCMakeFilesgenerate.stamp is up-to-date.
    ========== Build: 18 successful, 2 errors, 0 skipped ==========
    
×
×
  • Create New...