You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing using Monkey, from the Android Debug Bridge (adb) suite, a bug was found where the getCharacter method gets called in the KorgwSurfaceView.onKeyMultiple method. The getCharacter call in the onKeyMultiple is causing the issue, as it is returning a null value, however, I am not sure how it affects the app itself, as I was not able to find where the issue resides in the app.
Where is the issue:
The issue is contained in line 234 in the KorgwSurfaceView class in the onKeyMultiple method. The stack trace indicates that there is an issue with the getCharacter(..) method, which returns a nullPointerException.
Hello @justncheng
Thank you for the report. I also noticed some problems by repeating automated test suite that our game2048 app has. I hope that some day causes of these problems will be fixed inside the KorGe library that I'm using (or inside Android core...).
However during "normal" playing the app is quite stable now.
Description:
During testing using Monkey, from the Android Debug Bridge (adb) suite, a bug was found where the getCharacter method gets called in the KorgwSurfaceView.onKeyMultiple method. The getCharacter call in the onKeyMultiple is causing the issue, as it is returning a null value, however, I am not sure how it affects the app itself, as I was not able to find where the issue resides in the app.
Where is the issue:
The issue is contained in line 234 in the KorgwSurfaceView class in the onKeyMultiple method. The stack trace indicates that there is an issue with the getCharacter(..) method, which returns a nullPointerException.
Device Model: Pixel 3a API 34
Android Version: Android 14.0
App version: v1.2.8-fdroid
Duplicate Check
The issue has never been reported before.
The text was updated successfully, but these errors were encountered: