Hello.
I am running Visual Studio Professional 2013, Update 2. I compiled SFML 2.1 source from the site, and also the latest source from git. For both of them, even running the sample code results in strange behavior.
About 20% of the time, it will run properly, but in the output it says "The thread 0x1e60 has exited with code 1938423808 (0x738a0000)."
The rest of the time, it will open the SFML window, but it's white, and Visual Studio says it "has triggered a breakpoint." After hitting continue multiple times, it says "Unhandled exception at 0x00D70849 in test.exe: 0xC000041D: An unhandled exception was encountered during a user callback." If I keep hitting continue after that, it says "Unhandled exception at 0x00D70849 in test.exe: 0xC0000005: Access violation writing location 0x00000008."
The simple act of terminating it, and then running again will result in either it working, or it failing, seemingly randomly.
Specs:
OS: Windows 8.1 Pro Update (legal)
IDE: Visual Studio Professional 2013 (legal)
SFML: 2.1 source (from sfml-dev.org), and the latest git.
IDE Extensions: JetBrains ReSharper and Visual Paradigm
GPU: 2x GTX 780 Ti in SLI
GPU Driver: GeForce 340.43 Driver (BETA)
Other than the driver, I don't see why it's failing...