Why is JavaFX MediaPlayer audio playback working perfectly on windows and mac, but having issues on Linux (popOS/Ubuntu)?
I have a JavaFX Tetris game that uses the MediaPlayer class to play music and sound effects. Specifically, in my SoundPlayer class that handles all audio, I load in the game's .wav files when game is started, and iterate each…