RemoteLight icon indicating copy to clipboard operation
RemoteLight copied to clipboard

java.lang.IndexOutOfBoundsException

Open bopel75 opened this issue 3 years ago • 0 comments

This issue was automatically created by the RemoteLight ExceptionHandler. RemoteLightCore version: v0.2.5.2 Commit ID: 42a79d3 Java version: 17.0.1 (Oracle Corporation) OS: Windows 10 StackTrace:

java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
	at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
	at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
	at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
	at java.base/java.util.Objects.checkIndex(Objects.java:359)
	at java.base/java.util.ArrayList.get(ArrayList.java:427)
	at de.lars.effectplaylist.Playlist.getCurrentElement(Playlist.java:68)
	at de.lars.effectplaylist.PlaylistHandler$PlaylistTask.run(PlaylistHandler.java:208)
	at java.base/java.util.TimerThread.mainLoop(Timer.java:566)
	at java.base/java.util.TimerThread.run(Timer.java:516)

Jul 12, 2022, 9:46 PM

bopel75 avatar Jul 12 '22 19:07 bopel75