Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
java.lang.NullPointerException in apps based on Gideros SDK 2012.09.10 — Gideros Forum

java.lang.NullPointerException in apps based on Gideros SDK 2012.09.10

fxonefxone Member
edited June 2013 in Bugs and issues
Hi @Atilim, I don't have too much reports at Google Play (overall 11 reports for 7,000 downloads), but I think that it might be interesting for you:
I found two new reports and one old for the apk based on newest version of SDK last month:
1.
java.lang.NullPointerException
in com.giderosmobile.android.player.AlertBox.delete
(Street Pool)
ComponentInfo{com.streetpool/com.giderosmobile.android.StreetPoolActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1659)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1675)
at android.app.ActivityThread.access$1500(ActivityThread.java:121)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:943)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3701)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:624)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.giderosmobile.android.player.AlertBox.delete(AlertBox.java:80)
at com.giderosmobile.android.player.GiderosApplication.nativeCreate(Native Method)
at com.giderosmobile.android.player.GiderosApplication.<init>(GiderosApplication.java:118)
at com.giderosmobile.android.player.GiderosApplication.onCreate(GiderosApplication.java:285)
at com.giderosmobile.android.StreetPoolActivity.onCreate(StreetPoolActivity.java:64)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1623)
2.
java.lang.NullPointerException
in
com.giderosmobile.android.player.GiderosApplication.getDirectories
(Run Checkers)
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.runcheckers/com.giderosmobile.android.RunCheckersActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.giderosmobile.android.player.GiderosApplication.getDirectories(GiderosApplication.java:274)
at com.giderosmobile.android.player.GiderosApplication.<init>(GiderosApplication.java:110)
at com.giderosmobile.android.player.GiderosApplication.onCreate(GiderosApplication.java:285)
at com.giderosmobile.android.RunCheckersActivity.onCreate(RunCheckersActivity.java:66)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
and last but not least :) old report:
3.
java.lang.RuntimeException
in android.opengl.GLSurfaceView$EglHelper.throwEglException
(Street Pool)
java.lang.RuntimeException: eglSwapBuffers failed: EGL_SUCCESS
at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1099)
at android.opengl.GLSurfaceView$EglHelper.swap(GLSurfaceView.java:1057)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1389)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1138)
[edited :]
4.
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)

thanks,
Regards!
Sign In or Register to comment.