Mis012

Results 96 comments of Mis012

`-DVERBOSE_FUNCTIONS` doesn't seem to have any effect, and it looks like any random crashing is strictly intermittent... which is even more pain to debug :/ on the positive side, I've...

hm, looks like I haven't put the ndk's libstdc++ in, and you did say that could cause random crashes didn't you? I seem to have forgot that I wanted to...

putting ndk's libstdc++ doesn't seem to change anything... :/ now what's interesting is that every single time I tried to place a breakpoint somewhere (not a fun process btw) because...

first clone https://gitlab.com/Mis012/android_translation_layer_PoC/ and `make` this goes in `data/lib/` [libWormsAndroid.so.gz](https://github.com/Cloudef/android2gnulinux/files/7840884/libWormsAndroid.so.gz) this goes wherever (it's a modded version by me since I couldn't find one which both has an x86 lib...

btw I hope there is a way to tell github to delete those files, both for dee em see ay reasons and because splitting it to five parts to trick...

well, got someone to test on android, and it works there, so the issue is indeed with the translation layer... :/

[libepoxy.so.0.0.0.gz](https://github.com/Cloudef/android2gnulinux/files/7888927/libepoxy.so.0.0.0.gz) [hack.diff.gz](https://github.com/Cloudef/android2gnulinux/files/7888941/hack.diff.gz) I've managed to haxx libepoxy to work and get an apitrace, but the apitrace is too large so I'm sending this :P

ok, fixed it \o/ turns out it was computing that it should scale stuff by 0 because I have left ``` public void getMetrics(DisplayMetrics outMetrics) { outMetrics.widthPixels = 960; outMetrics.heightPixels...

eh, it seems that musl doesn't support `dladdr1`... any idea how I could get around using it?

that's unfortunate... I should probably try to hit up musl devs, because they must have a better answer than "doing this isn't possible"... btw, speaking of musl, have you looked...