Anything I write with SFML.NET 1.6 crashes on exit ('vshost.exe has stopped working' on Windows 7 and 'memory could not be read' on XP) if I create an instance of String2D at some point in the program, even in the sample included with the documentation. This problem also occurs when I do not draw the String2D to the screen, but only create it. I am using VS2005, and have added the csml-***.dll files under extlibs to bin\Debug and bin\Release, and added references to the .NET assemblies lib\sfml-***.dll.
Any ideas what might be going on? And, if not, are there any alternatives to String2D I could use?