LNK2019 Error Visual Studio 2022 17 #20860
Replies: 1 comment
-
Further errors before crash: Severity Code Description Project File Line Suppression State Details |
Beta Was this translation helpful? Give feedback.
-
Further errors before crash: Severity Code Description Project File Line Suppression State Details |
Beta Was this translation helpful? Give feedback.
-
Hi looking for any advise,
I am trying to compile the server and it has work countlessly before but now I am getting the following error:
Severity Code Description Project File Line Suppression State Details
Error LNK2019 unresolved external symbol OSSL_PROVIDER_set_default_search_path referenced in function "void __cdecl SetupLibrariesForWindows(void)" (?SetupLibrariesForWindows@@yaxxz) authserver C:\Build\src\server\apps\common.lib(OpenSSLCrypto.obj) 1
Error LNK2019 unresolved external symbol OSSL_PROVIDER_load referenced in function "void __cdecl OpenSSLCrypto::threadsSetup(void)" (?threadsSetup@OpenSSLCrypto@@yaxxz) authserver C:\Build\src\server\apps\common.lib(OpenSSLCrypto.obj) 1
Error LNK2019 unresolved external symbol OSSL_PROVIDER_unload referenced in function "void __cdecl OpenSSLCrypto::threadsCleanup(void)" (?threadsCleanup@OpenSSLCrypto@@yaxxz) authserver C:\Build\src\server\apps\common.lib(OpenSSLCrypto.obj) 1
I have followed the guide on the azerothcore wiki to a t, and tried with both a clean and custom core with the same problems.
I have reinstalled/repaired every package: Openssl, cmake, booster, visual studio incase they were corrupt in anyway but I'm not have any luck and was wondering if anyone had any info/a solution.
Beta Was this translation helpful? Give feedback.
All reactions