openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
760 stars 371 forks source link

[Android] Tagged pointers are not supported #1483

Open pozirk opened 3 years ago

pozirk commented 3 years ago

Hello!

If I build 64bit Android app with target-sdk-version="30" or 31 it crashes or shows black screen on start. The reason of this and temporary workaround are described here: https://source.android.com/devices/tech/debug/tagged-pointers But a permanent fix is required. More discussion here: https://community.openfl.org/t/egl-bad-display-on-android-oneplus-phones/13187/3 I'm not sure if it's Lime problem though. Thank you!

player-03 commented 2 years ago

I've submitted the temporary workaround as part of #1500, but yes, we really should figure out the root cause.

pozirk commented 2 years ago

Good, thanks a lot!

player-03 commented 2 years ago

Hang on, we still haven't even solved the underlying issue. Or even merged the workaround.

Let's keep this open as long as the issue remains.

pozirk commented 2 years ago

Ok-ok, there are like 153 issues in total, I was hoping to close at least one today. :)

player-03 commented 2 years ago

Appreciated. I've been working on that lately too. Just not this one, yet.

You know, if you want to help get some issues closed, you can help by reviewing pull requests. Even something as simple as "this works for me" or "I get this error" is helpful.

And if it solves an issue you opened, GitHub should notice if you mention "Solves [link to issue]" in a comment. Then when the pull request is accepted, it should close your issue. (Again, not recommended for this one, but maybe your other issue?)