I use Microsoft Visual Studio 2008, SFML 2.1, Windows 7.
I also tried to change code to
SoundBuffer buffer;
if(!buffer.loadFromFile("sounds/171673__fins__failure-1.wav"))
return EXIT_FAILURE;
Sound sound;
sound.setBuffer(buffer);
sound.play();
In this case, the music is not playing, but the game does not break