Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Runemate is trying to find month with index 13

Joined
Jul 22, 2017
Messages
6
When launching standalone client:

[Debug] Java Home: /Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:473)
at javafx.graphics/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:372)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:945)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at nul.IiiiiIiiIIiIi.long(hqb:58)
at com.runemate.boot.Boot.null(bpc:230)
at com.runemate.boot.Boot.main(bpc:127)
... 11 more
Exception running application com.runemate.boot.Boot


It tries to load month at index 13. That probably means in code there's something like `array[index + 1]`. December is 12, not 13
 
Top