rlottie icon indicating copy to clipboard operation
rlottie copied to clipboard

lottie2gif crash due to wrong dependency path

Open charlietsao opened this issue 4 years ago • 2 comments

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

charlietsao avatar Sep 16 '20 09:09 charlietsao

Any update on this? I believe I am having a similar issue image

Commandtechno avatar Oct 31 '21 06:10 Commandtechno

ok nvm i figured it out rlottie.dll is in the parent folder, moving it there worked

Commandtechno avatar Nov 01 '21 22:11 Commandtechno