CLIENT - unhandled error in GUI - ArrayIndexOutOfBoundsException
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 940
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 160
Description
Error type: CLIENT - unhandled error in GUI - ArrayIndexOutOfBoundsException
Client version: 1.4.56-V3 (build: 2025-02-09 16:02)
Java version: 1.8.0_201
Default charset: UTF-8
-1
Stack trace:
java.util.Vector.elementData(Vector.java:737)
java.util.Vector.elementAt(Vector.java:480)
javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:294)
mage.components.table.MageTable$1.getToolTipText(MageTable.java:67)
javax.swing.ToolTipManager.initiateToolTip(ToolTipManager.java:471)
javax.swing.ToolTipManager.mouseEntered(ToolTipManager.java:435)
java.awt.AWTEventMulticaster.mouseEntered(AWTEventMulticaster.java:299)
java.awt.Component.processMouseEvent(Component.java:6548)
javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
java.awt.Component.processEvent(Component.java:6304)
and other 30 lines
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting mage/components/table/MageTable.java at line 67, where the stack trace reports the failure during tooltip handling. Reproduce the error by moving the pointer over the affected GUI table and trace the column lookup involved. Done means the tooltip interaction no longer raises ArrayIndexOutOfBoundsException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100