Hey there, so i have a new crash report that is becoming really popular (and that's a bad thing for sure!) it's "java.lang.ArrayIndexOutOfBoundsException".
I have two version of this crash:
- java.lang.ArrayIndexOutOfBoundsException
Events.CEventProgram.computeEventList
Code:
java.lang.ArrayIndexOutOfBoundsException:
at Events.CEventProgram.computeEventList (CEventProgram.java:1803)
at Events.CEventProgram.executeChildEvents (CEventProgram.java:1434)
at Events.CEventProgram.call_Actions (CEventProgram.java:2038)
at Events.CEventProgram.computeEventList (CEventProgram.java:1782)
at RunLoop.CRun.f_GameLoop (CRun.java:5493)
at RunLoop.CRun.doRunLoop (CRun.java:596)
at Application.CRunApp.loopFrame (CRunApp.java:1067)
at Application.CRunApp.playApplication (CRunApp.java:797)
at Application.CRunTimerTask.run (CRunTimerTask.java:52)
at android.os.Handler.handleCallback (Handler.java:873)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loop (Looper.java:214)
at android.app.ActivityThread.main (ActivityThread.java:7091)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)
- java.lang.ArrayIndexOutOfBoundsException
OpenGL.CTextSurface.manualDrawTextEllipsis
Code:
java.lang.ArrayIndexOutOfBoundsException:
at android.text.StaticLayout.calculateEllipsis (StaticLayout.java:667)
at android.text.StaticLayout.out (StaticLayout.java:631)
at android.text.StaticLayout.generate (StaticLayout.java:423)
at android.text.StaticLayout.<init> (StaticLayout.java:140)
at android.widget.TextView.makeSingleLayout (TextView.java:6455)
at android.widget.TextView.makeNewLayout (TextView.java:6312)
at android.widget.TextView.assumeLayout (TextView.java:6213)
at android.widget.TextView.onDraw (TextView.java:5369)
at android.view.View.draw (View.java:15249)
at OpenGL.CTextSurface.manualDrawTextEllipsis (CTextSurface.java:406)
at Extensions.CRunKcBoxA.DisplayObject (CRunKcBoxA.java:1048)
at Extensions.CRunKcBoxA.displayRunObject (CRunKcBoxA.java:745)
at Objects.CExtension.spriteDraw (CExtension.java:197)
at Sprites.CSpriteGen.winDrawSprites (CSpriteGen.java:1363)
at Sprites.CSpriteGen.spriteDraw (CSpriteGen.java:1381)
at RunLoop.CRun.screen_Update (CRun.java:3068)
at RunLoop.CRun.f_GameLoop (CRun.java:5537)
at RunLoop.CRun.doRunLoop (CRun.java:596)
at Application.CRunApp.loopFrame (CRunApp.java:1067)
at Application.CRunApp.playApplication (CRunApp.java:797)
at Application.CRunTimerTask.run (CRunTimerTask.java:52)
at android.os.Handler.handleCallback (Handler.java:739)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:135)
at android.app.ActivityThread.main (ActivityThread.java:5343)
at java.lang.reflect.Method.invoke (Native Method)
at java.lang.reflect.Method.invoke (Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:905)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:700)
And as a bonus (or not), i also still have a few In-app crashes:
- java.lang.IllegalStateException
Extensions.InAppControl.startSetup
Code:
java.lang.IllegalStateException:
at Extensions.InAppControl.startSetup (InAppControl.java:196)
at Extensions.CRunInAppAndroid.createRunObject (CRunInAppAndroid.java:416)
at Objects.CExtension.init (CExtension.java:85)
at RunLoop.CRun.f_CreateObject (CRun.java:1624)
at RunLoop.CRun.createFrameObjects (CRun.java:868)
at RunLoop.CRun.initRunLoop (CRun.java:565)
at Application.CRunApp.startTheFrame (CRunApp.java:1029)
at Application.CRunApp.playApplication (CRunApp.java:772)
at Application.CRunTimerTask.run (CRunTimerTask.java:52)
at android.os.Handler.handleCallback (Handler.java:874)
at android.os.Handler.dispatchMessage (Handler.java:100)
at android.os.Looper.loop (Looper.java:198)
at android.app.ActivityThread.main (ActivityThread.java:6729)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:858)
This is the kind of crashes that takes me away from the rankings on Android...