rlottie
rlottie copied to clipboard
lottie2gif crash due to wrong dependency path
Environment: Visual studio 2017 + Windows 10 Target: lottie2gif.exe x64 Error:
The program '[6300] lottie2gif.exe' has exited with code -1073741515 (0xc0000135) 'A dependent dll was not found'.
Reproduction path:
cmake -H. -Bbuild -G "Visual Studio 15 2017 Win64"
then open with vs2017, then run in debug mode
Any update on this? I believe I am having a similar issue
ok nvm i figured it out rlottie.dll is in the parent folder, moving it there worked