We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to hold priority by holding CTRL and tried to discard multiple cards to Psychic Frog
Error type: CLIENT - unhandled error in GUI - ArrayIndexOutOfBoundsException Client version: 1.4.55-V2 (build: 2024-12-01 17:48)
-1
Stack trace: java.util.ArrayList.elementData(ArrayList.java:422) java.util.ArrayList.get(ArrayList.java:435) mage.client.components.ability.AbilityPicker.objectMouseClicked(AbilityPicker.java:252) mage.client.components.ability.AbilityPicker.access$000(AbilityPicker.java:30) mage.client.components.ability.AbilityPicker$1.mousePressed(AbilityPicker.java:190) java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280) java.awt.Component.processMouseEvent(Component.java:6536) javax.swing.JComponent.processMouseEvent(JComponent.java:3324) java.awt.Component.processEvent(Component.java:6304) java.awt.Container.processEvent(Container.java:2239) and other 27 lines
The text was updated successfully, but these errors were encountered:
AbilityPicker Empty Selection Error
34755fc
Do not call objectMouseClicked with an empty selection. Handle selection clamping in a ListSelectionListener. Fixes magefree#13148
3894abf
9115de8
927884e
Successfully merging a pull request may close this issue.
I tried to hold priority by holding CTRL and tried to discard multiple cards to Psychic Frog
Error type: CLIENT - unhandled error in GUI - ArrayIndexOutOfBoundsException
Client version: 1.4.55-V2 (build: 2024-12-01 17:48)
-1
Stack trace:
java.util.ArrayList.elementData(ArrayList.java:422)
java.util.ArrayList.get(ArrayList.java:435)
mage.client.components.ability.AbilityPicker.objectMouseClicked(AbilityPicker.java:252)
mage.client.components.ability.AbilityPicker.access$000(AbilityPicker.java:30)
mage.client.components.ability.AbilityPicker$1.mousePressed(AbilityPicker.java:190)
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)
java.awt.Component.processMouseEvent(Component.java:6536)
javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
java.awt.Component.processEvent(Component.java:6304)
java.awt.Container.processEvent(Container.java:2239)
and other 27 lines
The text was updated successfully, but these errors were encountered: