You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Clone the repository and build the project.
Run the sample app on a Windows or macOS machine.
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.
The text was updated successfully, but these errors were encountered:
When running the sample app on Windows (and presumably macOS), a warning message is logged to the console. The message appears as follows:
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:
Expected Behavior:
No warning messages should appear during application startup.
Actual Behavior:
The warning message mentioned above is displayed.
Environment:
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.
The text was updated successfully, but these errors were encountered: