Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10 % Android crash report #46768

Closed
anisc opened this issue Mar 7, 2021 · 2 comments
Closed

10 % Android crash report #46768

anisc opened this issue Mar 7, 2021 · 2 comments

Comments

@anisc
Copy link

anisc commented Mar 7, 2021

10 % of my downloads on the Play store are reporting this. Just released the app so we are talking about 200DL.

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)


pid: 0, tid: 0 >>> com.blabla.mygame <<<

backtrace:
#00 pc 0000000000015d90 /vendor/lib64/egl/libGLESv2_mtk.so
#00 pc 000000000001598c /vendor/lib64/egl/libGLESv2_mtk.so (glBlitFramebuffer+5320)
#00 pc 000000000059a960 /data/app/com.blabla.mygame-Xolq8RmvNqlgg==/lib/arm64/libgodot_android.so
#00 pc 0000000000e3b9d4 /data/app/com.blabla.mygame-Xolq8R
mvNqlgg==/lib/arm64/libgodot_android.so
#00 pc 0000000000e1a040 /data/app/com.blabla.mygame-Xolq8RmvNqlgg==/lib/arm64/libgodot_android.so
#00 pc 0000000000183ab8 /data/app/com.blabla.mygame-Xolq8
mvNqlgg==/lib/arm64/libgodot_android.so
#00 pc 0000000000155434 /data/app/com.blabla.mygame-Xolq8
mvNqlgg==/lib/arm64/libgodot_android.so (Java_org_godotengine_godot_GodotLib_step+184)
#00 pc 000000000003d1d0 /data/app/com.blabla.mygame-Xolq8R
mvNqlgg==/oat/arm64/base.odex (offset 0x3d000) (org.godotengine.godot.GodotLib.audio [DEDUPED]+144)
#00 pc 0000000000002298 /dev/ashmem/dalvik-jit-code-cache (deleted)

Godot version:
3.2.3

OS/device including version:
Oppo A1k Android 9 (SDK 28)
Huawei Honor 8A Android 9 (SDK 28)

Issue description:
NA

Steps to reproduce:
Not sure but the app contain one particle system and uses GLES3

Minimal reproduction project:
NA

@Calinou
Copy link
Member

Calinou commented Mar 7, 2021

Not sure but the app contain one particle system and uses GLES3

Use the GLES2 renderer and CPUParticles on Android. Lots of Android devices have poor support for the current GLES3 renderer.

I'll close this since we can't do anything without a minimal reproduction project. The backtrace isn't useful as it doesn't contain debug symbols.

@anisc
Copy link
Author

anisc commented Mar 7, 2021

ok I will switch to GLES 2 and report back thank you so much for the prompt reply !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants