```./Factori: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory```
Getting the above error trying to run the demo on linux, not sure if this is on your guys' end or the framework you're using but perhaps consider bundling dependencies(or widening version reqs if that's the issue) as it seems it's unable to find it (libcrypto should be part of the libssl/libssl-dev package on debian-based distro's but the game doesn't seem to recognize that despite the fact that it's installed)