-
Notifications
You must be signed in to change notification settings - Fork 0
Description
After loggin in and selecting the Spreadsheet I am getting this on the program output:
marcel@vaimaca:~/dev/apps/MegaDevs-ACRA_LogTracker-624d171$ java -jar ACRA_LogTracker.jar
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.LinkedList.checkElementIndex(LinkedList.java:553)
at java.util.LinkedList.get(LinkedList.java:474)
at LogTracker$1.run(LogTracker.java:254)
Exception in thread "Thread-1" java.lang.NegativeArraySizeException
at LogTracker_GUI.updateLogList(LogTracker_GUI.java:663)
at LogTracker_GUI$5.run(LogTracker_GUI.java:429)
The UI starts up and open the loading dialog, but I haven't seen this dialog finish for at least an hour. I have a few thousands records on the sheet I am testing with I don't know if I should wait longer to see if it ever finishes. It does not have progress count of some sort.