Ascathor Posted August 19, 2013 Report Share Posted August 19, 2013 hello, i have the following error: /opt/trinity2/TrinityCore/src/server/shared/Cryptography/BigNumber.cpp: In member function âACE_Auto_Array_Ptr<unsigned char> BigNumber::AsByteArray(int32, bool)â: /opt/trinity2/TrinityCore/src/server/shared/Cryptography/BigNumber.cpp:189:43: error: no matching function for call to âACE_Auto_Array_Ptr<unsigned char>::ACE_Auto_Array_Ptr(ACE_Auto_Array_Ptr<unsigned char>)â /opt/trinity2/TrinityCore/src/server/shared/Cryptography/BigNumber.cpp:189:43: note: candidate is: In file included from /usr/include/ace/Service_Gestalt.h:25:0, libace-6.0.3 It is a debian 7 Server. I hope you can help me. Update OpenSSL to 1.0 or newer Link to comment Share on other sites More sharing options...
SanSun Posted August 19, 2013 Report Share Posted August 19, 2013 Update OpenSSL to 1.0 or newer openssl is version 1.0.1e-2 Link to comment Share on other sites More sharing options...
Ascathor Posted August 19, 2013 Report Share Posted August 19, 2013 Ahhhh. https://github.com/TrinityCore/TrinityCore/commit/0513d9c8d007eab717b1658a1d87a383caa27c9a A fix is being worked on right now. Link to comment Share on other sites More sharing options...
SanSun Posted August 19, 2013 Report Share Posted August 19, 2013 Thank you. Link to comment Share on other sites More sharing options...
Paradox Posted August 19, 2013 Report Share Posted August 19, 2013 wtf is compinling? Link to comment Share on other sites More sharing options...
SanSun Posted August 19, 2013 Report Share Posted August 19, 2013 compinling ist the other word for compiling after awake one day 1 Link to comment Share on other sites More sharing options...
Aokromes Posted August 19, 2013 Report Share Posted August 19, 2013 Update your core. Link to comment Share on other sites More sharing options...
SanSun Posted August 19, 2013 Report Share Posted August 19, 2013 Thanks for fix @ Aokromes. Nice work Link to comment Share on other sites More sharing options...
Aokromes Posted August 19, 2013 Report Share Posted August 19, 2013 --- Canned message start ---It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread.--- Canned message end --- Link to comment Share on other sites More sharing options...
Adeer Posted August 20, 2013 Report Share Posted August 20, 2013 Hello,I just updated the core and I have a problem with WorldServer. When running jumps message "The ordinal 4334 Could not be located in the dynamic link library libeay32.dll found."Please help to solve this problem. thank Link to comment Share on other sites More sharing options...
CDawg Posted August 20, 2013 Report Share Posted August 20, 2013 What version of OpenSSL did you install? Link to comment Share on other sites More sharing options...
Adeer Posted August 20, 2013 Report Share Posted August 20, 2013 OpenSSL Light-1 0 1e, I'll try to reinstall... Link to comment Share on other sites More sharing options...
Thugly Posted August 20, 2013 Report Share Posted August 20, 2013 the wiki says DO NOT install light Find the 32bit version by finding the latest Win32 OpenSSL that is NOT the "light" version (the installer will be larger, ~ 8 MB). re read the guide at wiki Link to comment Share on other sites More sharing options...
tybyrysk Posted August 21, 2013 Report Share Posted August 21, 2013 Come on! I can't really believe there's no one who can help me.... Link to comment Share on other sites More sharing options...
Neket007 Posted August 21, 2013 Report Share Posted August 21, 2013 (edited) Hello! I don't compile TrinityCore. Last rev. Debian 6. Errors: [ 8%] /root/avakecore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:34: error: variable or field ‘threadIdCallback’ declared void /root/trinitycore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:34: error: ‘CRYPTO_THREADID’ was not declared in this scope /root/trinitycore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:34: error: ‘id’ was not declared in this scope /root/trinitycore/src/server/shared/Cryptography/OpenSSLCrypto.cpp: In function ‘void OpenSSLCrypto::threadsSetup()’: /root/trinitycore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:46: error: ‘threadIdCallback’ was not declared in this scope /root/trinitycore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:46: error: ‘CRYPTO_THREADID_set_callback’ was not declared in this scope /root/trinitycore/src/server/shared/Cryptography/OpenSSLCrypto.cpp: In function ‘void OpenSSLCrypto::threadsCleanup()’: /root/trinitycore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:53: error: ‘CRYPTO_THREADID_set_callback’ was not declared in this scope Please, help me( Edited August 21, 2013 by Neket007 Link to comment Share on other sites More sharing options...
Aokromes Posted August 21, 2013 Report Share Posted August 21, 2013 http://git.io/AKVFUw Link to comment Share on other sites More sharing options...
Thugly Posted August 21, 2013 Report Share Posted August 21, 2013 cmake is installed in C: but you are not giving the correct switches in cmake for it to look a D: maybe you should just use C: Link to comment Share on other sites More sharing options...
tybyrysk Posted August 21, 2013 Report Share Posted August 21, 2013 Thank you for your answer, Thugly. I've just tryed to Build binaries in C but I still get the error. It is very annoying since I am stucked at this step for almost two weeks.... Link to comment Share on other sites More sharing options...
Thugly Posted August 21, 2013 Report Share Posted August 21, 2013 well I guess you still have some thing messed up . cmake in the errors you were posting can not find the build , also visual c++ complains about this I would suggest scrapping all and restarting , read the wiki twice maybe even three times , you made your compile difficult for your self as you are using two different hard drives with the directory's . would hazard a guess C: has the visual C++ and cmake on it and your build and source are on D: if you are new to this project I would suggest sticking to the wiki and not adding complications like extra directory's 1 Link to comment Share on other sites More sharing options...
Neket007 Posted August 21, 2013 Report Share Posted August 21, 2013 I, don't install Openssl 1.0.0. My version 0.9.8, and how to remove and then install Openssl 1.0.0. Link to comment Share on other sites More sharing options...
CDawg Posted August 22, 2013 Report Share Posted August 22, 2013 I, don't install Openssl 1.0.0. My version 0.9.8, and how to remove and then install Openssl 1.0.0. http://lmgtfy.com/?q=how+to+upgrade+openssl Link to comment Share on other sites More sharing options...
Neket007 Posted August 22, 2013 Report Share Posted August 22, 2013 Thank you, CDawg and Aokromes;) Problem closed. Link to comment Share on other sites More sharing options...
Paradox Posted August 22, 2013 Report Share Posted August 22, 2013 2>TRACKER : error TRK0002: Failed to execute command: ""C:Program FilesMicrosoft Visual Studio 10.0VCbinCL.exe" @C:UsersTibiAppDataLocalTemptmp2a7e20f2443943a39ac8705343166604.rsp". The requested operation requires elevation. Link to comment Share on other sites More sharing options...
Ins4n3 Posted August 23, 2013 Report Share Posted August 23, 2013 (edited) Hello everybody, I have this error while compiling : [ 9%] Building CXX object src/server/shared/CMakeFiles/sharedPCH.cpp_dephelp.di r/PrecompiledHeaders/sharedPCH.cpp.o Linking CXX shared module libsharedPCH.cpp_dephelp.so [ 9%] Built target sharedPCH.cpp_dephelp Scanning dependencies of target generate_sharedPCH.cpp [ 9%] Generating sharedPCH.h.gch [ 9%] Built target generate_sharedPCH.cpp Scanning dependencies of target shared [ 9%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Configuration /Config.cpp.o c++: internal compiler error: segmentation fault (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. make[2]: *** [src/server/shared/CMakeFiles/shared.dir/Configuration/Config.cpp.o ] Error 4 make[1]: *** [src/server/shared/CMakeFiles/shared.dir/all] Error 2 make: *** [all] Error 2 Ace Version is 6.0.3 Openssl Version is 1.0.1e System is: Linux Debian 7 64 bits Gcc Version: (Debian 4.7.2-5) 4.7.2 Thank you for your help. Edited August 23, 2013 by Ins4n3 Link to comment Share on other sites More sharing options...
magoxxx Posted August 24, 2013 Report Share Posted August 24, 2013 (edited) Same error on Ubuntu 13 64bits, gcc 4.7.3, Ace 6.03, OpenSSL 1.0.1c Trying in Ubuntu 12 64 bits, gcc 4.7.2, Ace 6.03, OpenSSL 1.0.1c, same error Trying in Ubuntu 13 64 bits , gcc 4.8,1, Ace 6.03, OpenSSL 1.0.1c, same error Trying in Debian 6 64 bits, gcc 4.6.3, Ace 5.7.8, OpenSSL 1.0.0, same error Any idea, the error is this: Linking CXX static library libg3dlib.a [ 10%] Built target g3dlib [ 10%] Generating worldPCH.h.gch [ 11%] Built target generate_authPCH.cpp [ 11%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Configuration/Config.cpp.o c++: error interno del compilador: Violación de segmento (programa cc1plus) Por favor envÃe un reporte completo de bichos, con el código preprocesado si es apropiado. make[2]: *** [src/server/shared/CMakeFiles/shared.dir/Configuration/Config.cpp.o] Error 4 make[1]: *** [src/server/shared/CMakeFiles/shared.dir/all] Error 2 make[1]: *** Se espera a que terminen otras tareas.... [ 11%] Built target generate_worldPCH.cpp [ 11%] Built target generate_gamePCH.cpp [ 11%] Built target generate_ScriptPCH.cpp make: *** [all] Error 2 more info: if compile using flag -DUSE_COREPCH=0 the server continu compiling until this error. [ 32%] Built target collision [ 33%] Built target authserver [ 33%] Built target ScriptPCH.cpp_dephelp [ 34%] Built target generate_ScriptPCH.cpp [ 34%] Building CXX object src/server/scripts/CMakeFiles/scripts.dir/Spells/spell_shaman.cpp.oc++: internal compiler error: segmentation fault (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. make[2]: *** [src/server/scripts/CMakeFiles/scripts.dir/Spells/spell_shaman.cpp.o] Error 4 make[1]: *** [src/server/scripts/CMakeFiles/scripts.dir/all] Error 2 make: *** [all] Error 2 Edited August 23, 2013 by magoxxx Link to comment Share on other sites More sharing options...
Recommended Posts