mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
23c066d00e
Crash reports mentioning this exception came from Play Store stacktrace looked like the following: java.lang.RuntimeException: at org.scummvm.scummvm.ScummVM.run (ScummVM.java:144) at java.lang.Thread.run (Thread.java:919) Caused by: java.lang.IllegalArgumentException: at com.google.android.gles_jni.EGLImpl.eglGetConfigAttrib (Native Method) at org.scummvm.scummvm.ScummVM$EglAttribs.<init> (ScummVM.java:339) at org.scummvm.scummvm.ScummVM.chooseEglConfig (ScummVM.java:440) at org.scummvm.scummvm.ScummVM.initEGL (ScummVM.java:180) at org.scummvm.scummvm.ScummVM.run (ScummVM.java:133)