Alegruz
Alegruz
# Issue I was following the [tutorial](https://github.com/NVIDIAGameWorks/Falcor/blob/master/Docs/Tutorials/03-Creating-and-Editing-Render-Graphs.md). But every time I try to load an image to the `ImageLoader` by pressing the Load File button, Following dialog appears. # Steps...
``` [ 36%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/ub_core.cpp.o In file included from ~~??~~/aws-sdk-cpp/build/aws-cpp-sdk-core/ub_core.cpp:46: ~~??~~/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/openssl/CryptoImpl.cpp: In constructor ‘Aws::Utils::Crypto::HMACRAIIGuard::HMACRAIIGuard()’: ~~??~~/aws-sdk-cpp/aws-cpp-sdk-core/source/utils/crypto/openssl/CryptoImpl.cpp:281:42: error: ‘HMAC_CTX* HMAC_CTX_new()’ is deprecated [-Werror=deprecated-declarations] 281 | m_ctx = HMAC_CTX_new(); | ^...
## Description > Unhandled exception thrown: read access violation. **ret** was 0xFFFFFFFFFFFFFFFF. I launched my game using RenderDoc, and it crashes when the swap chain is presented. This happens anytime,...