Hi,
Crazy Elephant is doing quite well in the Google Play Store but with more downloads reports of crashes (and 1 or 2 star ratings -.-) become more and more frequent, but we don’t really know, what causes the crashes.
The weird thing is, one 1-star rating said it crashed immediately at app-start with the Galaxy Ace. But my dad also has a Galaxy Ace and there has never been a problem with our app. We got three more confirmed crashes, one again with the Galaxy Ace, another one with a Galaxy Y and the third one with a Huawei M865.
Two people sent us Error-Logs. The first one was by the Huawei M865:
“java.lang.UnsatisfiedLinkError
in java.lang.Runtime.loadLibrary”
– “java.lang.ExceptionInInitializerError
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1409)
at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1572)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1674)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3733)
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:931)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:689)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.UnsatisfiedLinkError: Couldn’t load QtScript: findLibrary returned null
at java.lang.Runtime.loadLibrary(Runtime.java:429)
at java.lang.System.loadLibrary(System.java:554)
at xom.xxmassdeveloper.CrazyElephant.MainActivity.<clinit>(MainActivity.java:69)
… 15 more”
And the second one was sent from a Galaxy Ace:
“java.lang.RuntimeException
in android.opengl.GLSurfaceView$EglHelper.throwEglException”
– “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)”
I hope you can help us figure out where the crashes come from, cause we don’t really want to collect more and more 1-star ratings 😉
Greetings, Simon