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
Unsure what caused this.
Error type: CLIENT - unhandled error in GUI - IllegalComponentStateException
Client version: 1.4.55-V3 (build: 2024-12-16 20:14) Java version: 1.8.0_201 Default charset: UTF-8
component must be showing on the screen to determine its location
Stack trace: java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2062) java.awt.Component.getLocationOnScreen(Component.java:2036) mage.client.game.HelperPanel.showPopupMenu(HelperPanel.java:541) mage.client.game.HelperPanel.checkPopupMenu(HelperPanel.java:234) mage.client.game.HelperPanel.access$000(HelperPanel.java:29) mage.client.game.HelperPanel$1.mouseReleased(HelperPanel.java:178) java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290) java.awt.Component.processMouseEvent(Component.java:6539) javax.swing.JComponent.processMouseEvent(JComponent.java:3324) java.awt.Component.processEvent(Component.java:6304) and other 28 lines
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unsure what caused this.
Error type: CLIENT - unhandled error in GUI - IllegalComponentStateException
Client version: 1.4.55-V3 (build: 2024-12-16 20:14)
Java version: 1.8.0_201
Default charset: UTF-8
component must be showing on the screen to determine its location
Stack trace:
java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2062)
java.awt.Component.getLocationOnScreen(Component.java:2036)
mage.client.game.HelperPanel.showPopupMenu(HelperPanel.java:541)
mage.client.game.HelperPanel.checkPopupMenu(HelperPanel.java:234)
mage.client.game.HelperPanel.access$000(HelperPanel.java:29)
mage.client.game.HelperPanel$1.mouseReleased(HelperPanel.java:178)
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
java.awt.Component.processMouseEvent(Component.java:6539)
javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
java.awt.Component.processEvent(Component.java:6304)
and other 28 lines
The text was updated successfully, but these errors were encountered: