Björn Ritzl
Björn Ritzl
``` java.util.concurrent.FutureTask.report.class java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: Unable to load library 'texc_shared': /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/10177784657621623408/x86_64-linux/libtexc_shared.so) /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/10177784657621623408/x86_64-linux/libtexc_shared.so) Native library (linux-x86-64/libtexc_shared.so) not found...
It seems like your version of glibc is lower than 2.29? Could you please confirm this?
> Any updates on this? Would be a great addition. No, nothing planned yet
The dmanifest file is documented here: https://github.com/defold/defold/blob/dev/engine/docs/ARCHIVE_FORMAT.md#the-manifest-file-dmanifest
ACTION: Should be a function call with a callback `collectionproxy.load(url, cb)`
We've talked about this recently as well that it was tricky for new users to load collections, wait for proxy_loaded and then enable. This will also be easier to deal...
> Will [migrating to GLFW3](https://github.com/defold/defold/issues/7970) possibly address this? Not sure, but GLFW3 brings with it a lot of changes so it is not unlikely that it will help!
Ah, no, the `pressed` and `released` states happen only once on the frame when the input was first pressed or released. It will not repeat. Note that there is also...
> I think this was closed without understanding the issue/report. Perhaps images will help so that you don't have to run the minimal repro project. Sorry, I did indeed misunderstand...
Thank you for the clear steps. We will look into this soon!