i'm sometimes getting the following error while testing my plugin:
Windows 10 (x64) 10.0 Java: 1.8.0_91 amd64 0.7.3_30 -H:3072 -D:3072 (Steam)
Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz, N751JK, 8074 MB (3151 MB Heap)
NVIDIA GeForce GTX 850M 20160801000000.000000-000 21.21.13.6909
Intel(R) HD Graphics 4600 20160422000000.000000-000 20.19.15.4444
______________________________________________________________________
Error occurred during application-update (11)
java.lang.ArrayIndexOutOfBoundsException: -1
at ag.b.a(SourceFile:54)
at au.a.a(SourceFile:1295)
at commons.JIWApplication.update(SourceFile:120)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:152)
at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:192)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:233)
at java.lang.Thread.run(Unknown Source)
I don't know why this happens or where the problem is. Is it in my code or is it an error int the API?