Crash Report : ArrayIndexOutOfBoundsException

by Weepet
Hi,
I would like to know if there is a fix for the following error.
Description: While in Commander Editor, searching for the card "Sprout Swarm" and overing with my mouse, I get this error.
Thanks for the help !
I would like to know if there is a fix for the following error.
Description: While in Commander Editor, searching for the card "Sprout Swarm" and overing with my mouse, I get this error.
Thanks for the help !
- ArrayIndexOutOfBoundsException | Open
- Code: Select all
Forge Version: 1.6.11-r-1u
Operating System: Windows 10 10.0 x86
Java Version: 1.8.0_111 Oracle Corporation
java.lang.ArrayIndexOutOfBoundsException: 1
at forge.game.card.Card.abilityTextInstantSorcery(Card.java:1944)
at forge.game.card.Card.getAbilityText(Card.java:1705)
at forge.game.card.CardView$CardStateView.updateAbilityText(CardView.java:978)
at forge.game.card.Card.addSpellAbility(Card.java:2159)
at forge.game.card.Card.addSpellAbility(Card.java:2154)
at forge.game.card.CardFactoryUtil.addAbilityFactoryAbilities(CardFactoryUtil.java:1963)
at forge.game.card.CardFactory.readCardFace(CardFactory.java:454)
at forge.game.card.CardFactory.readCard(CardFactory.java:379)
at forge.game.card.CardFactory.getCard(CardFactory.java:235)
at forge.game.card.CardFactory.getCard(CardFactory.java:230)
at forge.game.card.Card.fromPaperCard(Card.java:5497)
at forge.game.card.Card.getCardForUi(Card.java:5508)
at forge.game.card.CardView.getCardForUi(CardView.java:41)
at forge.screens.match.controllers.CDetailPicture.showItem(CDetailPicture.java:58)
at forge.screens.deckeditor.CDeckEditorUI.setCard(CDeckEditorUI.java:79)
at forge.screens.deckeditor.CDeckEditorUI$7.valueChanged(CDeckEditorUI.java:254)
at forge.itemmanager.views.ItemView.onSelectionChange(ItemView.java:278)
at forge.itemmanager.views.ItemListView$ItemTableModel$2.focusGained(ItemListView.java:627)
at java.awt.AWTEventMulticaster.focusGained(Unknown Source)
at java.awt.Component.processFocusEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)