Hi, when I open aseprite on windows I get that the libcrypto-1_1-x64.dll file was not found (I also tried on different windows PCs, both win10 and win11).
I compiled from source code and the build was successful.
This can only happen in a compiled version because we static-link everything (there is no .dll). You should copy all your .dll (probably from build/lib
or bulid/obj
to build/bin
).
1 Like
Thanks for the reply, I tried to do as you say, but nothing. I’ve tried various ways, like just putting the .dll files in the bin
or bin/data
folder OR directly moving the “lib” folder to bin
or bin/data
. Any other tips to fix?
One more thing that might help you, I use windows server 2022 to compile.