Since the error is really vague, we'll need an example program to do much about it. Try cutting out large chunks of your code and see if the error still happens, until you have the smallest possible code that still causes the error. If you can't do this, that's normally a sign the problem is not with SFML.
Also, I know global SFML objects tend to cause lots of weird errors, so if you have any of those see if getting rid of them helps.