-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
GeometryWars fails to load bgm.mp3: "jfxmedia.MediaException: Could not create player" #1
Comments
Can you provide more details about your OS and jdk? |
Anything else? |
FXGL uses JavaFX media to handle audio. Apparently this is what is required on linux:
Regarding the demo, the easiest way to run given the circumstances is to comment this line. Then run I'll try to find an acceptable fallback audio provider for such cases. Thanks for testing this on linux |
There are open questions on ask.fedoraproject and stackoverflow targeting this issue: |
After a long search through libraries and dependencies I've managed to install The rpm I used is here.
Once This should do it, though I installed a few other things along the way like |
I spotted http://almasb.github.io/FXGLGames/ on reddit, and tried out the first example listed: GeometryWars.
I cloned FXGLGames, changed directory to GeometryWars, executed
mvn package
which succeeded, and ran the jar withjava -jar
and it failed.See log output, etc: http://hastebin.com/fuvuholatu.sm
The text was updated successfully, but these errors were encountered: