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

joystick code causing crashes #3

Open
jamessanford opened this issue Feb 26, 2015 · 1 comment
Open

joystick code causing crashes #3

jamessanford opened this issue Feb 26, 2015 · 1 comment

Comments

@jamessanford
Copy link
Owner

Looks like the joystick code may have a bug (it needs to be rewritten anyhow, but right now it may crash!)

I suspect it's related to multitouch actions during joystick movement.

Three reports of this in the android developer console, with different phones and versions of android:

java.lang.IllegalArgumentException: pointerIndex out of range
at android.view.MotionEvent.nativeGetAxisValue(Native Method)
at android.view.MotionEvent.getX(MotionEvent.java:2148)
at com.froop.app.kegs.TouchSpecialZone.click(TouchSpecialZone.java:20)
at com.froop.app.kegs.TouchJoystick.onTouchEvent(TouchJoystick.java:142)
com.froop.app.kegs.KegsMain$11.onTouch(KegsMain.java:550)
at android.view.View.dispatchTouchEvent(View.java:8107)

@jamessanford
Copy link
Owner Author

This continues to be a problem, with 19 reported crashes affecting 15 users on Google Play.

@jamessanford jamessanford changed the title joystick code errors joystick code causing crashes Oct 3, 2017
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

1 participant