BT Forums
Crash when entering well - Printable Version

+- BT Forums (http://balconyteam.com/forums)
+-- Forum: Beta (/forum-8.html)
+--- Forum: Beta Bugs (/forum-9.html)
+--- Thread: Crash when entering well (/thread-3890.html)



Crash when entering well - Rafa - 04-01-2014 03:36 AM

After talking with everyone about Hugo and trying to enter the underground by the well, got a CTD with this error in the logs:

Code:
Exception in thread "Balrum_MAIN" java.lang.ArrayIndexOutOfBoundsException: 102
    at quests.osric.FeedThePigs.check(FeedThePigs.java:25)
    at quests.QuestSystem.checkQuestList6(QuestSystem.java:466)
    at gamedir.Dispatcher.dispatch(Dispatcher.java:66)
    at gamedir.Game_Logic.logic(Game_Logic.java:41)
    at gamedir.Balrum.run(Balrum.java:90)
    at java.lang.Thread.run(Unknown Source)