OpenGL运行时异常问题

时间:2012-08-18 00:14:55

标签: android opengl-es

  

可能重复:
  java.lang.RuntimeException: eglSwapBuffers failed: EGL_SUCCESS report

我从Google Play开发者控制台获取以下运行时执行报告:

java.lang.RuntimeException: eglSwapBuffers failed: EGL_SUCCESS
at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1085)
at android.opengl.GLSurfaceView$EglHelper.swap(GLSurfaceView.java:1043)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1369)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1123)

当我正在开发我的游戏时,我从来没有得到这样的例外。那可能是什么原因?我怎么能解决这个问题?每天都有人遇到这个问题而且真的很令人沮丧。

0 个答案:

没有答案
相关问题