Hello,
I just started to use AppGameKit and I found that it doesn't work on linux. I found that there is another thread for this here:
https://forum.thegamecreators.com/thread/219199
but it's locked, so I made a new one.
I created this thread because I found a workaround for this.
The error I get is:
libcurl.so.4: version `CURL_OPENSSL_3' not found
I've search for the above error and I found this:
https://github.com/baumgarr/nixnote2/issues/276
As suggested there I ran AppGameKit like this:
env "LD_PRELOAD=libcurl.so.3" /home/useful/AGKLinuxTrial/AGK64
and now the project runs!
I hope that this will be useful to others that have this problem.