Skip to content
New issue

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

CLIENT - unhandled error in GUI - ArrayIndexOutOfBoundsException #13148

Open
t-my opened this issue Dec 16, 2024 · 0 comments · May be fixed by #13186
Open

CLIENT - unhandled error in GUI - ArrayIndexOutOfBoundsException #13148

t-my opened this issue Dec 16, 2024 · 0 comments · May be fixed by #13186
Labels
bug Bugs and errors GUI

Comments

@t-my
Copy link

t-my commented Dec 16, 2024

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

image

johannes-wolf added a commit to johannes-wolf/mage that referenced this issue Dec 25, 2024
Do not call objectMouseClicked with an empty
selection.

Handle selection clamping in a ListSelectionListener.

Fixes magefree#13148
@johannes-wolf johannes-wolf linked a pull request Dec 25, 2024 that will close this issue
@JayDi85 JayDi85 added bug Bugs and errors GUI labels Dec 25, 2024
johannes-wolf added a commit to johannes-wolf/mage that referenced this issue Dec 25, 2024
Do not call objectMouseClicked with an empty
selection.

Handle selection clamping in a ListSelectionListener.

Fixes magefree#13148
johannes-wolf added a commit to johannes-wolf/mage that referenced this issue Dec 25, 2024
Do not call objectMouseClicked with an empty
selection.

Handle selection clamping in a ListSelectionListener.

Fixes magefree#13148
johannes-wolf added a commit to johannes-wolf/mage that referenced this issue Dec 25, 2024
Do not call objectMouseClicked with an empty
selection.

Handle selection clamping in a ListSelectionListener.

Fixes magefree#13148
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs and errors GUI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants