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

ArrayIndexOutOfBoundsException when pressing "alt-gr", on Linux #127

Open
iemxblog opened this issue Jul 6, 2018 · 0 comments
Open

ArrayIndexOutOfBoundsException when pressing "alt-gr", on Linux #127

iemxblog opened this issue Jul 6, 2018 · 0 comments

Comments

@iemxblog
Copy link

iemxblog commented Jul 6, 2018

Hello,
I have this bug only when using linux (on my laptop as well as my raspberry pi). On windows everything works perfectly. (tested with controlP5 2.2.6, and processing 3.3.7).

This exception appears when I press "alt-gr" :

java.lang.ArrayIndexOutOfBoundsException: 65406
at controlP5.ControlWindow.keyEvent(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at processing.core.PApplet$RegisteredMethods.handle(PApplet.java:1408)
at processing.core.PApplet.handleMethods(PApplet.java:1610)
at processing.core.PApplet.handleKeyEvent(PApplet.java:2946)
at processing.core.PApplet.dequeueEvents(PApplet.java:2599)
at processing.core.PApplet.handleDraw(PApplet.java:2437)
at processing.awt.PSurfaceAWT$12.callDraw(PSurfaceAWT.java:1557)
at processing.core.PSurfaceNone$AnimationThread.run(PSurfaceNone.java:316)

Thanks,
Maxime

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

No branches or pull requests

2 participants