BT Forums
Crash when learning new recipe - Printable Version

+- BT Forums (http://balconyteam.com/forums)
+-- Forum: Beta (/forum-8.html)
+--- Forum: Beta Bugs (/forum-9.html)
+--- Thread: Crash when learning new recipe (/thread-3889.html)



Crash when learning new recipe - Rafa - 04-01-2014 02:56 AM

Just had a CTD when trying to learn a cooking recipe from Fred. The log file contains this:

Code:
Exception in thread "Balrum_MAIN" java.lang.IndexOutOfBoundsException: Index: 10, Size: 4
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at guisystem.learningpanel.Learning_Recipes.input(Learning_Recipes.java:76)
    at guisystem.GUI_Logic.GUI_timetravel(GUI_Logic.java:351)
    at gamedir.Game_Logic.logic(Game_Logic.java:45)
    at gamedir.Balrum.run(Balrum.java:90)
    at java.lang.Thread.run(Unknown Source)