Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with getCharacter(..) from KorgwSurfaceView.onKeyMultiple(KorgwSurfaceView.kt:236) #21

Open
justncheng opened this issue Apr 15, 2024 · 1 comment

Comments

@justncheng
Copy link

justncheng commented Apr 15, 2024

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.

@yvolk
Copy link
Member

yvolk commented Apr 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants