aterlamia 2017-08-06 19:09
Tried to play your game however it had some problems that made it crash
Maybe this helps (is on a linux machine)
``` SoundController: Error loading sound file 0: No line matching interface Clip supporting format PCM_SIGNED unknown sample rate, 16 bit, stereo, 4 bytes/frame, big-endian is supported. SoundController: Error loading sound file 1: No line matching interface Clip supporting format PCM_SIGNED unknown sample rate, 16 bit, stereo, 4 bytes/frame, big-endian is supported. Exception in thread "Thread-1" java.lang.NullPointerException at controller.SoundController.playSound(SoundController.java:56) at controller.GameStateController.bounceOffWall(GameStateController.java:148) at controller.GameStateController.checkWalls(GameStateController.java:109) at controller.GameStateController.doMovement(GameStateController.java:87) at controller.GameStateController.actionPerformed(GameStateController.java:61) at controller.ClockGenerator.run(ClockGenerator.java:45) ```