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

IllegalStateException closing DCC windows #630

Open
csmith opened this issue Feb 14, 2016 · 1 comment
Open

IllegalStateException closing DCC windows #630

csmith opened this issue Feb 14, 2016 · 1 comment

Comments

@csmith
Copy link
Member

csmith commented Feb 14, 2016

Repro steps:

  1. /dcc chat foo
  2. close the root DCC window

https://sentry.dmdirc.com/sentry/dmdirc/issues/5/

IllegalStateException: None
    at com.google.common.base.Preconditions.checkState(Preconditions.java:158)
    at com.dmdirc.ui.WindowManager.removeWindow(WindowManager.java:242)
    at com.dmdirc.ui.WindowManager.frameClosing(WindowManager.java:368)
    at net.engio.mbassy.dispatch.ReflectiveHandlerInvocation.invokeHandler(ReflectiveHandlerInvocation.java:23)
    at net.engio.mbassy.dispatch.ReflectiveHandlerInvocation.invoke(ReflectiveHandlerInvocation.java:49)
...
(62 additional frame(s) were not displayed)
@csmith
Copy link
Member Author

csmith commented Feb 14, 2016

I suspect the DCC window isn't closing its children, and it's meant to (or something along those lines).

@csmith csmith changed the title Error during invocation of message handler. Message handler threw exception IllegalStateException closing DCC windows Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant