LOL! And you know what, I copied to a separate directory and tested before uploading!
Problem is very simple - Applet.getAudioClip dies gracelessly (and with the wrong exception!) when the file that the URL references cannot be found; bug. I was creating an AudioClip for a file that I was no longer using; the JAR file was a bit too large for comfort, so I pruned unused files, including a WAV - but the reference to create the AudioClip was still around in my initialisation.
Anyway, removing one line of code has fixed the problem :).
NOTE: I cannot upload the update for another ten minutes or so. Samba on linux has just destroyed my local filesystem (again - even for linux, it’s a horrifically buggy piece of **** ), and I have to reboot :(. Since I cannot save ANYTHING to the hard disk before rebooting, I’m going to post this message. If you check the download page and it’s offering you version 1.21 or above, then the upload has gone through OK.
PS: I hope to switch to better sound API’s ASAP, but I need time to evaluate which one(s) to use; I only added sounds at the last minute on this release, just to see how well they’d work…thanks for pointing out the problem :).