Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Crash Report Help — Gideros Forum

Crash Report Help

edited May 2013 in General questions
Today my submission to Samsung store was rejected because it can not pass testing, I notice in my Google Crash Report has total 62 reports about this problem

Could you guy take a look, what can I check to resolve this?

It's randomly happens at the middle of the game and cause player very frustrate. Sometime, it keep crashing and user can't even start the game again
java.lang.NullPointerException
at com.giderosmobile.android.player.GGMediaPlayerManager.BackgroundChannelStop(GGMediaPlayerManager.java:250)
at com.giderosmobile.android.player.GiderosApplication.BackgroundChannelStop(GiderosApplication.java:685)
at com.giderosmobile.android.player.GiderosApplication.nativeDrawFrame(Native Method)
at com.giderosmobile.android.player.GiderosApplication.onDrawFrame(GiderosApplication.java:460)
at com.giderosmobile.android.GiderosRenderer.onDrawFrame(MonsterMineActivity.java:228)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1371)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1119)
My old games built with 2012.9.2 don't get this error before. Thanks in advance :)

Comments

Sign In or Register to comment.