RealTimeChris
RealTimeChris
```cpp PS C:\Users\Chris\Downloads\DiscordCoreAPI-cmake-find-deps> cmake -S . --preset=Windows-Release -DVCPKG_ROOT="C:/vcpkg" Preset CMake variables: CMAKE_BUILD_TYPE="Release" -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22000. CMake Error at Library/CMakeLists.txt:53 (find_package): By not providing...
Did you copy the .dll files to whichever folder you are running the .exe from?
This list of .dll files ```cpp Bot.exe Bot.pdb discordcoreapi.dll libcrypto-3-x64.dll libsodium.dll libssl-3-x64.dll opus.dll```
Have you tried any of these fixes? https://helpdeskgeek.com/how-to/how-to-fix-the-application-was-unable-to-start-correctly-0xc0000142-error-in-windows/
Hmm interesting. Which version of Visual Studio are you building it with? Maybe try building it with VS2019 instead to see if it runs on Server 2019 more easily?
Interesting - this sounds inconvenient.
I think this must be due to the AVX instructions that are being used. "Illegal instruction" is what you get when you call one that is not supported.
I think this means I need to set it up so that you can easily select, at compile time, which instruction set gets used.
Are you running it in a VM by chance?
> Hello, I saw that you published a new version, could you please try to build an exe and launch it in your free time? It could be helpful if...