CLIENT - unhandled error in GUI - StackOverflowError
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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