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

Exception thrown by the splash screen manager in the very first usage #1641

Closed
wladimirleite opened this issue Apr 17, 2023 · 0 comments · Fixed by #1642
Closed

Exception thrown by the splash screen manager in the very first usage #1641

wladimirleite opened this issue Apr 17, 2023 · 0 comments · Fixed by #1642
Assignees
Labels

Comments

@wladimirleite
Copy link
Member

Running IPED in new machines, I saw the following exception:

java.lang.IllegalStateException: no splash screen available
        at java.desktop/java.awt.SplashScreen.checkVisible(Unknown Source)
        at java.desktop/java.awt.SplashScreen.update(Unknown Source)
        at iped.app.ui.splash.SplashScreenManager$1.run(SplashScreenManager.java:154)

When IPED is executed for the first time, LibreOffice is unpacked, and that opens a dialog, causing splash screen to be closed (this is the expected behavior, closing the splash screen when any window is opened).
This exception is harmless, but as it shown in the console, it is better to avoid it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant