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

Warning message from JavaFX when running the sample app on Windows and macOS #1

Open
kdroidFilter opened this issue Jan 20, 2025 · 0 comments

Comments

@kdroidFilter
Copy link
Owner

When running the sample app on Windows (and presumably macOS), a warning message is logged to the console. The message appears as follows:

Jan 20, 2025 7:24:02 AM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @367d4c06'

This warning does not seem to affect the functionality of the media player. However, it might confuse users or indicate a deeper issue with the JavaFX configuration.

Steps to Reproduce:

  1. Clone the repository and build the project.
  2. Run the sample app on a Windows or macOS machine.
  3. Observe the console logs during application startup.

Expected Behavior:
No warning messages should appear during application startup.

Actual Behavior:
The warning message mentioned above is displayed.

Environment:

  • OS: Windows (also possibly macOS)

Additional Context:
Although this warning does not seem to have functional implications, addressing it would enhance the user experience and prevent potential confusion. Investigating and resolving this issue is ongoing.

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

No branches or pull requests

1 participant