Hey everyone,
So I'm using SFML 2.0 and I'm having trouble loading and playing music files. Sounds work just fine however whenever I'm trying to load a music file (a .ogg for example) it seems to always give me this error:
Failed to open sound file "resources/orchestral.ogg" (Supported file format but file is malformed.)
I'm trying with the sound example using the latest version of SFML 2.0.
Has anyone else ran into this problem?