magefree / magefree/mage

CLIENT - unhandled error in GUI - StackOverflowError

Open
#13,805 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
2.4k
Forks
940
Avg merge
2d 12h
Merged PRs (30d)
160

Description

Error type: CLIENT - unhandled error in GUI - StackOverflowError

Client version: 1.4.57-V2 (build: 2025-04-19 14:23)
Java version: 1.8.0_201
Default charset: UTF-8

StackOverflowError - look at server or client logs for more details

Stack trace:
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
java.awt.AWTEventMulticaster.componentMoved(AWTEventMulticaster.java:169)
and other 1014 lines

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the error with XMage client 1.4.57-V2 on the reported Java 8 environment and collect the client or server logs. Trace the repeated AWTEventMulticaster.componentMoved calls to identify the GUI recursion; done means the StackOverflowError no longer occurs under the reported conditions.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.