So there are already a tonne of posts about this, but I'm not sure what to do next because no one else has quite had this issue.
First, SFML/CSFML are compiled from source and are in the /usr/local/lib directory.
Second, copying the c++ SFML code from the linux example and compiling works.
Third, I have all the SFMLnet dlls in the same directory as my exe.
Fourth, I have all the configmaps for DLL's in the same directory as my exe AND my source.
Fifth, my code only opens a window. It's literally just the RenderWindow and loop code.
Lastly, the error it's giving me is a Segmentation Fault :
http://pastebin.com/0JLWchRXMy boss says it's unicode error but I don't think so. Is there anything obvious I'm doing wrong? It's Mint 15, 64 bit. I've compiled SFML.net's dlls for both 32, while 64 bit fails to compile.